[Bug 740458] hlsdemux: typefind might fail if first buffer is too short, causing the whole pipeline to abort
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 21 16:32:26 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740458
GStreamer | gst-plugins-bad | 1.4.0
--- Comment #8 from Vijay Jayaraman <vijay.jayaraman at echostar.com> 2014-11-22 00:32:21 UTC ---
Hi Thiago,
Before I commit a patch again, is this what you had in mind?
if (G_UNLIKELY(gst_buffer_get_size(buffer) < (2*1024*1024))) {
demux->pending_buffer = gst_buffer_append(buffer,
demux->pending_buffer);
return GST_FLOW_OK;
}
Thanks,
-Vijay
--
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