[Bug 724107] New: AAC end playing error ==> assert

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 11 02:02:48 PST 2014


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

           Summary: AAC end playing error ==> assert
    Classification: Platform
           Product: GStreamer
           Version: 1.2.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: yui.heero at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=268774)
 View: https://bugzilla.gnome.org/attachment.cgi?id=268774
 Review: https://bugzilla.gnome.org/review?bug=724107&attachment=268774

base parse patch

we get the error :
gst_base_parse_finish_frame: assertion `size > 0 || frame->out_buffer' failed

But when inspect the function: gst_base_parse_finish_frame the check of the
NULL buffer is done inside the function then I do not understand the use of
this assert.
The flow work correctly with the attached patch.

Note that the case of empty size appear sometimes.

Tested on 1.2.3 but not on 1.2.4 (same code)

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