[Bug 743758] osxaudiosrc supports only 44100 sample rate on iOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 22 04:30:30 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743758

Ilya Konstantinov <ilya.konstantinov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299163|0                           |1
        is obsolete|                            |

--- Comment #48 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Created attachment 300065
  --> https://bugzilla.gnome.org/attachment.cgi?id=300065&action=edit
Patch 7 - Overhaul of probing caps

Changes:

* gst_structure_set (out_s, "channels", GST_TYPE_INT_RANGE, 1, channels, NULL)
is invalid when channels == 1, so added an 'if' for this

* need to cast before printf'ing (Darwin type, not C99) UInt32 since they're
'unsigned long' (?!) on 32-bit architectures

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list