From 13f01565870862c80e9485ebaf4a9e95ff2cea58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 26 Feb 2007 10:32:30 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * configure.ac: -- cgit v1.2.1