[Bug 668011] ffenc_g722: does not work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 16 05:34:28 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668011
  GStreamer | gst-ffmpeg | unspecified

--- Comment #2 from IamTrying <iamtrying.test at gmail.com> 2012-01-16 13:34:25 UTC ---
No, it does not work.

1) $ gst-inspect-0.10 ffenc_g722 | head -n 18
Factory Details:
  Long name:    FFmpeg G.722 ADPCM encoder
  Class:    Codec/Encoder/Audio
  Description:    FFmpeg g722 encoder
  Author(s):    Wim Taymans <wim.taymans at gmail.com>, Ronald Bultje
<rbultje at ronald.bitfreak.net>
  Rank:        secondary (128)

Plugin Details:
  Name:            ffmpeg
  Description:        All FFmpeg codecs and formats (local snapshot)
  Filename:        /usr/lib/gstreamer-0.10/libgstffmpeg.so
  Version:        0.10.13.1
  License:        GPL
  Source module:    gst-ffmpeg
  Binary package:    FFmpeg
  Origin URL:        http://ffmpeg.org/

GObject


2) $ gst-launch-0.10 audiotestsrc num-buffers=5 ! audio/x-raw-int,channels=2 !
audioconvert ! ffenc_g722 ! ffdec_g722 ! audioconvert ! autoaudiosink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
0:00:00.071771712  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.071980686  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.072095351  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.072486237  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.072598306  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.072700869  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073064287  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073173089  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073274383  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073620889  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073727099  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.073828158  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.074175576  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.074280955  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.074381803  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
0:00:00.074482457  3528      0x1e10a60 ERROR                 ffmpeg :0:: A
custom get_buffer() cannot be used with avcodec_decode_audio3()
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 258741 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...

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