mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
camerabin2: preview: Disable appsrc signals emission
Camerabin2 doesn't check appsrc's signals, so disable them
This commit is contained in:
parent
8a044de701
commit
0bdde84f3b
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ gst_camerabin_create_preview_pipeline (GstElement * element,
|
|||
goto error;
|
||||
}
|
||||
|
||||
g_object_set (data->appsrc, "emit-signals", FALSE, NULL);
|
||||
|
||||
gst_bin_add_many (GST_BIN (data->pipeline), data->appsrc, data->capsfilter,
|
||||
data->appsink, csp, csp2, vscale, NULL);
|
||||
if (filter)
|
||||
|
|
Loading…
Reference in a new issue