summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-10-13 17:21:23 +0300
committerStefan Kost <ensonic@users.sf.net>2010-10-13 18:00:28 +0300
commitd8167e3071ba389a544760e7dd777604c13bb69c (patch)
treeb9907bda1a5d2910b5989ab8bdad625126d0cc1d /gst/rtp/gstrtpmp2tdepay.c
parent77b656eec130ddea17ccae54bafdfbe84850a2f9 (diff)
various (gst): add a missing G_PARAM_STATIC_STRINGS flags
Diffstat (limited to 'gst/rtp/gstrtpmp2tdepay.c')
-rw-r--r--gst/rtp/gstrtpmp2tdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpmp2tdepay.c b/gst/rtp/gstrtpmp2tdepay.c
index c122d94a8..4f9ba8933 100644
--- a/gst/rtp/gstrtpmp2tdepay.c
+++ b/gst/rtp/gstrtpmp2tdepay.c
@@ -118,7 +118,7 @@ gst_rtp_mp2t_depay_class_init (GstRtpMP2TDepayClass * klass)
g_param_spec_uint ("skip-first-bytes",
"Skip first bytes",
"The amount of bytes that need to be skipped at the beginning of the payload",
- 0, G_MAXUINT, 0, G_PARAM_READWRITE));
+ 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
}