Home
last modified time | relevance | path

Searched refs:dest_pad (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdbin.c766 GstPad *dest_pad = NULL; in demux_pad_added() local
792 dest_pad = in demux_pad_added()
797 dest_pad = in demux_pad_added()
803 dest_pad = in demux_pad_added()
826 if (dest_pad == NULL) { in demux_pad_added()
838 " through multiqueue to %" GST_PTR_FORMAT, pad, dest_pad); in demux_pad_added()
841 gst_pad_link (mq_pad, dest_pad); in demux_pad_added()
844 gst_object_unref (dest_pad); in demux_pad_added()
852 if (dest_pad) in demux_pad_added()
853 gst_object_unref (dest_pad); in demux_pad_added()