[gstreamer-bugs] [Bug 346527] alsasrc get_range does not respect requested size

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jul 6 08:55:28 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=346527
 GStreamer | gst-plugins-base | Ver: 0.10.8





------- Comment #2 from Wim Taymans  2006-07-06 15:55 UTC -------
First part of solution. Will attach an updated example app.

        * gst-libs/gst/audio/gstbaseaudiosrc.c:
        (gst_base_audio_src_class_init), (gst_base_audio_src_init),
        (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
        (gst_base_audio_src_get_time),
        (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
        (gst_base_audio_src_create_ringbuffer):
        Fix latency and buffer-time constants and properties ala basesink.
        Implement pull based scheduling. Fixes #346527.
        Set default blocksize in GstBaseSrc to 0, we default to pushing out
        one segment.
        Refuse slaving to another clock instead of silently not working.
        Only provide a clock when we are actually able to do so.
        Various small cleanups and compiler hints.


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




More information about the Gstreamer-bugs mailing list