[Gstreamer-bugs] [Bug 143030] - [PATCH] improve gstplay

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jun 1 08:33:51 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=143030
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-06-01 11:33 -------
Note to myself: some, if not all, of the issues might be because I don't
g_idle_add() all signal handlers yet (offenders are change-state & error in
window.c change-state in timer.c). Which leads me to a design question: who
should do that? Currently, libgstplay-me does that for time-tick and
stream-length, but not for video/audio_info. GstElement signals such as
change-state etc. aren't put in the main thread either. The problem with using
g_idle_add() is that it requires a GMainLoop, which KDE etc. don't have. So
should I remove all this from libgstplay and let the application care?

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list