mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
rtph264pay: Deprecated sprop-parameter-set property
This is supposed to be either in the codec_data (avc stream format) or inside the stream, and we extract it from there. It should not be set from a property as it's stream specific. https://bugzilla.gnome.org/show_bug.cgi?id=767789
This commit is contained in:
parent
12eb5d6912
commit
5f2b32e642
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ gst_rtp_h264_pay_class_init (GstRtpH264PayClass * klass)
|
||||||
"The base64 sprop-parameter-sets to set in out caps (set to NULL to "
|
"The base64 sprop-parameter-sets to set in out caps (set to NULL to "
|
||||||
"extract from stream)",
|
"extract from stream)",
|
||||||
DEFAULT_SPROP_PARAMETER_SETS,
|
DEFAULT_SPROP_PARAMETER_SETS,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_DEPRECATED));
|
||||||
|
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass),
|
g_object_class_install_property (G_OBJECT_CLASS (klass),
|
||||||
PROP_CONFIG_INTERVAL,
|
PROP_CONFIG_INTERVAL,
|
||||||
|
|
Loading…
Reference in a new issue