[Bug 768532] New: h265parse: do not forget VPS/SPS/PPS after pushing codec header
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 7 20:45:58 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768532
Bug ID: 768532
Summary: h265parse: do not forget VPS/SPS/PPS after pushing
codec header
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: thijsvermeir at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 331030
--> https://bugzilla.gnome.org/attachment.cgi?id=331030&action=edit
0001-h265parse-do-not-forget-VPS-SPS-PPS-after-pushing-co.patch
have_vps, have_sps and have_pps are used to store if
VPS/SPS/PPS headers are found. This flags should not be cleared
if the codec header is pushed, only when the stream is reset.
In h264parse, this variables are used to store if *new* codec headers
are found and a flag is used to indicate the presence of the codec
headers.
This fixes streaming with config-interval>0.
--
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