[gstreamer-bugs] [Bug 539847] New: G.726 coding/decoding doesn't work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jun 23 15:21:45 PDT 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=539847

  GStreamer | gst-ffmpeg | Ver: 0.10.17
           Summary: G.726 coding/decoding doesn't work
           Product: GStreamer
           Version: 0.10.17
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tomasz at grobelny.oswiecenia.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


This command:
$ gst-launch --gst-debug=1 audiotestsrc ! ffenc_g726 bitrate=16000 ! ffdec_g726
! alsasink

should produce sound in the speakers but it only produces such an output on the
screen:

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.211707444  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
0:00:00.212208150  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
(...)
0:00:00.429526944  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
0:00:00.429924160  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
Caught interrupt -- 0:00:00.434271630  9753 0x8194ba0 ERROR            
  
ffmpeg :0:: G726: unsupported audio format
0:00:00.434819205  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
(...)
0:00:00.456279516  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
0:00:00.456680324  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format
handling interrupt.
Interrupt: Stopping pipeline ...
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
0:00:00.460869541  9753 0x8194ba0 ERROR               ffmpeg :0:: G726: 
unsupported audio format

I tried setting bit_rate, channels, codec_id and sample_rate in code. I got rid
of errors but I get only silence in my speakers. The weird thing is that
frame_size is always 0.


-- 
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=539847.




More information about the Gstreamer-bugs mailing list