GNOME Bugzilla – Bug 753301
rmdemux: fix assertion error when freeing tags
Last modified: 2015-08-16 13:41:17 UTC
There is no check for old_tags, before unref'ing it, leading to assertion error.
Created attachment 308825 [details] [review] fix assertion error
Review of attachment 308825 [details] [review]: commit ecb6099b44a1a8e3a1336d746e53db148f15ffeb Author: Vineeth TM <vineeth.tm@samsung.com> Date: Thu Aug 6 10:05:53 2015 +0900 rmdemux: fix assertion error when freeing old tags. Check if old_tags is present before calling gst_tag_list_unref https://bugzilla.gnome.org/show_bug.cgi?id=753301