Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer):
My previous commit was not completly correct.. I've disabled
our _get_buffer function until we make it work 100%. I've opened a bug
(#321662) for this issue.
+2005-11-16 Luca Ognibene <luogni@tin.it>
+
+ * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer):
+ My previous commit was not completly correct.. I've disabled
+ our _get_buffer function until we make it work 100%. I've opened a bug
+ (#321662) for this issue.
+
2005-11-16 Luca Ognibene <luogni@tin.it>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_release_buffer),
bufsize = avpicture_get_size (context->pix_fmt, width, height);
- if ((width != context->width) || (height != context->height)) {
+ if ((width != context->width) || (height != context->height) || 1) {
#ifdef FORCE_OUR_GET_BUFFER
context->width = width;
context->height = height;