gst/gstelementfactory.c: Small doc fix. Fixes #535285.
authorJosé Alburquerque <jaalburqu@svn.gnome.org>
Wed, 28 May 2008 16:46:07 +0000 (16:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 28 May 2008 16:46:07 +0000 (16:46 +0000)
Original commit message from CVS:
Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
* gst/gstelementfactory.c:
Small doc fix. Fixes #535285.

ChangeLog
common
gst/gstelementfactory.c

index 04708a2..7295a65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
+
+       * gst/gstelementfactory.c:
+       Small doc fix. Fixes #535285.
+
+2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        Based on patch by: Bjarne Rosengren <bjarne at axis dot com>
 
        * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event),
diff --git a/common b/common
index 032f2d9..130fa8f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e
+Subproject commit 130fa8f739ff09aedb520c33239f53d06cfe9bd5
index cf13165..20e7b4e 100644 (file)
@@ -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
  */