[Bug 725187] Add new multiappsrc or dynappsrc element with multiple output streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 21 19:05:05 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725187
  GStreamer | gst-plugins-bad | git

Wonchul Lee <wonchul86.lee> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wonchul86.lee at lge.com

--- Comment #2 from Wonchul Lee <wonchul86.lee at lge.com> 2014-10-22 02:05:00 UTC ---
Some of applications push each of elementary stream to pipeline, at that cases
we should implement custom pipeline for it, like,

pipeline
appsrc - parser - decoder - sink (audio)
appsrc - parser - decoder - sink (video)

However we want to use playbin instead of create custom pipeline.
It can be handled by using dynappsrc with playbin.
Dynappsrc is for containing multiple appsrc element inside of single src bin.

If I put the uri start with "dynappsrc://" protocol, then uridecodebin created
dynappsrc element like appsrc.
Then developer should create multiple appsrc by using "new-appsrc" signal
action.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list