[Bug 726015] Reset last_spspps to orgin value when NULL state.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Mar 12 00:18:51 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=726015
GStreamer | gst-plugins-good | unspecified
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #271397|none |needs-work
status| |
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-03-12 07:42:18 UTC ---
Review of attachment 271397:
--> (https://bugzilla.gnome.org/review?bug=726015&attachment=271397)
::: gst/rtp/gstrtph264pay.c
@@ +1247,3 @@
break;
+ case GST_STATE_CHANGE_READY_TO_NULL:
+ rtph264pay->last_spspps = -1;
This should be done in PAUSED_TO_READY already. Also there are a few other
fields that should be reset, e.g. the sps/pps arrays
--
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