[Bug 725417] New: Gstreamer: no sound on some "pps" files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 28 10:46:32 PST 2014


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

           Summary: Gstreamer: no sound on some "pps" files
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: alupu01 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


SYSTEM
(B)LFS system, i686-pc-linux-gnu, kernel-3.13.3
libreoffice-4.2.0.4.  Compiled (configured) with
   --disable-gstreamer-0.10 --enable-gstreamer
   (i.e., enable gstreamer 1.2.3 instead of gstreamer 0.x)
 gstreamer-1.2.3 compiled from sources
  (with its complement of plugins, base-, good- bad- and ugly-1.2.3)

 lame-3.99.5
 twolame-0.3.13
 gst-ffmpeg-0.10.13
 ffmpeg-2.0.2

PROBLEM
 Two "pps" slide files (from a third party) with video/audio:
  'watermelons.pps' and 'plague.pps'
 Run in LibreOffice:
  'plague.pps':  sound OK
  'watermelons.pps':  NO sound  (the PROBLEM)

MY INVESTIGATION
I decomposed the two files;  sound in a "WAV" file

In playing each with MPlayer 1.1-4.7.0 (both sound OK):

1.  plague.wav (of the "good" pps):
libavformat version 54.6.100 (internal)
Audio only file format detected.
Load subtitles in prague/
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 16000 Hz, 2 ch, s16le, 48.0 kbit/9.38% (ratio: 6000->64000)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II,
III)
==========================================================================
AO: [oss] 16000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...

2.  watermelons.wav (of the "bad" pps):
libavformat version 54.6.100 (internal)
Audio only file format detected.
Load subtitles in watermel/
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 54.23.100 (internal)
AUDIO: 8000 Hz, 2 ch, s16le, 64.9 kbit/25.34% (ratio: 8110->32000)
Selected audio codec: [ffadpcmimawav] afm: ffmpeg (FFmpeg WAV IMA ADPCM audio)
==========================================================================
AO: [oss] 8000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...


HELPFUL POINTS (hopefully)
[/usr/lib]% ldd gstreamer-1.0/libgsttwolame.so
        ...
        libgstreamer-1.0.so.0 => /usr/lib/libgstreamer-1.0.so.0 (0xb758d000)
        ...
        libtwolame.so.0 => /usr/lib/libtwolame.so.0 (0xb741b000)
        ...

[/usr/lib]% ldd libtwolame.so.0
        linux-gate.so.1 (0xb77d0000)
        libm.so.6 => /lib/libm.so.6 (0xb7746000)
        libc.so.6 => /lib/libc.so.6 (0xb759a000)
        /lib/ld-linux.so.2 (0xb77d1000)

[/usr/lib]% ls -og gstreamer-1.0/libgsttwolame.so*
-rwxr-xr-x 1 84728 2014-02-26 17:35 gstreamer-1.0/libgsttwolame.so

Thanks,
-- Alex

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