From 715939cce7c1a5ba2257eef2481f09a803a69628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 30 Jun 2016 14:37:17 +0100 Subject: [PATCH] multiqueue: add gtk-doc blurb for new pad property --- plugins/elements/gstmultiqueue.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c index f2b015cfa1..246ffbebef 100644 --- a/plugins/elements/gstmultiqueue.c +++ b/plugins/elements/gstmultiqueue.c @@ -366,6 +366,13 @@ gst_multiqueue_pad_class_init (GstMultiQueuePadClass * klass) gobject_class->set_property = gst_multiqueue_pad_set_property; gobject_class->get_property = gst_multiqueue_pad_get_property; + /** + * GstMultiQueuePad:group-id: + * + * Group to which this pad belongs. + * + * Since: 1.10 + */ g_object_class_install_property (gobject_class, PROP_PAD_GROUP_ID, g_param_spec_uint ("group-id", "Group ID", "Group to which this pad belongs", 0, G_MAXUINT32,