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 796782 - Internal GStreamer error: code not implemented.
Internal GStreamer error: code not implemented.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: dont know
1.x
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-07-10 20:50 UTC by aturnage
Modified: 2018-11-03 16:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description aturnage 2018-07-10 20:50:29 UTC
I created the following pipeline when trying to display images from a USB IR camera:
gst-launch-1.0 v4l2src device=/dev/video0 blocksize=655360 num-buffers=1000 ! video/x-raw,format=I420,framerate=60/1,width=640,height=512 ! videoconvert ! ximagesink -e

The player window opens, but doesn't appear to display anything.
I receive the following message repeatedly:
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: 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(291): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received

I am running Ubuntu 14.04 in VirturalBox on a Windows 10 machine.
Comment 1 Nicolas Dufresne (ndufresne) 2018-07-10 21:19:34 UTC
Is it running on Ubuntu 14.04 stock GStreamer or did you updated GStreamer ? If it's stock GStreamer, it would be GStreamer 1.4, the current stable is 1.14.1. Best is to update GStreamer with the latest and report again as 1.4 is no longer maintained.
Comment 2 GStreamer system administrator 2018-11-03 16:13:27 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/15.