From: Ronald S. Bultje Date: Thu, 29 Jan 2004 11:00:25 +0000 (+0000) Subject: Ugh, stupid shift X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee446bde334539d729e850f56401b3924f13e22f;p=platform%2Fupstream%2Fgstreamer.git Ugh, stupid shift Original commit message from CVS: Ugh, stupid shift --- diff --git a/docs/pwg/advanced-tagging.xml b/docs/pwg/advanced-tagging.xml index 77a03b5..b3e1b4f 100644 --- a/docs/pwg/advanced-tagging.xml +++ b/docs/pwg/advanced-tagging.xml @@ -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 */