mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 14:21:20 +00:00
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:
parent
61ba778347
commit
70a55f90a3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue