[Bug 668379] New: [h264parse] [codecparsers] gst_h264_parse_clock_timestamp always fails

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 20 14:29:20 PST 2012


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

           Summary: [h264parse] [codecparsers]
                    gst_h264_parse_clock_timestamp always fails
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jonas at hallerud.se
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

Trivial patch to avoid falling through to the error handler when parsing
succeeds

gst_h264_parse_clock_timestamp in gst-libs/gst/codecparsers/gsth264parser.c
always reports failure even when parsing actually succeeds. This is due to a
missing return statement, causing a fall through to the error handler.

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