[Bug 686988] tsparse: Fix per-program handling

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 20 23:28:00 PDT 2013


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|tsparse: flow aggregation   |tsparse: Fix per-program
                   |issue with dvbbasebin:      |handling
                   |Internal data flow error -  |
                   |not linked                  |
           Severity|normal                      |enhancement

--- Comment #15 from Edward Hervey <bilboed at gmail.com> 2013-08-21 06:27:58 UTC ---
After further investigations, tsparse needs to be refactored a bit to:
* Not push out per-program packets individually, but instead aggregate them all
until the incoming buffer has been fully parsed
* On input-done, create *one* buffer per program pad and set the incoming
buffer timestamp on it
* Be smarter about which packets should go on which program pad:
 1) If it's from a pid that the program handles take it (we know we need it)
 2) Else if it's from a pid of another program refuse it (we know we don't need
it)
 3) Else take it (It's a global/generic MPTS pid)

Furthermore, we need to make sure that if a program/bin is listening
synchronously to the bus messages, and especially the PAT, it can
request/release a program pad *before* the data for that program goes out.

-- 
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