mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
2886955d18
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ gst_play_sink_convert_bin_getcaps (GstPad * pad, GstCaps * filter)
|
|||
GstCaps *peer_caps = gst_pad_get_caps (peer, filter);
|
||||
gst_object_unref (peer);
|
||||
if (self->converter_caps) {
|
||||
peer_caps = gst_caps_make_writable (peer_caps);
|
||||
gst_caps_merge (peer_caps, gst_caps_ref (self->converter_caps));
|
||||
ret = peer_caps;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue