tagdemux: 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:19:30 +02:00 committed by Jan Schmidt
parent 567bbe3c07
commit b4df0bf07a

View file

@ -1796,7 +1796,6 @@ gst_tag_demux_send_tag_event (GstTagDemux * demux)
if (merged) {
GstEvent *event = gst_event_new_tag (merged);
GST_EVENT_TIMESTAMP (event) = 0;
GST_DEBUG_OBJECT (demux, "Sending tag event on src pad");
gst_pad_push_event (demux->priv->srcpad, event);
}