From 7067b806e016f349cb9e83e49eddc8ede4d9c0d5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 22 Sep 2005 14:13:36 +0000 Subject: gst/rtp/: Use is_filled to both check MTU and max-ptime of base class. Original commit message from CVS: * gst/rtp/TODO: * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps): * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property): * gst/rtp/gstrtpmp4venc.h: * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): * gst/rtp/gstrtpmpaenc.h: Use is_filled to both check MTU and max-ptime of base class. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f43cc337..25a11661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-09-22 Wim Taymans + + * gst/rtp/TODO: + * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps): + * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), + (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), + (gst_rtpmp4venc_set_property): + * gst/rtp/gstrtpmp4venc.h: + * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): + * gst/rtp/gstrtpmpaenc.h: + Use is_filled to both check MTU and max-ptime of base class. + 2005-09-22 Wim Taymans * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), -- cgit