summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-28 13:44:04 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-28 13:44:04 +0000
commit057004e7e3e4afb00bdada633d1bb500054956ba (patch)
tree6660e9c9f4e966a32092c29ce41962d78fa93b94
parentd1fc8e974788e241c7793f102491bed9f24dcd46 (diff)
gst/playback/gststreamselector.*: Be more selective when we're redoing caps negotiation from within the chain functio...
Original commit message from CVS: * gst/playback/gststreamselector.c: (gst_stream_selector_init), (gst_stream_selector_get_caps), (gst_stream_selector_chain): * gst/playback/gststreamselector.h: Be more selective when we're redoing caps negotiation from within the chain function on a stream change.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fbd78ab..670598dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * gst/playback/gststreamselector.c: (gst_stream_selector_init),
+ (gst_stream_selector_get_caps), (gst_stream_selector_chain):
+ * gst/playback/gststreamselector.h:
+ Be more selective when we're redoing caps negotiation from
+ within the chain function on a stream change.
+
+2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* configure.ac:
* ext/Makefile.am:
* ext/amrnb/Makefile.am: