Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c314 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (camerabin, "camerabin", GST_RANK_NONE,
341 gst_camera_bin_start_capture (GstCameraBin2 * camerabin) in gst_camera_bin_start_capture() argument
344 gint capture_index = camerabin->capture_index; in gst_camera_bin_start_capture()
346 GST_DEBUG_OBJECT (camerabin, "Received start-capture"); in gst_camera_bin_start_capture()
349 if (camerabin->mode == MODE_VIDEO) { in gst_camera_bin_start_capture()
350 if (camerabin->location == NULL) { in gst_camera_bin_start_capture()
351 GST_ELEMENT_ERROR (camerabin, RESOURCE, OPEN_WRITE, in gst_camera_bin_start_capture()
356 g_mutex_lock (&camerabin->video_capture_mutex); in gst_camera_bin_start_capture()
357 while (camerabin->video_state == GST_CAMERA_BIN_VIDEO_FINISHING) { in gst_camera_bin_start_capture()
358 g_cond_wait (&camerabin->video_state_cond, in gst_camera_bin_start_capture()
[all …]
DPORTING1 This document lists the differenced between camerabin and camerabin2 from
3 from camerabin to camerabin2.
6 camerabin requires that the path of the file to save the captures is set before
20 In camerabin, image-done is a signal, in camerabin2, it is a bus message
23 In camerabin, video/audio encoder/muxer are selected by passing GstElements to
24 camerabin properties. In camerabin2, a GstEncodingProfile is passed as a
Dgstplugin.c37 ret |= GST_ELEMENT_REGISTER (camerabin, plugin); in plugin_init()
44 camerabin, "Take image snapshots and record movies from camera",
Dgstcamerabin2.h164 GST_ELEMENT_REGISTER_DECLARE (camerabin);
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c194 static GstElement *camerabin = NULL; variable
405 if (GST_MESSAGE_SRC (message) == (GstObject *) camerabin) { in sync_bus_callback()
435 GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_BIN (camerabin), in bus_callback()
457 if (GST_MESSAGE_SRC (message) == (GstObject *) camerabin) { in bus_callback()
492 if (camerabin) { in cleanup_pipeline()
493 GST_INFO_OBJECT (camerabin, "stopping and destroying"); in cleanup_pipeline()
494 gst_element_set_state (camerabin, GST_STATE_NULL); in cleanup_pipeline()
495 gst_object_unref (camerabin); in cleanup_pipeline()
496 camerabin = NULL; in cleanup_pipeline()
626 g_object_set (camerabin, "image-capture-caps", caps, NULL); in set_camerabin_caps_from_string()
[all …]
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt329 -bad camerabin2: wrappercamerabinsrc: V4l2 camera src element for camerabin
330 -bad camerabin: camerabin: Camera Bin
/third_party/gstreamer/gstplugins_bad/
DChangeLog8566 * tests/check/elements/camerabin.c:
8567 test: camerabin: Fix buffer size calculation
32633 * tests/check/elements/camerabin.c:
39949 * docs/plugins/camerabin.dot:
39950 * docs/plugins/camerabin.png:
39978 * docs/plugins/inspect/plugin-camerabin.xml:
40589 * docs/plugins/inspect/plugin-camerabin.xml:
40735 * docs/plugins/inspect/plugin-camerabin.xml:
40917 * docs/plugins/inspect/plugin-camerabin.xml:
41813 * docs/plugins/inspect/plugin-camerabin.xml:
[all …]
DNEWS328 camerabin elements and APIs to configure output formats (containers
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build31 [['elements/camerabin.c']],
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c2002 GST_CHECK_MAIN (camerabin);
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt693 camerabin2 -> camerabin
/third_party/gstreamer/gstplugins_good/
DNEWS328 camerabin elements and APIs to configure output formats (containers
/third_party/gstreamer/gstreamer/
DNEWS328 camerabin elements and APIs to configure output formats (containers
DChangeLog40973 This reduces the time for camerabin to produce a second frame on a
46668 Fixes segfault when doing gst-launch-1.0 -v -m camerabin
/third_party/gstreamer/gstplugins_base/
DNEWS328 camerabin elements and APIs to configure output formats (containers
DChangeLog89003 tests/examples/camerabin/gst-camera-perf.c
89004 tests/examples/camerabin/gst-camerabin-test.c
89021 tests/examples/camerabin/gst-camera-perf.c
89022 tests/examples/camerabin/gst-camerabin-test.c
/third_party/gstreamer/gst_libav/
DNEWS328 camerabin elements and APIs to configure output formats (containers