playsinkconvertbin: improve gst_play_sink_convert_bin_getcaps return
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Fri, 21 Feb 2014 14:01:37 +0000 (14:01 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 26 Feb 2014 08:35:04 +0000 (09:35 +0100)
commit5c1167a2c7eff6fb370176ae4541d4e670d65cab
tree366a48047aa1fc0e1d066689cc4ebbbef36e2810
parentba9e8f0797ac26e1c46764a3dd73f9c2fe0143c2
playsinkconvertbin: improve gst_play_sink_convert_bin_getcaps return

If we have the peer caps and a caps filter, return peer_caps +
intersect_first (filter, converter_caps) instead of
intersect_first (filter, peer_caps + converter_caps) and preservers
downstream caps preference order.

https://bugzilla.gnome.org/show_bug.cgi?id=724893
gst/playback/gstplaysinkconvertbin.c