[Bug 741542] New: videodecoder / audio decoder no need to send GST_ELEMENT_ERROR when track corrupt

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 14 22:58:45 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741542
  GStreamer | gst-plugins-base | 1.4.1

           Summary: videodecoder / audio decoder no need to send
                    GST_ELEMENT_ERROR when track corrupt
    Classification: Platform
           Product: GStreamer
           Version: 1.4.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lyon.wang at freescale.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=292734)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=292734)
patch to comment the GST_ERRRO_OBJECT

In  https://bugzilla.gnome.org/show_bug.cgi?id=711094
commit 81471099d22e7f1d9e2a9b4ac1182b259cc7fb3a and
f8477e6b88fdb364809bef70ac3909aba878978f

When there is input data and no output data to the end of the stream, it will
send GST_ELEMENT_ERROR, So the clips playing will quit.
However, if only one of the tracks is corrupt, there is no need to quit other
tracks playing.

The patch comments the GST_ELEMENT_ERROR() and just add GST_ERROR_OBJECT()
information instead.

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