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 317040 - unable to read MPEG-4 Divx-5 files anymore with gstreamer 0.8.11 and gst-ffmpeg 0.8.6
unable to read MPEG-4 Divx-5 files anymore with gstreamer 0.8.11 and gst-ffm...
Status: RESOLVED DUPLICATE of bug 313970
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.x
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-23 14:46 UTC by oll
Modified: 2005-10-03 11:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description oll 2005-09-23 14:46:59 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.
Comment 1 Luca Ognibene 2005-09-23 18:23:35 UTC
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!
Comment 2 oll 2005-09-26 07:32:18 UTC
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.
Comment 3 Luca Ognibene 2005-09-27 18:10:17 UTC

*** This bug has been marked as a duplicate of 313970 ***