taaz patch (it's a GObject not a GstObject)

Original commit message from CVS:
taaz patch (it's a GObject not a GstObject)
This commit is contained in:
Thomas Vander Stichele 2002-10-31 08:29:33 +00:00
parent 8a1b9da6bd
commit 80483b3305

View file

@ -45,7 +45,7 @@ int main(int argc,char *argv[]) {
element = gst_element_factory_create(factory,NULL);
GST_DEBUG(GST_CAT_PLUGIN_LOADING, "adding factory %s",
gst_object_get_name (GST_OBJECT (factory)));
GST_PLUGIN_FEATURE_NAME(GST_PLUGIN_FEATURE(factory)));
if (element == NULL) {
fprintf(stderr,"couldn't construct element from factory %s\n",
gst_object_get_name (GST_OBJECT (factory)));