[Bug 705333] h264parse : broken bytestream/nal => avc/au conversion

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 6 18:54:23 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705333
  GStreamer | gst-libav | git

Matej Knopp <matej.knopp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matej.knopp at gmail.com

--- Comment #10 from Matej Knopp <matej.knopp at gmail.com> 2013-09-07 01:54:14 UTC ---
The patch is not enough. The PPS replaces PPS in parser, so next codec_data
will be different. On next SPS update_caps is set to true, which will build
codec data and compare it to current codec data, resulting in CAPS  event being
sent. The caps event has all properties same except the codec data. 

I think the proper solution here would be to not update caps if it only differs
in codec_data.

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