mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
examples: Fix indentation
This commit is contained in:
parent
499e437e50
commit
98b480fae9
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ main (int argc, char *argv[])
|
||||||
g_print ("stream with admin2:power2 ready at rtsp://127.0.0.1:8554/test2\n");
|
g_print ("stream with admin2:power2 ready at rtsp://127.0.0.1:8554/test2\n");
|
||||||
|
|
||||||
if (htdigest_path)
|
if (htdigest_path)
|
||||||
g_print ("stream with htdigest users ready at rtsp://127.0.0.1:8554/test\n");
|
g_print
|
||||||
|
("stream with htdigest users ready at rtsp://127.0.0.1:8554/test\n");
|
||||||
|
|
||||||
g_main_loop_run (loop);
|
g_main_loop_run (loop);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue