summaryrefslogtreecommitdiff
path: root/gst/gstscheduler.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-01-01 15:58:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-01-01 15:58:51 +0000
commit0a74077dcc161a40dea7f232aba539c668d5dfff (patch)
treeaa83f2baf856741b162f627b0e61817f97ae8276 /gst/gstscheduler.c
parent196a91c71dcf3731840297a9fc57a96bb38b536a (diff)
downloadgstreamer-0a74077dcc161a40dea7f232aba539c668d5dfff.tar.gz
API doc updates.
Original commit message from CVS: API doc updates.
Diffstat (limited to 'gst/gstscheduler.c')
-rw-r--r--gst/gstscheduler.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst/gstscheduler.c b/gst/gstscheduler.c
index 66ec27fca5..8bba009c53 100644
--- a/gst/gstscheduler.c
+++ b/gst/gstscheduler.c
@@ -547,6 +547,12 @@ gst_schedulerfactory_make (const gchar *name, GstElement *parent)
return gst_schedulerfactory_create (factory, parent);
}
+/**
+ * gst_schedulerfactory_set_default_name:
+ * @name: the name of the factory used as a default
+ *
+ * Set the default schedulerfactory name.
+ */
void
gst_schedulerfactory_set_default_name (const gchar* name)
{
@@ -556,6 +562,13 @@ gst_schedulerfactory_set_default_name (const gchar* name)
_default_name = g_strdup (name);
}
+/**
+ * gst_schedulerfactory_get_default_name:
+ *
+ * Get the default schedulerfactory name.
+ *
+ * Returns: the name of the default scheduler.
+ */
const gchar*
gst_schedulerfactory_get_default_name (void)
{