[Bug 782949] New: rtph264depay: don't insert SPS/PPS inline for AVC output

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 22 12:18:35 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782949

            Bug ID: 782949
           Summary: rtph264depay: don't insert SPS/PPS inline for AVC
                    output
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mparisdiaz at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Hello,
after updating latest changed related to rtph264depay I have noticed that the
next commit makes a recorded video not to be played properly:

commit 5394ec2f8ced475bf5567bf09af23781369fd0c9
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Mon Apr 24 17:29:37 2017 +0100

    rtph264depay: don't insert SPS/PPS inline for AVC output

    SPS/PPS are in the caps in this case and shouldn't be in
    the stream data.

If I do not misunderstand the patch, SPS/PPS info should be in the output caps
of the rtph264depay, but the caps are the next:
video/x-h264
       stream-format: avc
           alignment: au
          codec_data: 0142c015ffe1000e6742c0...
               level: 2.1
             profile: constrained-baseline

Could I miss something to make it works with this patch?

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