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 312693 - videotestsrc/encoder capsnego is weird
videotestsrc/encoder capsnego is weird
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-05 16:13 UTC by Ronald Bultje
Modified: 2005-11-11 16:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2005-08-05 16:13:20 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.
Comment 1 Andy Wingo 2005-08-08 09:31:55 UTC
Is there a way you can exhibit this bug without ffmpeg elements? Just to make it
easier for me to test and fix.
Comment 2 Andy Wingo 2005-08-18 09:11:05 UTC
this works for me for theoraenc ! theoradec. again, can you reproduce with -base
elements?
Comment 3 Ronald Bultje 2005-08-18 12:56:20 UTC
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.
Comment 4 Andy Wingo 2005-08-18 13:04:18 UTC
Not mine though, sorry. Let me know if you get this with -base elements.
Comment 5 Julien MOUTTE 2005-10-26 14:41:08 UTC
Works in current cvs HEAD