Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c427 GstPad *aux_pad = NULL; in gst_uvc_h264_mjpg_demux_chain() local
514 aux_pad = self->h264_pad; in gst_uvc_h264_mjpg_demux_chain()
520 aux_pad = self->yuy2_pad; in gst_uvc_h264_mjpg_demux_chain()
526 aux_pad = self->nv12_pad; in gst_uvc_h264_mjpg_demux_chain()
543 GstCaps *peercaps = gst_pad_peer_query_caps (aux_pad, NULL); in gst_uvc_h264_mjpg_demux_chain()
573 gst_pad_push_event (aux_pad, gst_event_new_caps (*aux_caps)); in gst_uvc_h264_mjpg_demux_chain()
574 gst_pad_push_event (aux_pad, in gst_uvc_h264_mjpg_demux_chain()
638 ret = gst_pad_push (aux_pad, aux_buf); in gst_uvc_h264_mjpg_demux_chain()