[Bug 709111] matroskamux does not update header when sink pads dynamically added/removed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 3 14:01:02 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709111
  GStreamer | gst-plugins-good | 1.2.0

--- Comment #21 from Robert Krakora <rob.krakora at messagenetsystems.com> 2013-10-03 12:00:59 UTC ---
So, I also looked at mpegtsmux and it seems to adhere to the same paradigm as
matroskamux where it only builds the objects which denote number of streams,
tracks, (what have you) only once when playing.  Any sink pads that are
requested and acquired from it by the application while it is playing do not
cause a new object (in MPEGTS PAT/PMT) to be rebuilt.  I guess this is a
paradigm adhered to by all of the mux plugins?  It seems to me, if this is the
paradigm, then it needs to be enforced by throwing an error when an application
attempts to request a pad when the mux is playing.

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