icydemux: avoid timestamp field initialisation for tag event

This field is not used and will be removed in 2.0 API.

https://bugzilla.gnome.org/show_bug.cgi?id=761462
This commit is contained in:
Kyrylo Polezhaiev 2016-02-02 18:58:24 +02:00 committed by Jan Schmidt
parent 61ba778347
commit 70a55f90a3

View file

@ -653,7 +653,6 @@ gst_icydemux_send_tag_event (GstICYDemux * icydemux, GstTagList * tags)
GstEvent *event;
event = gst_event_new_tag (tags);
GST_EVENT_TIMESTAMP (event) = 0;
GST_DEBUG_OBJECT (icydemux, "Sending tag event on src pad");
return gst_pad_push_event (icydemux->srcpad, event);