[Bug 757892] rtph264pay: send PPS/SPS before every key frame
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 11 00:51:56 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757892
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slomo at coaxion.net
--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Anton Bondarenko from comment #2)
> On the other hand changing property storage from "unsigned
> int" to "signed int" is element internal implementation details and does not
> affect API since value is still should be in range from 0 to 3600. In this
> case we can extend min_value to -1 while keeping old numbers with same
> meaning.
It's not just internal storage but an API change and will break code, e.g.
> GValue v = G_VALUE_INIT;
> g_value_init(&v, G_TYPE_UINT);
> g_value_set_uint(&v, 123);
> g_object_set_property(pay, "config-interval", &v);
This will give you assertions unless your GLib is compiled without all the type
checks.
--
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