[gstreamer-bugs] [Bug 424157] Provide gst_play_audio_file

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Dec 28 02:15:01 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=424157

  GStreamer | gstreamer (core) | Ver: 0.10.x

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #16 from Wim Taymans  2007-12-28 10:15 UTC -------
@Jaap: I have no problem with simple APIs but adding them to the GStreamer core
is not a good idea for the same reason GTK+ does not have an API for a simple
text editor.

I believe we should have a simple API for common things, like the audio
playback example and I also believe it should go into a library, other than
GStreamer, that does this. 

For events you also typically want to cache them serverside (to reduce latency
and CPU, especially in embedded devices and thin clients). The above simple API
on top of playbin then needs to be extended some more (it also does not handle
the cases where you have an error while playing). 

I'm willing to add this as an example object that demonstrates how to shuffly
around signals, GError and encapsulate multiple GStreamer objects, but going as
far as promote this as the blessed 'ding'-API is not going to happen. 


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=424157.




More information about the Gstreamer-bugs mailing list