mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
convert 'adding factory' message to a plugin loading debug message
Original commit message from CVS: convert 'adding factory' message to a plugin loading debug message
This commit is contained in:
parent
48d88402a0
commit
c0110cf644
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ int main(int argc,char *argv[]) {
|
|||
xmlNewChild (factorynode, NULL, "name", gst_object_get_name (GST_OBJECT (factory)));
|
||||
|
||||
element = gst_elementfactory_create(factory,"element");
|
||||
fprintf(stdout,"adding factory %s\n",
|
||||
GST_DEBUG(GST_CAT_PLUGIN_LOADING, "adding factory %s\n",
|
||||
gst_object_get_name (GST_OBJECT (factory)));
|
||||
if (element == NULL) {
|
||||
fprintf(stderr,"couldn't construct element from factory %s\n",
|
||||
|
|
Loading…
Reference in a new issue