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 674899 - ffenc_mpeg2video regression after port to BaseVideoEncoder
ffenc_mpeg2video regression after port to BaseVideoEncoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal major
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-26 19:26 UTC by Nicolas Dufresne (ndufresne)
Modified: 2012-04-27 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Crash backtrace (4.20 KB, text/plain)
2012-04-26 19:26 UTC, Nicolas Dufresne (ndufresne)
  Details
Fix correctly setting height in AVCodecContext (947 bytes, patch)
2012-04-26 19:32 UTC, Nicolas Dufresne (ndufresne)
none Details | Review

Description Nicolas Dufresne (ndufresne) 2012-04-26 19:26:54 UTC
Created attachment 212907 [details]
Crash backtrace

The mpeg2video encoder in ffmpeg plugins does not work properly after the port. With v4l2src I get output window bad size with corrupted image at the bottom, and with videotestsrc a crash.

My test pipeline was:
gst-launch v4l2src ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! videorate ! ffmpegcolorspace ! ffenc_mpeg2video ! mpeg2dec ! xvimagesink
Comment 1 Nicolas Dufresne (ndufresne) 2012-04-26 19:32:36 UTC
Created attachment 212910 [details] [review]
Fix correctly setting height in AVCodecContext
Comment 2 Edward Hervey 2012-04-27 14:54:29 UTC
commit 35cf2e84f25b8c4de306d0b184c32c943a8e07ea
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Thu Apr 26 15:31:41 2012 -0400

    codecmap: correctly set height in AVCodecContext
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674899