[Bug 644395] [mpegtsdemux / mpegtsmux] data flow error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 6 23:54:47 PDT 2013


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com

--- Comment #3 from Edward Hervey <bilboed at gmail.com> 2013-07-07 06:54:42 UTC ---
This is all a bit stupid/weird.

The reason why it fails, is because pushing a tag event onto tsdemux returns
FALSE.

As a result, when mux:src pushes out the sticky events,
gst_pad_send_event_unchecked will consider that as an error and return
GST_FLOW_ERROR, and everything will fail because of that :(

Shouldn't tags be considered as non-fatal if downstream didn't handle it ?

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