[gstreamer-bugs] [Bug 386504] New: [decodebin2] should error out on text/plain as primary type

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Dec 16 06:08:12 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=386504

  GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: [decodebin2] should error out on text/plain as primary
                    type
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: hadess at hadess.net
 BugsThisDependsOn: 380342
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


+++ This bug was initially created as a clone of Bug #380342 +++

Please describe the problem:
Totem does not play mp3 files (I've not tested with other, sorry) when a text
file with the same base name as the audio one is present. Totem advices that a
subtitle stream has been detected but there is no video.

Steps to reproduce:
1. Suppose that you have an mp3 file named "my.song.mp3"
2. Create a text file in the same directory with the name "my.song.txt"
3. Try to reproduce "my.song.mp3" with totem

Actual results:
An error window will appear advertising that a subtitle stream has been
detected but there is no video to reproduce.

Expected results:
I expect totem to be able reproduce the audio file.

Does this happen every time?
Yes.



Basically, this should work:

  gst-launch-0.10 playbin uri=file:///path/to/foo.mp3 
suburi=file:///path/to/README.txt

(if the subtitle-decodebin errors out, playbin will just ignore the subtitle,
so either we make decodebin2 error out in this case, just like decodebin, or we
add this logic to playbasebin somehow to achieve the same result).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list