gstreamer/subprojects/gst-plugins-bad/gst/camerabin2
Robert Mader c481fe7059 camerabin: Correctly relink viewfinderbin_queue
This reverts a part of de92a6c7f2. Unlike `image_filter` and
`video_filter`, `viewfinder_filter` does not get linked to `src` but
`viewfinderbin_queue`. Thus the fix in the mentioned commit does not
apply for it and should be reverted.

This was not spotted earlier as only the other filters are used in
the project that uncovered the issue.

Fixes: de92a6c7f2 ("camerabin: Fix source updates with user filters")
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5689>
2023-12-18 17:07:31 +00:00
..
camerabin2-src.txt
camerabingeneral.c
camerabingeneral.h
gstcamerabin2.c
gstcamerabin2.h
gstdigitalzoom.c
gstdigitalzoom.h
gstplugin.c
gstviewfinderbin.c
gstviewfinderbin.h
gstwrappercamerabinsrc.c
gstwrappercamerabinsrc.h
meson.build
PORTING