[Bug 726956] New: Gstbaseparse: why need report error if no valid frame before EOS?

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 23 22:07:50 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726956
  GStreamer | gstreamer (core) | 1.2.3

           Summary: Gstbaseparse: why need report error if no valid frame
                    before EOS?
    Classification: Platform
           Product: GStreamer
           Version: 1.2.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kevinbing.song at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Why need report error if no valid frame before EOS? We have one test stream
which have audio track. But haven't any valid AC3 data in it. Application got
error and stopped playback. Below is the source code in gstbaseparse.c


      /* If we STILL have zero frames processed, fire an error */
      if (parse->priv->framecount == 0) {
        GST_ELEMENT_ERROR (parse, STREAM, WRONG_TYPE,
            ("No valid frames found before end of stream"), (NULL));
      }

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