After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164453 - [amd64] MPEG-4 encoding: failed to encode buffer
[amd64] MPEG-4 encoding: failed to encode buffer
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-18 11:57 UTC by Zaheer Abbas Merali
Modified: 2005-11-11 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2005-01-18 11:57:37 UTC
gst-launch-0.8 dvdreadsrc device=/dev/hdc ! decodebin name=d { d. ! queue
max-size-buffers=500 max-size-time=0 max-size-bytes=0 ! videorate !
video/x-raw-yuv,framerate=15.0 ! videoscale !
video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! ffenc_mpeg4
bitrate=100000 ! filesink location=ieb1.m4v } { d. ! queue max-size-buffers=500
max-size-time=0 max-size-bytes=0 ! audioscale ! audio/x-raw-int,rate=11025 !
audioconvert ! audio/x-raw-int,channels=1 ! wavenc ! filesink location=ieb1.wav }

on amd64 gives the error:

ERROR: from element /pipeline0/thread0/ffenc_mpeg40: No standard error message
for domain gst-library-error-quark and code 6.
Additional debug info:
gstffmpegenc.c(480): gst_ffmpegenc_chain_video:
/pipeline0/thread0/ffenc_mpeg40:ffenc_mpeg4: failed to encode buffer

On x86 (athlon xp) runs fine
Comment 1 Ronald Bultje 2005-04-15 09:39:29 UTC
My commit in CVS on 17/1 should have fixed the encoders, you say current CVS, is
that CVS of 18/1? Can you reproduce with CVS of today or 0.8.4? Does ffmpeg
itself run fine (check gst-ffmpeg/gst-libs/ext/ffmpeg/ffmpeg)?

The error message weirdness was fixed by my commit here, btw:
http://cvs.freedesktop.org/gstreamer/gstreamer/gst/gsterror.c?r1=1.11&r2=1.11.2.1
Comment 2 Ronald Bultje 2005-07-20 15:43:06 UTC
Please retry.
Comment 3 Luca Ognibene 2005-11-11 16:49:21 UTC
Closing. Please reopen if it's still an issue for you.