mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
567bbe3c07
commit
b4df0bf07a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue