After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635674 - [mpegpsdemux] stream failing with "we need more data for resync 0"
[mpegpsdemux] stream failing with "we need more data for resync 0"
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-24 09:49 UTC by Oleksij Rempel
Modified: 2010-11-25 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oleksij Rempel 2010-11-24 09:49:46 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