gst/playback/gstdecodebin2.c: Move subtitle encoding property to decodebin2 so that...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 25 Oct 2007 17:36:49 +0000 (17:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 25 Oct 2007 17:36:49 +0000 (17:36 +0000)
commit8c203477749ff70cb67937450c2682f7006d8510
treef2085f7288c05dc38b6f21b5628b826aff5ea01a
parent698e4050b309a12e46ab92b8f075db776c311d4d
gst/playback/gstdecodebin2.c: Move subtitle encoding property to decodebin2 so that it can set the property value on ...

Original commit message from CVS:
* gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
(gst_decode_bin_dispose), (gst_decode_bin_set_caps),
(gst_decode_bin_set_subs_encoding),
(gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
(gst_decode_bin_get_property), (analyze_new_pad):
Move subtitle encoding property to decodebin2 so that it can set the
property value on all elements that it autoplugs and that require it.
Make caps refcounting more consistent in get/set.
* gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
(gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
(gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
(gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
(proxy_autoplug_continue_signal),
(proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
(make_decoder):
Proxy properties and relevant signals from the internal decodebin.
Make properties MT safe.
ChangeLog
gst/playback/gstdecodebin2.c
gst/playback/gsturidecodebin.c