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 329798 - [playbin] doesn't always give correct error message for missing plugins
[playbin] doesn't always give correct error message for missing plugins
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-03 15:45 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-07-10 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST_DEBUG log (232.02 KB, application/x-gzip)
2006-02-03 15:46 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2006-02-03 15:45:11 UTC
Removing mp3 plugins I sometimes get an 'Internal data flow error' message instead of the 'Totem could not play 'file:///home/cschalle/Shared/A/Akon - Lonely.mp3' message. Attach GST_DEBUG log.
Comment 1 Christian Fredrik Kalager Schaller 2006-02-03 15:46:43 UTC
Created attachment 58657 [details]
GST_DEBUG log
Comment 2 Tim-Philipp Müller 2006-07-10 14:58:06 UTC
I can finally reproduce this :)
Comment 3 Tim-Philipp Müller 2006-07-10 15:01:42 UTC
Fixed in CVS:

 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>

       * gst/playback/gstdecodebin.c: (close_pad_link):
         Also emit 'unknown-type' signal (which should really be
         called unhandled-type) if we found potential decoders/demuxers
         in the registry but none of them worked in the end (as in the
         case where the plugins don't exist any longer but are still
         listed in the registry). Fixes #329798.