• Home
  • Raw
  • Download

Lines Matching refs:videosink

484       gst_element_set_state (camera->videosink, GST_STATE_NULL);  in gst_camera_bin_src_notify_readyforcapture()
487 g_object_set (camera->videosink, "location", location, NULL); in gst_camera_bin_src_notify_readyforcapture()
489 if (gst_element_set_state (camera->videosink, GST_STATE_PLAYING) == in gst_camera_bin_src_notify_readyforcapture()
493 gst_element_set_state (camera->videosink, GST_STATE_NULL); in gst_camera_bin_src_notify_readyforcapture()
541 if (camerabin->videosink) in gst_camera_bin_dispose()
542 gst_object_unref (camerabin->videosink); in gst_camera_bin_dispose()
946 gst_element_set_state (camerabin->videosink, GST_STATE_NULL); in gst_camera_bin_finish_video_file()
1077 if (src == GST_CAMERA_BIN2_CAST (bin)->videosink) { in gst_camera_bin_handle_message()
1529 camera->videosink = in gst_camera_bin_create_elements()
1531 if (!camera->videosink) { in gst_camera_bin_create_elements()
1535 g_object_set (camera->videosink, "async", FALSE, NULL); in gst_camera_bin_create_elements()
1620 gst_object_ref (camera->videosink), in gst_camera_bin_create_elements()
1626 camera->videosink, "sink", GST_PAD_LINK_CHECK_NOTHING); in gst_camera_bin_create_elements()
1655 gst_element_set_locked_state (camera->videosink, TRUE); in gst_camera_bin_create_elements()
1658 g_object_set (camera->videosink, "location", camera->location, NULL); in gst_camera_bin_create_elements()
1901 if (GST_STATE (camera->videosink) >= GST_STATE_PAUSED) in gst_camera_bin_change_state()
1902 gst_element_set_state (camera->videosink, GST_STATE_READY); in gst_camera_bin_change_state()
1907 gst_element_set_state (camera->videosink, GST_STATE_NULL); in gst_camera_bin_change_state()
1977 if (camera->videosink) { in gst_camera_bin_send_event()
1978 gst_element_get_state (camera->videosink, &current, NULL, 0); in gst_camera_bin_send_event()
1980 gst_element_post_message (camera->videosink, in gst_camera_bin_send_event()
1981 gst_message_new_eos (GST_OBJECT (camera->videosink))); in gst_camera_bin_send_event()