[gstreamer-bugs] [Bug 600787] playbin2 has a problem with Ogg stream with "info"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 16 10:21:59 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=600787
  GStreamer | gst-plugins-base | 0.10.25

--- Comment #17 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2009-11-16 18:21:53 UTC ---
I think that code prevents it from changing the active group when it is not
drained:

drained = chain->active_group ?
      gst_decode_group_is_drained (chain->active_group) : TRUE;

if it is not drained, it will simply print

GST_DEBUG_OBJECT (dbin,
        "Current active group in chain %p is not drained yet", chain);

Or did I miss something?

-- 
Configure bugmail: https://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