[Bug 675553] New: Internal GStreamer/ffmpegcolorspace error: code not implemented

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 6 01:15:36 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675553
  GStreamer | gst-ffmpeg | 0.10.x

           Summary: Internal GStreamer/ffmpegcolorspace error: code not
                    implemented
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sergei.vorobyov at facilitylabs.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I am getting, after many successful iterations playing the same file, the
following error message:

*** Iteration 982, playing ad number 16: cafe.png

!!!Error in element conversion: Internal GStreamer error: code not implemented.
 Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.

Debug:
..\..\..\..\..\Source\gst-plugins-base\gst\ffmpegcolorspace\gstffmpegcolo
rspace.c(495): gst_ffmpegcsp_transform ():
/GstPipeline:main_pipe/GstFFMpegCsp:c
onversion:
cannot convert between formats

The error above is produced by:

        gst_message_parse_error (msg, &err, &debug); 

        g_print ("\n!!!Error in element %s: %s\n", 
            GST_OBJECT_NAME (msg->src), 
            err->message); 
        g_print ("Debug: %s\n", (debug) ? debug : "none"); 

The element in question is defined by:

conversion = gst_element_factory_make ("ffmpegcolorspace", "conversion");

My program starts by twice complaining

ImportError: No module named pygtk

The GStreamer is taken from http://code.google.com/p/ossbuild/downloads/list

GStreamer-WinBuilds-GPL-x86-Beta04-0.10.7.msi
GStreamer-WinBuilds-SDK-GPL-x86-Beta04-0.10.7.msi

as recommeded by David Hoyt

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list