After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754290 - opencv: Retinex errors out after a few seconds
opencv: Retinex errors out after a few seconds
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.5.90
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-29 15:16 UTC by Vanessa Chipirrás Navalón
Modified: 2018-05-12 07:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vanessa Chipirrás Navalón 2015-08-29 15:16:10 UTC
Hi, this bug is about the retinex element, which is located in /ext/opencv/gstretinex.c

When I run this: gst-launch-1.0 autovideosrc ! decodebin ! videoconvert ! retinex ! videoconvert ! autovideosink

This works, but 20 seconds later I get this error out and stops:

ERROR: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstGLImageSinkBin:autovideosink0-actual-sink-glimage/GstGLColorConvertElement:glcolorconvertelement0: Failed to convert video buffer
Additional debug info:
gstglcolorconvertelement.c(219): gst_gl_color_convert_element_prepare_output_buffer (): /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstGLImageSinkBin:autovideosink0-actual-sink-glimage/GstGLColorConvertElement:glcolorconvertelement0


And, if I run with this: gst-launch-1.0 v4l2src ! "video/x-raw, width=640, height=480" ! videoscale ! videoconvert ! retinex ! videoconvert ! autovideosink

This works, but I get this error out after a few seconds:

WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert1: Internal GStreamer error: code not implemented.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(292): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert1:
invalid video buffer received
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert1: Internal GStreamer error: code not implemented.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(292): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert1:
invalid video buffer received
Comment 1 Edward Hervey 2018-05-12 07:54:04 UTC
Seems fixed on current master. Please re-open if you still get the issue with latest GStreamer.