mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
Ugh, stupid shift
Original commit message from CVS: Ugh, stupid shift
This commit is contained in:
parent
7d41ae65f4
commit
ee446bde33
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue