dvdemux: Push tag event to both pads
authorRavi Kiran K N <ravi.kiran@samsung.com>
Sun, 6 Sep 2015 15:19:59 +0000 (20:49 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 20 May 2017 15:01:34 +0000 (16:01 +0100)
commitde3e54690bc5b37961c166352ad10d77d06968aa
tree2c60af5f34e9daf70f224535817d4e9e1d834011
parentc35292505bea1698df3ba34be51d9ccfce92c04b
dvdemux: Push tag event to both pads

Tags are pushed to "videosrcpad"/"audiosrcpad" in
gst_dvdemux_add_pad() method, however they will be NULL
in this method, hence tags are not pushed.
Instead, send tag event to "pad" created gst_dvdemux_add_pad().

Signal no-more-pads when both pads are created

https://bugzilla.gnome.org/show_bug.cgi?id=743657
ext/dv/gstdvdemux.c
ext/dv/gstdvdemux.h