[Bug 767222] audio: Fix gst_audio_channel_positions_to_mask annotations

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jun 4 13:53:00 UTC 2016


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

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
OK, that is weird I am also using g-i 1.48 (I am inside flatpak sandbox so this
is what is being used exactly:
https://github.com/GNOME/gnome-sdk-images/blob/gnome-3-20/org.gnome.Sdk.json.in#L106)

What does the .gir file look like exactly? (with and without that patch?)

Are you able to do something like:

  $ python3 -c "from gi.repository import Gst; Gst.init(None); from
gi.repository import GstAudio;
GstAudio.audio_channel_positions_to_mask([GstAudio.AudioChannelPosition.MONO],
True)"

also what does that return:

  $python -c "from gi.repository import Gst; Gst.init(None); from gi.repository
import GstAudio; print(GstAudio.audio_channel_positions_to_mask.__doc__)"

Thanks.

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