mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
parent
0b441d7611
commit
6631f50d59
1 changed files with 2 additions and 0 deletions
|
@ -1536,6 +1536,8 @@ gst_camerabin_start_video_recording (GstCameraBin * camera)
|
|||
camera->capturing = TRUE;
|
||||
g_mutex_unlock (camera->capture_mutex);
|
||||
gst_element_set_locked_state (camera->vidbin, FALSE);
|
||||
/* ensure elements activated before feeding data into it */
|
||||
state_ret = gst_element_set_state (GST_ELEMENT (camera), GST_STATE_PAUSED);
|
||||
g_object_set (G_OBJECT (camera->src_out_sel), "resend-latest", FALSE,
|
||||
"active-pad", camera->pad_src_vid, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue