[Bug 734040] tsdemux: Handle sparse streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 23 06:46:11 PDT 2014


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

--- Comment #3 from Guillaume Desmottes <gdesmott at gnome.org> 2014-09-23 13:46:05 UTC ---
Review of attachment 282319:
 --> (https://bugzilla.gnome.org/review?bug=734040&attachment=282319)

::: gst/mpegtsdemux/tsdemux.c
@@ +1486,3 @@
+    if (stream->sparse) {
+      GST_DEBUG_OBJECT (stream->pad, "sparse stream, pushing GAP event");
+      gst_pad_push_event (stream->pad, gst_event_new_gap (0, 0));

why are we passing (0, 0) to gst_event_new_gap()? Shouldn't we at least pass a
proper timestamp as start_time?

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