[gstreamer-bugs] [Bug 564098] New: MS Word files are recognised as audio/mpeg and OSX's .DS_Store files as video/mpeg

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 11 03:13:04 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=564098

  GStreamer | gst-plugins-base | Ver: HEAD CVS
           Summary: MS Word files are recognised as audio/mpeg and OSX's
                    .DS_Store files as video/mpeg
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: usability
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: guillaume at fluendo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Typefinders for these types of files should be added so that there type is
correctly identified by gstreamer.

Other information:
What happens now:
$ gst-typefind word97.doc
word97.doc - audio/mpeg, mpegversion=(int)1, layer=(int)1
$ gst-typefind .DS_Store
.DS_Store - video/mpeg, systemstream=(boolean)false, mpegversion=(int)1

What should happen:
$ gst-typefind .DS_Store
.DS_Store - application/octet-stream
$ gst-typefind word97.doc
word97.doc - application/msword

Output of the "file" command on these files:
$ file -i word97.doc .DS_Store 
word97.doc: \012- application/msword
.DS_Store:  application/octet-stream


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=564098.




More information about the gstreamer-bugs mailing list