From 0c2414650ac588b947dd9761394fdd28b65c3be2 Mon Sep 17 00:00:00 2001 From: Philippe Kalaf Date: Thu, 22 Dec 2005 15:00:41 +0000 Subject: gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) inherit from Original commit message from CVS: 2005-12-22 Philippe Khalaf * gst-plugins-good/gst/rtp/gstrtph263pdepay.h: * gst-plugins-good/gst/rtp/gstrtph263pdepay.c: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h: * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c: Making these depayloaders (H263+ and mpeg4 video) inherit from RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73c29ecf..45dd94df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-12-22 Philippe Khalaf + + * gst-plugins-good/gst/rtp/gstrtph263pdepay.h: + * gst-plugins-good/gst/rtp/gstrtph263pdepay.c: + * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h: + * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c: + Making these depayloaders (H263+ and mpeg4 video) inherit from + RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908. + 2005-12-21 Jan Schmidt * docs/plugins/gst-plugins-good-plugins.args: -- cgit