[gstreamer-bugs] [Bug 337009] New: props 'blocksize' and 'buffer-time' not functional in alsasrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 02:33:39 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=337009
 GStreamer | gst-plugins-base | Ver: 0.10.5

           Summary: props 'blocksize' and 'buffer-time' not functional in
                    alsasrc
           Product: GStreamer
           Version: 0.10.5
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: zeenix at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Setting the properties blocksize and buffer-time doens't not effect the size of
the buffers received on the src pad of alsasrc. I tested it using the following
commandline and viewing the size of payloads on the UDP plackets using
ethereal:

gst-launch-0.10 alsasrc buffer_time=20000 ! "audio/x-raw-int, channels=1,
rate=8000" ! udpsink host=SOME_IP

or

gst-launch-0.10 alsasrc blocksize=320 ! "audio/x-raw-int, channels=1,
rate=8000" ! udpsink host=SOME_IP

Since these props are inherited from the GstAudioSrc class, this bug might
actually be there but i am not so sure about it.


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