GNOME Bugzilla – Bug 635674
[mpegpsdemux] stream failing with "we need more data for resync 0"
Last modified: 2010-11-25 11:11:04 UTC
This stream is working with vlc or mpalyer bat failing on gstreamer with this message "we need more data for resync 0" Exact part is this: gst-plugins-bad/gst/mpegdemux/gstmpegdemux.c gst_flups_demux_resync ... ... avail = gst_adapter_available (demux->adapter); if (G_UNLIKELY (avail < 4)) goto need_data; avail = 0 in this case