lib: media: fix libvlc_media_duplicate() behavior
commit101407d735e8bda8f89e53bd52c108e41ddfdebe
authorThomas Guillem <thomas@gllm.fr>
Fri, 2 Oct 2020 14:14:57 +0000 (2 16:14 +0200)
committerThomas Guillem <thomas@gllm.fr>
Mon, 5 Oct 2020 07:15:59 +0000 (5 09:15 +0200)
treece3abcf9e3cfa1608c93f8c638b20754537ad6a8
parentd57a57643447577b1493342ee0a4856a66d48e0e
lib: media: fix libvlc_media_duplicate() behavior

The new duplicated media should not share events of the orignal one.
Ie. parsing the original media should not trigger updates on the
duplicated media.
include/vlc/libvlc_media.h
lib/media.c