rmdemux: fix wrong unref when there are no tags
authorVineeth TM <vineeth.tm@samsung.com>
Tue, 21 Jul 2015 03:44:55 +0000 (12:44 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Jul 2015 09:52:54 +0000 (10:52 +0100)
commit868a885040f10f10782860031b7798d6f255a8b1
tree5e8c9a4776ae4fbed89df4cc7f303bb78f4ca5fb
parent42dbce6d578469e2f7c6731c0d85d090341b2724
rmdemux: fix wrong unref when there are no tags

Tags should be appended to pending tags and unref'ed only if tags
are present. Else there is no need to append.

https://bugzilla.gnome.org/show_bug.cgi?id=752404
gst/realmedia/rmdemux.c