GNOME Bugzilla – Bug 339201
Using ximagesink/x11 doesn't allow scaling
Last modified: 2009-02-27 16:03:28 UTC
If the gconf key for videosink is ximagesink, the user interface won't rescale the video. After a few tries at inserting a videoscale before the video output, the cpu takes 100%. That time is spent mostly on trying to do reverse negotiation. The problem with that negotiation can be seen with the following gst-launch command when resizing the window (else it works in pass-through mode) : videotestsrc ! tee ! ffmpegcolorspace ! videoscale ! ximagesink
A bug was created for this issue in GStreamer core (#339795), blocking against it.
crashes with new basetransform.
fixed in gstreamer svn.