Searched refs:camerabin (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 314 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 …]
|
D | PORTING | 1 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
|
D | gstplugin.c | 37 ret |= GST_ELEMENT_REGISTER (camerabin, plugin); in plugin_init() 44 camerabin, "Take image snapshots and record movies from camera",
|
D | gstcamerabin2.h | 164 GST_ELEMENT_REGISTER_DECLARE (camerabin);
|
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/ |
D | gst-camerabin2-test.c | 194 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/ |
D | porting-list-0.11.txt | 329 -bad camerabin2: wrappercamerabinsrc: V4l2 camera src element for camerabin 330 -bad camerabin: camerabin: Camera Bin
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 8566 * 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 …]
|
D | NEWS | 328 camerabin elements and APIs to configure output formats (containers
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | meson.build | 31 [['elements/camerabin.c']],
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | camerabin.c | 2002 GST_CHECK_MAIN (camerabin);
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | porting-to-1.0.txt | 693 camerabin2 -> camerabin
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 328 camerabin elements and APIs to configure output formats (containers
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 328 camerabin elements and APIs to configure output formats (containers
|
D | ChangeLog | 40973 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/ |
D | NEWS | 328 camerabin elements and APIs to configure output formats (containers
|
D | ChangeLog | 89003 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/ |
D | NEWS | 328 camerabin elements and APIs to configure output formats (containers
|