X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstelementfactory.c;h=3b08b97cf47b848237b823d309a1de65fa6adad0;hb=4013bb45d6e5e0e6e21390f729c8d7f204d1acd3;hp=19f793120cb56a5670e5d598cc07e11efa552a63;hpb=6bf4bfdc935d6416f19760b7853e9c32d27652c1;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 19f7931..3b08b97 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -101,7 +101,7 @@ gst_element_factory_init (GstElementFactory *factory) * gst_element_factory_find: * @name: name of factory to find * - * Search for an elementfactory of the given name. + * Search for an element factory of the given name. * * Returns: #GstElementFactory if found, NULL otherwise */ @@ -129,7 +129,7 @@ gst_element_factory_find (const gchar *name) /** * gst_element_factory_get_list: * - * Get the global list of elementfactories. + * Get the global list of element factories. * * Returns: GList of type #GstElementFactory */