icydemux: reset tags on empty value
authorSøren Juul <zpon.dk@gmail.com>
Fri, 10 Feb 2017 09:53:05 +0000 (10:53 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Feb 2017 10:24:13 +0000 (12:24 +0200)
commit1184429e21f8c48e435625f46e3e9a79a4662498
tree8b2faa2bfbd93e6e8ddb5bd16ee1e805fa204141
parent49002fa8a7b6d782788e846de194b4f4c765cea5
icydemux: reset tags on empty value

Some radio streams uses StreamTitle='' to reset the title after a
track stopped playing, e.g. while the host talks between tracks or
during news segments.
This change forces an empty tag object to be distributed if
StreamTitle or StreamUrl is received with empty value, thus allowing
downstream elements to get notified about this.

https://bugzilla.gnome.org/show_bug.cgi?id=778437
gst/icydemux/gsticydemux.c
tests/check/elements/icydemux.c