GNOME Bugzilla – Bug 573772
MP3 file import fails
Last modified: 2009-04-30 08:54:28 UTC
I have the fluendo mp3 plugin (as well as good/bad/ugly), and trying to import any mp3 file fails with the following information: URI:/home/jeff/2.mp3 Problem:An internal error occured while analyzing this file: Erreur interne de flux de données. Extra information:gstbasesrc.c(2234): gst_base_src_loop (): /GstPipeline:Discoverer-file:///home/jeff/2.mp3/GstFileSrc:src-file:///home/jeff/2.mp3: streaming task paused, reason not-linked (-1) Importing ogg vorbis files works fine. Importing flac files works, but they cannot be seeked in the timeline.
Created attachment 129858 [details] output of PITIVI_DEBUG=*:5 GST_DEBUG=2 bin/pitivi > log 2>&1
Created attachment 129860 [details] sample
this was fixed in master (5770a89452bd332f6339b9c33e0e2cf1f0557c61)
still fails
had a closer look at this, 4cb4e62ba2c429bb103d7f5b96ec28bed4dc380a and d5cbac4c3434e3eef0dd183cc57347c7863b4a1f (in master) hopefully fix it. Please try again?
it seems to work if you remove all fluendo plugins and use the good/bad/ugly. How should this be handled then? Maybe detect them and warn the user about it in a meaningful manner?
if 3rd party plugins are broken we can't really do much
Can't you just check for the presence of those plugins and ignore them, and use gst bad/ugly specifically? Or at least an error message that is meaningful so that the user knows that the blame is on those third party plugins?