[Bug 746373] New fundamental type for caps - GstFlagSet

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 19 06:34:23 PDT 2015


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

--- Comment #23 from Jan Schmidt <thaytan at noraisin.net> ---
Using the GFlags nick instead of name yields:

11:111:+flush+trickmode/trickmode-no-audio

I think that looks OK, although maybe it should concatenate in the reverse
order. It relies on g_flags_get_first_value to split out the bits, which
enumerates in the order the flags were declared when g_flags_register_static
was called, which is typically lowest numeric value first in sane code.

There's no guarantee of any ordering in the flags value array anyway, but just
reversing the order of the flags at least makes them in the same order as the
bits that represent them in the flags/mask hex values.

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