mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Warning: Comment 0 in stream 1 is invalidly formatted, does not contain '='
Original commit message from CVS: Warning: Comment 0 in stream 1 is invalidly formatted, does not contain '='
This commit is contained in:
parent
2b473441ca
commit
24380eed1e
1 changed files with 1 additions and 6 deletions
|
@ -469,12 +469,7 @@ gst_vorbisenc_add_metadata (VorbisEnc *vorbisenc, GstCaps *caps)
|
|||
if (!value || strlen (value) == 0)
|
||||
continue;
|
||||
|
||||
if (!strcmp (name, "comment")) {
|
||||
vorbis_comment_add (&vorbisenc->vc, g_strdup (value));
|
||||
}
|
||||
else {
|
||||
vorbis_comment_add_tag (&vorbisenc->vc, g_strdup (name), g_strdup (value));
|
||||
}
|
||||
vorbis_comment_add_tag (&vorbisenc->vc, g_strdup (name), g_strdup (value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue