mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Fixed a typo
Original commit message from CVS: Fixed a typo
This commit is contained in:
parent
e828948edc
commit
e2b9080249
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ gst_init_check (int *argc,
|
|||
g_print (" --gst-info-mask=FLAGS Gst info flags to set (current %08x)\n", gst_info_get_categories());
|
||||
g_print (" --gst-debug-mask=FLAGS Gst debugging flags to set\n");
|
||||
|
||||
g_print ("\nGStreamer info/debug FLAGS (to be ored)\n");
|
||||
g_print ("\nGStreamer info/debug FLAGS (to be OR'ed)\n");
|
||||
|
||||
for (i = 0; i<GST_CAT_MAX_CATEGORY; i++) {
|
||||
g_print (" %08x %s %s\n", 1<<i,
|
||||
|
|
Loading…
Reference in a new issue