Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Duvch264demux.c263 GstCaps *h264_caps; in GST_START_TEST() local
270 h264_caps = gst_caps_new_simple ("video/x-h264", in GST_START_TEST()
292 fail_unless (gst_caps_is_always_compatible (negotiated_caps_h264, h264_caps)); in GST_START_TEST()
300 gst_caps_unref (h264_caps); in GST_START_TEST()
312 GstCaps *h264_caps; in GST_START_TEST() local
320 h264_caps = gst_caps_new_simple ("video/x-h264", in GST_START_TEST()
345 fail_unless (gst_caps_is_always_compatible (negotiated_caps_h264, h264_caps)); in GST_START_TEST()
353 gst_caps_unref (h264_caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/
Dtest-uvch264.c224 GstCaps *h264_caps = NULL; in set_caps() local
232 h264_caps = gst_caps_from_string (h264_filter); in set_caps()
236 g_debug ("H264 caps : %s", gst_caps_to_string (h264_caps)); in set_caps()
238 if (!h264_caps || !raw_caps) { in set_caps()
244 g_object_set (self->vid_capsfilter, "caps", h264_caps, NULL); in set_caps()
253 if (h264_caps) in set_caps()
254 gst_caps_unref (h264_caps); in set_caps()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c224 self->h264_caps = gst_caps_new_empty_simple ("video/x-h264"); in gst_uvc_h264_mjpg_demux_init()
239 if (self->h264_caps) in gst_uvc_h264_mjpg_demux_dispose()
240 gst_caps_unref (self->h264_caps); in gst_uvc_h264_mjpg_demux_dispose()
241 self->h264_caps = NULL; in gst_uvc_h264_mjpg_demux_dispose()
515 aux_caps = &self->h264_caps; in gst_uvc_h264_mjpg_demux_chain()
Dgstuvch264_mjpgdemux.h86 GstCaps *h264_caps; member
Dgstuvch264_src.c2147 GstCaps *h264_caps = gst_caps_intersect (h264, caps); in gst_uvc_h264_src_transform_caps() local
2154 if (!gst_caps_is_empty (h264_caps)) { in gst_uvc_h264_src_transform_caps()
2155 gst_caps_append (caps, h264_caps); in gst_uvc_h264_src_transform_caps()
2157 gst_caps_unref (h264_caps); in gst_uvc_h264_src_transform_caps()