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 707606 - output-selector: emit a signal when reverse-funnel-mode is enabled
output-selector: emit a signal when reverse-funnel-mode is enabled
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 707605
Blocks:
 
 
Reported: 2013-09-06 05:12 UTC by HoonHee Lee
Modified: 2013-09-09 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch file contains the diff information with reverse funnel. (4.66 KB, patch)
2013-09-06 05:12 UTC, HoonHee Lee
rejected Details | Review

Description HoonHee Lee 2013-09-06 05:12:20 UTC
Created attachment 254224 [details] [review]
This patch file contains the diff information with reverse funnel. 

Overview:
In case of using reverse-funnel-mode,
emit a signal when a src pad is created internally to upper layer.

Expected Results:
1. 'reverse-funnel-mode' of property is set as TRUE.
   (it is not permitted to create src pads by requesting from external)
2. When a GST_EVENT_CAPS event is received, create a src pad.
   And then maps it with stream-id.
3. Emit a signal with the created pad to upper layer.
4. Upper layer is able to know that information of the src pad with caps.

Additional Information:
This patch has dependency with 707605 (https://bugzilla.gnome.org/show_bug.cgi?id=707605)
Comment 1 Sebastian Dröge (slomo) 2013-09-09 12:04:25 UTC
You can just use the pad-added signal of GstElement for that. There's no need for another signal.