[gstreamer-bugs] [Bug 639063] mpegtsparse is holding the data (not pushing it further)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 9 22:35:48 PST 2011


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

--- Comment #2 from Karol <napewnotrafi at gmail.com> 2011-01-10 06:35:43 UTC ---
I think it should have actually be:

/* flush to sync byte */
if (pos > 0) {
  /* flush to sync byte */
  gst_adapter_flush (packetizer->adapter, pos);
} else if (!packetizer->know_packet_size) {
  /* drop some invalid data and move to the next possible packets */
  gst_adapter_flush (packetizer->adapter, MPEGTS_MAX_PACKETSIZE);
}

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