From 5f2b32e64282285f487f4f3c64b0c222caf645ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 17 Jun 2016 15:29:16 +0300 Subject: [PATCH] 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 --- gst/rtp/gstrtph264pay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index 9f8d8cb..f5167da 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -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 " "extract from stream)", 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), PROP_CONFIG_INTERVAL, -- 2.7.4