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 99410 - libgstplay should allow other sources
libgstplay should allow other sources
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal enhancement
: 0.5.0
Assigned To: Steve Baker
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-24 05:20 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua N Pritikin 2002-11-24 05:20:58 UTC
Instead of being forced to use gnomevfssrc, can the source element be
specified as a string or GstElement* ?
Comment 1 Julien MOUTTE 2003-01-16 14:36:13 UTC
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...
Comment 2 Steve Baker 2003-01-16 19:08:21 UTC
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.
Comment 3 Joshua N Pritikin 2003-01-19 05:18:16 UTC
Fix in recent commit by Steve Baker (thx!)