mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-03 18:31:28 +00:00
network/http-launch: Fix example commandline
This commit is contained in:
parent
d72c7a85ba
commit
7c1b72ef48
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ main (gint argc, gchar ** argv)
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
g_print ("usage: %s <launch line>\n"
|
g_print ("usage: %s <launch line>\n"
|
||||||
"example: %s \"( videotestsrc ! theoraenc ! oggmux name=stream )\"\n",
|
"example: %s ( videotestsrc ! theoraenc ! oggmux name=stream )\n",
|
||||||
argv[0], argv[0]);
|
argv[0], argv[0]);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue