Home
last modified time | relevance | path

Searched refs:GST_OBJECT_FLAGS (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstobject.h134 #define GST_OBJECT_FLAGS(obj) (GST_OBJECT_CAST (obj)->flags) macro
142 #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))
Dgstclock.h458 #define GST_CLOCK_FLAGS(clock) GST_OBJECT_FLAGS(clock)
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c1865 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)) \
/third_party/gstreamer/gstplugins_good/
DChangeLog93185 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
93258 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
157711 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
157731 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
157736 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
157809 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
157814 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
157841 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
/third_party/gstreamer/gstreamer/
DChangeLog121746 renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
121786 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
/third_party/gstreamer/gstplugins_bad/
DChangeLog125397 …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 definition
233956 renamed GST_FLAGS macros to GST_OBJECT_FLAGS