[gstreamer-bugs] [Bug 634927] id3v2 typefind pull_range versus live source deadlock

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 15 07:58:52 PST 2010


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

Kishore Arepalli <kishore.arepalli> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kishore.arepalli at gmail.com

--- Comment #3 from Kishore Arepalli <kishore.arepalli at gmail.com> 2010-12-15 15:58:48 UTC ---
pulsesrc is activated in PULL mode because of the below method.


static gboolean
gst_base_audio_src_check_get_range (GstBaseSrc * bsrc)
{
  /* we allow limited pull base operation of which the details
   * will eventually exposed in an as of yet non-existing query.
   * Basically pulling can be done on any number of bytes as long
   * as the offset is -1 or sequentially increasing. */
  return TRUE;
}

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