After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706189 - (Wonchul) different sinkpad's caps handling in Funnel
(Wonchul)
different sinkpad's caps handling in Funnel
Status: RESOLVED DUPLICATE of bug 706278
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-17 10:40 UTC by Wonchul Lee
Modified: 2013-08-19 00:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch of funnel element (3.61 KB, patch)
2013-08-17 10:40 UTC, Wonchul Lee
none Details | Review

Description Wonchul Lee 2013-08-17 10:40:54 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
Comment 1 Wonchul Lee 2013-08-19 00:40:33 UTC
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 ***