summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-06 09:51:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-06 09:51:36 +0000
commit623cb0cc6a646d55e4405ef24a81a82b404ed41f (patch)
tree304dc9f9e0a36c5470b79d04cceff0cb3e240c7c
parent71bd26a0bd972c18308d12e7c4c8812886cbf3a6 (diff)
downloadgst-plugins-bad-623cb0cc6a646d55e4405ef24a81a82b404ed41f.tar.gz
gst-plugins-bad-623cb0cc6a646d55e4405ef24a81a82b404ed41f.tar.bz2
gst-plugins-bad-623cb0cc6a646d55e4405ef24a81a82b404ed41f.zip
gst/playback/: Set state on newly added element to READY so that negotiation can happen ASAP.
Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_init), (find_compatibles), (close_pad_link), (try_to_link_1), (no_more_pads), (close_link), (type_found): * gst/playback/gstplaybasebin.c: (new_decoded_pad): * gst/playback/gstplaybin.c: (gen_video_element), (gen_audio_element): Set state on newly added element to READY so that negotiation can happen ASAP. Addes some more debug info. Do not try to plug pads with multiple caps structures or ANY because it is too dangerous since we do not do dynamic replugging.
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02ce5e63..f7d7eec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-10-06 Wim Taymans <wim@fluendo.com>
+
+ * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
+ (find_compatibles), (close_pad_link), (try_to_link_1),
+ (no_more_pads), (close_link), (type_found):
+ * gst/playback/gstplaybasebin.c: (new_decoded_pad):
+ * gst/playback/gstplaybin.c: (gen_video_element),
+ (gen_audio_element):
+ Set state on newly added element to READY so that negotiation
+ can happen ASAP.
+ Addes some more debug info.
+ Do not try to plug pads with multiple caps structures or ANY
+ because it is too dangerous since we do not do dynamic
+ replugging.
+
2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
written by: Gora Mohanty <gora_mohanty@yahoo.co.in>