GNOME Bugzilla – Bug 706189
different sinkpad's caps handling in Funnel
Last modified: 2013-08-19 00:40:33 UTC
Created attachment 251991 [details] [review] patch of funnel element Overview: In case of funnel has multiple sinkpads and each of them has a different caps. Downstream element did not aware of the difference of the caps information. Thus I push GST_EVENT_CAPS before push the buffer data. Then, downstream element can aware of the actual caps information. Besides, It can turn on/off by setting 'RENEW_CAPS' property value. please refer this. http://gstreamer-devel.966125.n4.nabble.com/Need-advice-with-using-funnel-on-multi-subtitle-stream-td4661542.html Actual Results: Downstream element can get actual caps information Expected Results: Downstream element can get actual caps information Build Date & Platform: Build 2013-08-17 on Linux
I recreate bug, please refer to it. https://bugzilla.gnome.org/show_bug.cgi?id=706278 *** This bug has been marked as a duplicate of bug 706278 ***