GNOME Bugzilla – Bug 732149
parse: Try to link bin srcpad instead of its 'rightmost' child
Last modified: 2018-05-06 10:33:13 UTC
This patch might not be the right implementation, but it should work and I think it is correct. A good example of pipeline that it fixes is: gst-launch-1.0 gnlcomposition. \(gnlurisource uri=uri1 start=0 duration=1000000000 gnlurisource uri=uri2 start=0 inpoint=0 duration=20000000000 priority=10 \) ! autovideosink
Created attachment 279102 [details] [review] parse: Try to link bin srcpad instead of its 'rightmost' child In case you have several sources, not linked to one single element (as in a gnlcomposition), the old behaviour was not correct.
Comment on attachment 279102 [details] [review] parse: Try to link bin srcpad instead of its 'rightmost' child This patch is plainly wrong
Could you make a unit test for core that demonstrates the wrong behaviour?
ping?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!