[gstreamer-bugs] [Bug 635674] New: [mpegpsdemux] stream failing with "we need more data for resync 0"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 24 01:49:47 PST 2010


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

           Summary: [mpegpsdemux] stream failing with "we need more data
                    for resync 0"
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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

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