Searched refs:mjpg_demux (Results 1 – 2 of 2) sorted by relevance
596 if (self->mjpg_demux) in gst_uvc_h264_src_set_property()597 g_object_set (self->mjpg_demux, in gst_uvc_h264_src_set_property()2330 if (self->mjpg_demux) { in gst_uvc_h264_src_destroy_pipeline()2331 gst_bin_remove (GST_BIN (self), self->mjpg_demux); in gst_uvc_h264_src_destroy_pipeline()2332 gst_element_set_state (self->mjpg_demux, GST_STATE_NULL); in gst_uvc_h264_src_destroy_pipeline()2333 gst_object_unref (self->mjpg_demux); in gst_uvc_h264_src_destroy_pipeline()2334 self->mjpg_demux = NULL; in gst_uvc_h264_src_destroy_pipeline()2693 self->mjpg_demux = gst_element_factory_make ("uvch264mjpgdemux", NULL); in gst_uvc_h264_src_construct_pipeline()2694 if (!self->mjpg_demux || !gst_bin_add (GST_BIN (self), self->mjpg_demux)) in gst_uvc_h264_src_construct_pipeline()2696 gst_object_ref (self->mjpg_demux); in gst_uvc_h264_src_construct_pipeline()[all …]
88 GstElement *mjpg_demux; member