summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-02 23:11:41 +0000
committerDavid Schleef <ds@schleef.org>2004-01-02 23:11:41 +0000
commit1ed26d131eb18ae1899fcf6a910f32280cfa14c2 (patch)
treeb04b694cde79b57cf26e4de0b0a119aa0bb78e15
parent522bb2d802c3cd85c66c817e07db8b60e78398ec (diff)
downloadgst-plugins-bad-1ed26d131eb18ae1899fcf6a910f32280cfa14c2.tar.gz
gst-plugins-bad-1ed26d131eb18ae1899fcf6a910f32280cfa14c2.tar.bz2
gst-plugins-bad-1ed26d131eb18ae1899fcf6a910f32280cfa14c2.zip
ext/ffmpeg/gstffmpegenc.c: Negotiation fixes.
Original commit message from CVS: * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init), (gst_ffmpegenc_connect): Negotiation fixes. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format): Remove inappropriate gst_caps_free(). * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect): Reenable Ronald's internal resize code, since the core handles it correctly now.
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef99ff47..7f4bdcb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-02 David Schleef <ds@schleef.org>
+
+ * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
+ (gst_ffmpegenc_connect): Negotiation fixes.
+ * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
+ Remove inappropriate gst_caps_free().
+ * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
+ Reenable Ronald's internal resize code, since the core handles
+ it correctly now.
+
2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
* sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):