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 639993 - h.263+ support is broken
h.263+ support is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal critical
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-19 21:23 UTC by Olivier Crête
Modified: 2011-01-25 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2011-01-19 21:23:01 UTC
Run:

gst-launch videotestsrc ! ffenc_h263p ! ffdec_h263 ! xvimagesink

Except:
a nice window with SMPTE bars

Actual result:
it doesn't even preroll.. with GST_DEBUG=2 we get:
0:00:00.081602395  5527      0x2141e50 ERROR                 ffmpeg :0:: header damaged
0:00:00.081654108  5527      0x2141e50 WARN                  ffmpeg gstffmpegdec.c:2205:gst_ffmpegdec_frame:<ffdec_h2630> ffdec_h263: decoding error (len: -1, have_data: 0)
etc
Comment 1 Olivier Crête 2011-01-25 22:50:36 UTC
Yea, the new ffmpeg update seem to fix it !