GNOME Bugzilla – Bug 317040
unable to read MPEG-4 Divx-5 files anymore with gstreamer 0.8.11 and gst-ffmpeg 0.8.6
Last modified: 2005-10-03 11:28:54 UTC
Please describe the problem: totem freezes with a message always beginning with : Message: could not link video/x-raw-yuv... Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: I believe (but not sure) I was able to see such files some months ago. I updated gstreamer and gst-ffmpeg with the latest versions and I just realize I can't play such files anymore ( I can't say whether it's gstreamer or gst-ffmpeg's fault). I obviously did a gst-register. However, "gst-inspect|grep yuv" gives me : ffmpeg: ffenc_pgmyuv: FFMPEG PGM-YUV image encoder ffmpeg: ffenc_huffyuv: FFMPEG Huffyuv lossless video encoder ffmpeg: ffenc_ffvhuff: FFMPEG FFMPEG non-compliant Huffyuv video encoder ffmpeg: ffdec_pgmyuv: FFMPEG PGM-YUV image decoder ffmpeg: ffdec_huffyuv: FFMPEG Huffyuv lossless video decoder ffmpeg: ffdec_ffvhuff: FFMPEG FFMPEG non-compliant Huffyuv video decoder ffmpeg: ffdec_cyuv: FFMPEG CYUV lossless video decoder ffmpeg: ffdemux_yuv4mpegpipe: FFMPEG YUV4MPEG pipe format demuxer ffmpeg: fftype_yuv4mpegpipe: y4m Other ffmpeg codecs seem to work.
I think it's a dupe of #313970, can you please post the output of: gst-launch-0.8 playbin uri=file://test.avi thanks!
It tells me : RUNNING pipeline ... ** Message: could not link video/x-raw-yuv, width=(int)296, height=(int)228, framerate=(double)30000, format=(fourcc)I420, pixel-aspect-ratio=(fraction)1/1 Waiting for the state change... and the freezes.
*** This bug has been marked as a duplicate of 313970 ***