[gstreamer-bugs] [Bug 152864] [PATCH] GstAlsaMixer doesn't support signals

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jul 23 04:19:10 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=152864
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #10 from Tim-Philipp Müller  2006-07-23 11:18 UTC -------
So, what to do with this one then?

 - WONTFIX: everything can be done via polling, document
   signals as non-functional in docs and remove them in 0.11

 - add generic GstMixerTrack helper source/setup function that
   hooks into a GLib main context/loop and does polling in
   intervals and emits signals based on that. This would
   primarily be for code-sharing purposes and would
   work for all mixer implementations immediately.

 - do clever stuff in the mixer implementation, like alsa
   (but: does not really work like we want to if I understand
   Ronald correctly; requires either a running main context or a
   thread with our own main context/main loop if I understand
   correctly (?)).

 - any other option I forgot?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list