Searched refs:nv12_caps (Results 1 – 2 of 2) sorted by relevance
227 self->nv12_caps = gst_caps_new_simple ("video/x-raw", in gst_uvc_h264_mjpg_demux_init()245 if (self->nv12_caps) in gst_uvc_h264_mjpg_demux_dispose()246 gst_caps_unref (self->nv12_caps); in gst_uvc_h264_mjpg_demux_dispose()247 self->nv12_caps = NULL; in gst_uvc_h264_mjpg_demux_dispose()527 aux_caps = &self->nv12_caps; in gst_uvc_h264_mjpg_demux_chain()
88 GstCaps *nv12_caps; member