mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
id3v2mux: Fix another compiler warning
This commit is contained in:
parent
1a78a7eb22
commit
fd55cb324d
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ add_image_tag (ID3v2::Tag * id3v2tag, const GstTagList * list,
|
||||||
if (strcmp (tag, GST_TAG_PREVIEW_IMAGE) == 0) {
|
if (strcmp (tag, GST_TAG_PREVIEW_IMAGE) == 0) {
|
||||||
frame->setType (ID3v2::AttachedPictureFrame::FileIcon);
|
frame->setType (ID3v2::AttachedPictureFrame::FileIcon);
|
||||||
} else {
|
} else {
|
||||||
int image_type = image_type = ID3v2::AttachedPictureFrame::Other;
|
int image_type = ID3v2::AttachedPictureFrame::Other;
|
||||||
|
|
||||||
if (info_struct) {
|
if (info_struct) {
|
||||||
if (gst_structure_get (info_struct, "image-type",
|
if (gst_structure_get (info_struct, "image-type",
|
||||||
|
|
Loading…
Reference in a new issue