mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
fix test
Original commit message from CVS: fix test
This commit is contained in:
parent
2346190c2b
commit
1981690631
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ GST_DEBUG_CATEGORY (cat);
|
||||||
GST_DEBUG_CATEGORY_STATIC (cat_static);
|
GST_DEBUG_CATEGORY_STATIC (cat_static);
|
||||||
|
|
||||||
static const gchar* lines[] = {
|
static const gchar* lines[] = {
|
||||||
"--gst-disable-debug",
|
"--gst-debug-disable",
|
||||||
"--gst-debug-no-color",
|
"--gst-debug-no-color",
|
||||||
"--gst-debug-level=4",
|
"--gst-debug-level=4",
|
||||||
"--gst-debug=cat:4,cat_*:3",
|
"--gst-debug=cat:4,cat_*:3",
|
||||||
|
|
|
@ -27,7 +27,7 @@ GST_DEBUG_CATEGORY (cat);
|
||||||
GST_DEBUG_CATEGORY_STATIC (cat_static);
|
GST_DEBUG_CATEGORY_STATIC (cat_static);
|
||||||
|
|
||||||
static const gchar* lines[] = {
|
static const gchar* lines[] = {
|
||||||
"--gst-disable-debug",
|
"--gst-debug-disable",
|
||||||
"--gst-debug-no-color",
|
"--gst-debug-no-color",
|
||||||
"--gst-debug-level=4",
|
"--gst-debug-level=4",
|
||||||
"--gst-debug=cat:4,cat_*:3",
|
"--gst-debug=cat:4,cat_*:3",
|
||||||
|
|
Loading…
Reference in a new issue