Ugh, stupid shift
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 29 Jan 2004 11:00:25 +0000 (11:00 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 29 Jan 2004 11:00:25 +0000 (11:00 +0000)
Original commit message from CVS:
Ugh, stupid shift

docs/pwg/advanced-tagging.xml

index 77a03b5..b3e1b4f 100644 (file)
@@ -78,7 +78,7 @@ gst_my_filter_loopfunc (GstElement *element)
     gchar *line = GST_BUFFER_DATA (buf), *colon_pos, *type = NULL;a
 
     /* get the position of the ':' and go beyond it */
-    if (!(colon_pos = strchr (line, ';')))
+    if (!(colon_pos = strchr (line, ':')))
       goto next:
 
     /* get the string before that as type of metadata */