Searched refs:GST_OBJECT_FLAGS (Results 1 – 6 of 6) sorted by relevance
134 #define GST_OBJECT_FLAGS(obj) (GST_OBJECT_CAST (obj)->flags) macro142 #define GST_OBJECT_FLAG_IS_SET(obj,flag) ((GST_OBJECT_FLAGS (obj) & (flag)) == (flag))150 #define GST_OBJECT_FLAG_SET(obj,flag) (GST_OBJECT_FLAGS (obj) |= (flag))158 #define GST_OBJECT_FLAG_UNSET(obj,flag) (GST_OBJECT_FLAGS (obj) &= ~(flag))
458 #define GST_CLOCK_FLAGS(clock) GST_OBJECT_FLAGS(clock)
1865 GstElementFlags natural_flags = GST_OBJECT_FLAGS (bin); \1869 fail_unless ((natural_flags | GST_OBJECT_FLAGS (bin)) \1918 fail_unless ((suppressed_flags & GST_OBJECT_FLAGS (bin)) \1921 fail_unless ((suppressed_flags & GST_OBJECT_FLAGS (bin)) \1924 fail_unless ((suppressed_flags & GST_OBJECT_FLAGS (bin)) \
93185 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition93258 renamed GST_FLAGS macros to GST_OBJECT_FLAGS157711 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition157731 renamed GST_FLAGS macros to GST_OBJECT_FLAGS157736 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition157809 renamed GST_FLAGS macros to GST_OBJECT_FLAGS157814 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition157841 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
121746 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition121786 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
125397 …cdsrc_recalculate): * sys/vcd/vcdsrc.h: renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshif…233883 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition233956 renamed GST_FLAGS macros to GST_OBJECT_FLAGS