mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 03:54:11 +00:00
fix > to <
Original commit message from CVS: fix > to <
This commit is contained in:
parent
81349fb2e8
commit
9b7a9c00e3
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ main (int argc, char *argv[])
|
|||
GstElement *filesrc, *decoder, *audiosink;
|
||||
GstElement *thread;
|
||||
|
||||
if (argc < 2) {
|
||||
if (argc < 2) {
|
||||
g_print ("usage: %s <Ogg/Vorbis filename>\n", argv[0]);
|
||||
exit (-1);
|
||||
}
|
||||
|
|
|
@ -106,7 +106,7 @@ main (int argc, char *argv[])
|
|||
GstElement *filesrc, *decoder, *audiosink;
|
||||
GstElement *thread;
|
||||
|
||||
if (argc < 2) {
|
||||
if (argc < 2) {
|
||||
g_print ("usage: %s <Ogg/Vorbis filename>\n", argv[0]);
|
||||
exit (-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue