mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
gst-libs/gst/riff/riff-read.c: Fix metadata read crash (#136537).
Original commit message from CVS: * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info): Fix metadata read crash (#136537).
This commit is contained in:
parent
1fc82c7465
commit
c7a7c3fc9d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
|
||||||
|
Fix metadata read crash (#136537).
|
||||||
|
|
||||||
2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
|
* gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
|
||||||
|
|
|
@ -830,7 +830,6 @@ gst_riff_read_info (GstRiffRead *riff)
|
||||||
gst_event_unref (event);
|
gst_event_unref (event);
|
||||||
gst_element_found_tags (GST_ELEMENT (riff), taglist);
|
gst_element_found_tags (GST_ELEMENT (riff), taglist);
|
||||||
}
|
}
|
||||||
gst_tag_list_free (taglist);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue