Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

videoio: update GStreamer code #14834

Merged
merged 4 commits into from Jun 21, 2019

Conversation

alalek
Copy link
Member

@alalek alalek commented Jun 19, 2019

  • exception-safe smart pointers, fixed many memory leaks
  • fixed errors handling
  • fixed strings handling
  • fixed file existence check
  • fixed toFraction() implementation
  • add 'drop=true' for v4l2 input
  • avoid overriding custom pipelines sink's 'max-buffers' value
  • updated valgrind supression rules
  • added support for GStreamer native leaks tracking (via gst_deinit() call)
  • repaired capturing through GStreamer0.10 (fixed CV_8UC1)
allow_multiple_commits=1
force_builders=Custom,Linux AVX2
build_image:Custom=gstreamer:16.04
#build_image:Custom=gstreamer0.10:16.04
buildworker:Custom=linux-1

alalek and others added 4 commits June 20, 2019 17:48
causes leaks if FFmpeg is disabled through OPENCV_VIDEOIO_PRIORITY_FFMPEG=0
- exception safe smart pointers, fixed many memory leaks
- fixed errors handling
- fixed strings handling
- fixed file existence check
- fixed toFraction() implementation
- add 'drop=true' for v4l2 input
- avoid overriding custom pipelines sink's 'max-buffers' value
- updated valgrind supression rules
- added support for GStreamer native leaks tracking (via gst_deinit() call)
- repaired capturing through GStreamer0.10 (fixed CV_8UC1)
@alecatalfamo
Copy link

Sorry, i don't understand the location in which i have to insert this lines before building opencv. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug category: videoio port/backport done Label for maintainers. Authors of PR can ignore this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants