Searched refs:h264_pad (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | uvch264demux.c | 29 static GstPad *mjpg_pad, *h264_pad, *yuy2_pad, *nv12_pad, *jpg_pad; variable 118 if (h264_pad) { in _teardown_test() 119 gst_pad_set_active (h264_pad, FALSE); in _teardown_test() 120 gst_object_unref (h264_pad); in _teardown_test() 144 mjpg_pad = h264_pad = yuy2_pad = nv12_pad = jpg_pad = NULL; in _teardown_test() 185 h264_pad = gst_pad_new_from_static_template (&sink_template, "h264"); in _setup_test() 186 fail_unless (h264_pad != NULL); in _setup_test() 187 gst_pad_set_chain_function (h264_pad, _sink_h264_chain); in _setup_test() 188 gst_pad_set_event_function (h264_pad, _sink_h264_event); in _setup_test() 190 fail_unless (gst_pad_link (h264pad, h264_pad) == GST_PAD_LINK_OK); in _setup_test() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 207 self->h264_pad = in gst_uvc_h264_mjpg_demux_init() 209 gst_pad_use_fixed_caps (self->h264_pad); in gst_uvc_h264_mjpg_demux_init() 210 gst_element_add_pad (GST_ELEMENT (self), self->h264_pad); in gst_uvc_h264_mjpg_demux_init() 514 aux_pad = self->h264_pad; in gst_uvc_h264_mjpg_demux_chain()
|
D | gstuvch264_mjpgdemux.h | 83 GstPad *h264_pad; member
|