GNOME Bugzilla – Bug 707606
output-selector: emit a signal when reverse-funnel-mode is enabled
Last modified: 2013-09-09 12:04:34 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)
You can just use the pad-added signal of GstElement for that. There's no need for another signal.