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

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed May 26 07:34:41 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-05-26 10:34 -------
Can you try handling the EOS in the main thread?

static gboolean
do_eos (gpointer data)
{
  .. your own eos hanlding ..

  /* once */
  return FALSE;
}

static void
catch_eos (GstPlay * play, gpointer data)
{
  g_idle_add ((GSourcefunc) do_eos, data);
}

------- 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