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 */