From 9b8bf01253b46724ede339b217ba04cac581629e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 25 Sep 2006 13:08:29 +0000 Subject: [PATCH] gst/gstelementfactory.c: Fix typo in docs blurb. Original commit message from CVS: * gst/gstelementfactory.c: Fix typo in docs blurb. --- ChangeLog | 5 +++++ gst/gstelementfactory.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11760c1608..5adcad2ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-25 Tim-Philipp Müller + + * gst/gstelementfactory.c: + Fix typo in docs blurb. + 2006-09-25 Tim-Philipp Müller * gst/gsturi.c: (search_by_entry): diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 6c87416036..55de1c431d 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -628,9 +628,10 @@ gst_element_factory_get_uri_type (GstElementFactory * factory) * gst_element_factory_get_uri_protocols: * @factory: a #GstElementFactory * - * Gets a NULL-terminated array of protocols this element supports or NULL, if + * Gets a NULL-terminated array of protocols this element supports or NULL if * no protocols are supported. You may not change the contents of the returned - * array as it is still ownt by the element factory. Use g_strdupv() if you want to. + * array, as it is still owned by the element factory. Use g_strdupv() to + * make a copy of the protocol string array if you need to. * * Returns: the supported protocols or NULL */