GNOME Bugzilla – Bug 489385
[playbin2] do not plug videoscale and colorspace elements if requested
Last modified: 2008-05-26 11:32:10 UTC
Playbin pipeline always uses videoscale and colorspace elements, which seem to cause visible delay in playback startup with slow cpus. Videoscale and colorspace aren't always needed so a property could be added to playbin to disable videoscale and colorspace if necessary.
Created attachment 97725 [details] [review] patch to playbin Adds no-video-transform property to playbin to omit videoscale and colorspace elements from pipeline.
Have you found out what exactly it is that is causing these delays? It seems to me that it would be better to fix these negotiation issues (?) than increase code complexity by adding a property like this.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
I think this is fixed in playbin2 now (set native-audio flag via "flags" property).