network/http-launch: Fix example commandline
This commit is contained in:
parent
d72c7a85ba
commit
7c1b72ef48
@ -317,7 +317,7 @@ main (gint argc, gchar ** argv)
|
||||
|
||||
if (argc < 2) {
|
||||
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]);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user