[Bug 745409] h264parse: broken output when caps change and stream-format=byte-stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 3 07:00:27 PST 2015


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

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 298440
  --> https://bugzilla.gnome.org/attachment.cgi?id=298440&action=edit
h264parse: reset the parser information when caps changes

This prevents it from going into passthrough after receiving 2
byte-stream caps (different ones) as it would keep the have_pps and
have_sps set to true and would just go into passthrough without
updating its caps.

This patch makes it reset its stream information to restart properly
when new caps are received.

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