Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-11-18 18:44:36 +0400
committerTim-Philipp Müller <tim@centricular.com>2013-11-18 18:47:35 +0400
commitd506409af5cf73ec5d4fe9e45030b40663207b5d (patch)
tree99762b57f807d9f54614190ad72be34bf7ca050d /gst/multipart
parent548e756e0a6cd59e830c5317678f19b76d9e1bfb (diff)
docs: get rid of 'Since: 0.10.x' markers
And some gtk-doc markup fixes.
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/multipartdemux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gst/multipart/multipartdemux.c b/gst/multipart/multipartdemux.c
index c247f1b55..7ba880c6a 100644
--- a/gst/multipart/multipartdemux.c
+++ b/gst/multipart/multipartdemux.c
@@ -140,13 +140,11 @@ gst_multipart_demux_class_init (GstMultipartDemuxClass * klass)
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
/**
- * GstMultipartDemux::single-stream:
+ * GstMultipartDemux:single-stream:
*
* Assume that there is only one stream whose content-type will
* not change and emit no-more-pads as soon as the first boundary
* content is parsed, decoded, and pads are linked.
- *
- * Since: 0.10.31
*/
g_object_class_install_property (gobject_class, PROP_SINGLE_STREAM,
g_param_spec_boolean ("single-stream", "Single Stream",