mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
playbin2: port new bits to 0.11
This commit is contained in:
parent
a00927ad03
commit
1261c08a2f
1 changed files with 2 additions and 2 deletions
|
@ -3255,7 +3255,7 @@ autoplug_select_cb (GstElement * decodebin, GstPad * pad,
|
||||||
sink = group->video_sink;
|
sink = group->video_sink;
|
||||||
|
|
||||||
if ((sinkpad = gst_element_get_static_pad (sink, "sink"))) {
|
if ((sinkpad = gst_element_get_static_pad (sink, "sink"))) {
|
||||||
caps = gst_pad_get_caps_reffed (sinkpad);
|
caps = gst_pad_get_caps (sinkpad, NULL);
|
||||||
|
|
||||||
compatible = gst_element_factory_can_src_any_caps (factory, caps);
|
compatible = gst_element_factory_can_src_any_caps (factory, caps);
|
||||||
|
|
||||||
|
@ -3267,7 +3267,7 @@ autoplug_select_cb (GstElement * decodebin, GstPad * pad,
|
||||||
return GST_AUTOPLUG_SELECT_TRY;
|
return GST_AUTOPLUG_SELECT_TRY;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (playbin, "%s not compatible with the fixed sink",
|
GST_DEBUG_OBJECT (playbin, "%s not compatible with the fixed sink",
|
||||||
GST_PLUGIN_FEATURE_NAME (factory));
|
GST_OBJECT_NAME (factory));
|
||||||
|
|
||||||
return GST_AUTOPLUG_SELECT_SKIP;
|
return GST_AUTOPLUG_SELECT_SKIP;
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in a new issue