mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
remove stray g_print
Original commit message from CVS: remove stray g_print
This commit is contained in:
parent
c2f6c284fb
commit
4c631a5fda
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ plugin_init (GstPlugin *plugin)
|
|||
if (!gst_element_register (plugin, "videoscale", GST_RANK_NONE, GST_TYPE_VIDEOSCALE))
|
||||
return FALSE;
|
||||
|
||||
g_print ("going to init debug\n");
|
||||
GST_DEBUG_CATEGORY_INIT (videoscale_debug, "videoscale", 0, "videoscale element");
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue