From 71eda6e2e6b5e5ae1a9b939067580dab56dba2a0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 7 Sep 2022 17:11:08 -0400 Subject: [PATCH] uridecodebin: Fix some property documentation syntax Part-of: --- subprojects/gst-plugins-base/gst/playback/gsturidecodebin.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/playback/gsturidecodebin.c b/subprojects/gst-plugins-base/gst/playback/gsturidecodebin.c index 00fc502..87f0268 100644 --- a/subprojects/gst-plugins-base/gst/playback/gsturidecodebin.c +++ b/subprojects/gst-plugins-base/gst/playback/gsturidecodebin.c @@ -464,7 +464,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstURIDecodeBin::download: + * GstURIDecodeBin:download: * * For certain media type, enable download buffering. */ @@ -473,7 +473,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) "Attempt download buffering when buffering network streams", DEFAULT_DOWNLOAD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstURIDecodeBin::use-buffering: + * GstURIDecodeBin:use-buffering: * * Emit BUFFERING messages based on low-/high-percent thresholds of the * demuxed or parsed data. @@ -487,7 +487,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) DEFAULT_USE_BUFFERING, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstURIDecodeBin::force-sw-decoders: + * GstURIDecodeBin:force-sw-decoders: * * While auto-plugging, if set to %TRUE, those decoders within * "Hardware" klass will be ignored. Otherwise they will be tried. @@ -501,7 +501,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstURIDecodeBin::expose-all-streams: + * GstURIDecodeBin:expose-all-streams: * * Expose streams of unknown type. * @@ -517,7 +517,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstURIDecodeBin::ring-buffer-max-size: + * GstURIDecodeBin:ring-buffer-max-size: * * The maximum size of the ring buffer in kilobytes. If set to 0, the ring * buffer is disabled. Default is 0. -- 2.7.4