mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
don't set INFO categories before running gst_init
Original commit message from CVS: don't set INFO categories before running gst_init
This commit is contained in:
parent
c3558a0543
commit
72276c6522
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ int main(int argc,char *argv[])
|
||||||
/* Init gst */
|
/* Init gst */
|
||||||
_gst_plugin_spew = TRUE;
|
_gst_plugin_spew = TRUE;
|
||||||
_gst_warn_old_registry = FALSE;
|
_gst_warn_old_registry = FALSE;
|
||||||
gst_info_enable_category(GST_CAT_PLUGIN_LOADING);
|
//gst_info_enable_category(GST_CAT_PLUGIN_LOADING);
|
||||||
gst_init(&argc,&argv);
|
gst_init(&argc,&argv);
|
||||||
|
|
||||||
/* Check args */
|
/* Check args */
|
||||||
|
|
Loading…
Reference in a new issue