tag: Update for taglist/tag event API changes

This commit is contained in:
Sebastian Dröge 2012-07-28 00:33:51 +02:00
parent 3c47f584e2
commit 3d2d1beb77

View file

@ -1224,7 +1224,7 @@ gst_ffmpegdemux_open (GstFFMpegDemux * demux)
GST_INFO_OBJECT (stream->pad, "stream tags: %" GST_PTR_FORMAT,
stream->tags);
gst_pad_push_event (stream->pad,
gst_event_new_tag ("GstDemuxer", gst_tag_list_copy (stream->tags)));
gst_event_new_tag (gst_tag_list_ref (stream->tags)));
}
}