[Bug 702327] New: h264parse: Fixate to upstream format when possible

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jun 15 04:14:14 PDT 2013


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

           Summary: h264parse: Fixate to upstream format when possible
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


If downstream can support either stream-format, we should avoid fixating
to a stream-format different from upstream.

The string field fixation is only done on the first structure since we
already truncated the caps earlier.

Avoids ending up in (sub-optimal) usage where we would get byte-stream/nal
in input, downstream can support both byte-stream and avc but needs au
alignment ... and we would end up fixating to avc/au (instead of the more
efficient byte-stream/au).

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