Skip to content

videoio: update GStreamer code#14834

Merged
opencv-pushbot merged 4 commits intoopencv:3.4from
alalek:videoio_gstreamer_issues
Jun 21, 2019
Merged

videoio: update GStreamer code#14834
opencv-pushbot merged 4 commits intoopencv:3.4from
alalek:videoio_gstreamer_issues

Conversation

@alalek
Copy link
Copy Markdown
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
Copy Markdown

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.

4 participants