summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-02-26 10:32:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-02-26 10:32:30 +0000
commit13f01565870862c80e9485ebaf4a9e95ff2cea58 (patch)
tree20507c3fb65fe71d9cd4f2a0075632be1fd2fcdf /ChangeLog
parentbc8d60a4e34445d4fe95e50654a737ad91d52772 (diff)
downloadgst-plugins-bad-13f01565870862c80e9485ebaf4a9e95ff2cea58.tar.gz
gst-plugins-bad-13f01565870862c80e9485ebaf4a9e95ff2cea58.tar.bz2
gst-plugins-bad-13f01565870862c80e9485ebaf4a9e95ff2cea58.zip
gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation errors in certain situations (e.g. dec !...
Original commit message from CVS: * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init): * gst/real/gstrealvideodec.c: (gst_real_video_dec_init): Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation errors in certain situations (e.g. dec ! cs ! ximagesink and the imagesink window is resized); also, some minor clean-ups.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76b2cdd5..27129bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-26 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
+ * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
+ Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
+ errors in certain situations (e.g. dec ! cs ! ximagesink and the
+ imagesink window is resized); also, some minor clean-ups.
+
2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac: