GNOME Bugzilla – Bug 99410
libgstplay should allow other sources
Last modified: 2004-12-22 21:47:04 UTC
Instead of being forced to use gnomevfssrc, can the source element be specified as a string or GstElement* ?
Yup for this libgstplay needs to be partly recoded with the following example model : Object Creation Source setup Audio setup Video setup Play/Pause/Seek/Stop Destroy It means building the pipeline just before playing instead of building it on creation like it is now.. I ll try to work on that when i have some spare time...
It should be possible to change the source without destroying the pipeline every time. Destroying the pipeline between each track will be slow and will make the code more brittle.
Fix in recent commit by Steve Baker (thx!)