mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
wrappercamerabinsrc: fix typo
This commit is contained in:
parent
de5f0dd221
commit
af1dda2ecd
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ gst_wrapper_camera_bin_reset_video_src_caps (GstWrapperCameraBinSrc * self,
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
|
|
||||||
/* After pipe was negotiated src_filter do not have any filter caps.
|
/* After pipe was negotiated src_filter do not have any filter caps.
|
||||||
* In this situation we should compare neogotiated caps on capsfilter pad
|
* In this situation we should compare negotiated caps on capsfilter pad
|
||||||
* with requested range of caps. If one of this caps intersect,
|
* with requested range of caps. If one of this caps intersect,
|
||||||
* then we can avoid reseting.
|
* then we can avoid reseting.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue