From dc902554fa360c52be2ce4ca661816887897e7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Alburquerque?= Date: Wed, 28 May 2008 16:46:07 +0000 Subject: [PATCH] gst/gstelementfactory.c: Small doc fix. Fixes #535285. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: José Alburquerque * gst/gstelementfactory.c: Small doc fix. Fixes #535285. --- ChangeLog | 7 +++++++ common | 2 +- gst/gstelementfactory.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04708a22a8..7295a65859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-28 Wim Taymans + + Patch by: José Alburquerque + + * gst/gstelementfactory.c: + Small doc fix. Fixes #535285. + 2008-05-28 Wim Taymans Based on patch by: Bjarne Rosengren diff --git a/common b/common index 032f2d973b..130fa8f739 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e +Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5 diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index cf131650c3..20e7b4eb1e 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -643,7 +643,7 @@ gst_element_factory_get_static_pad_templates (GstElementFactory * factory) * gst_element_factory_get_uri_type: * @factory: a #GstElementFactory * - * Gets the type of URIs the element supports or GST_URI_UNKNOWN if none. + * Gets the type of URIs the element supports or #GST_URI_UNKNOWN if none. * * Returns: type of URIs this element supports */