GNOME Bugzilla – Bug 312693
videotestsrc/encoder capsnego is weird
Last modified: 2005-11-11 16:31:16 UTC
gst-launch-0.9 videotestsrc ! ffenc_mpeg4 ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink -v This should just work, similar to 0.8, where (if you specify a filtered caps for framerate), it just works and displays video. However, in 0.9, it "fixates" (?) to RGB video, whereas the encoder only supports I420. Seems like a videotestsrc bug.
Is there a way you can exhibit this bug without ffmpeg elements? Just to make it easier for me to test and fix.
this works for me for theoraenc ! theoradec. again, can you reproduce with -base elements?
The bug may well be specific to ffmpeg encoder elements, since they support various formats, specific to the encoder type in use. Regardless, it's still a bug.
Not mine though, sorry. Let me know if you get this with -base elements.
Works in current cvs HEAD