[Bug 662943] New: gst_missing_plugin_message_get_installer_detail vs gst-inspect --print-plugin-auto-install-info --rpm mismatch for mp3

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 28 08:40:21 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662943
  GStreamer | gstreamer (core) | 0.10.x

           Summary: gst_missing_plugin_message_get_installer_detail vs
                    gst-inspect --print-plugin-auto-install-info --rpm
                    mismatch for mp3
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: rdieter at math.unl.edu
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


trying to debug downstream report,
https://bugzilla.redhat.com/show_bug.cgi?id=680809
about packagekit auto-install codec feature not working lately, and came to the
conclusion that gstreamer's
gst_missing_plugin_message_get_installer_detail
function, and output from 
gst-inspect --print-plugin-auto-install-info --rpm
no longer match.

This last worked for me using
gstreamer-0.10.31-1.fc14

And started not working as of
gstreamer-0.10.34-1.fc15

and retested and confirmed not working too with:
gstreamer-0.10.35-1.fc16

In particular, starting with 0.10.34 , when trying to play mp3 audio via
gstreamer applications (like totem or phonon-gstreamer), 
gst_missing_plugin_message_get_installer_detail
returns
gstreamer0.10(decoder-audio/mpeg)(mpegaudioversion=1)(mpegversion=1)(layer=3)()(64bit)

but 
 gst-inspect --print-plugin-auto-install-info --rpm
/usr/lib64/gstreamer-0.10/libgstmad.so
gstreamer0.10(element-mad)
gstreamer0.10(decoder-audio/mpeg)(mpegversion=1)(layer=1)
gstreamer0.10(decoder-audio/mpeg)(mpegversion=1)(layer=2)
gstreamer0.10(decoder-audio/mpeg)(mpegversion=1)(layer=3)

note the missing (mpegaudioversion=1) in the latter.

-- 
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