Home
last modified time | relevance | path

Searched refs:GST_PAD_FLAG_NEED_RECONFIGURE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h709 GST_PAD_FLAG_NEED_RECONFIGURE = (GST_OBJECT_FLAG_LAST << 5), enumerator
1066 #define GST_PAD_NEEDS_RECONFIGURE(pad) (GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_FLAG_NEED_RECONFIGURE
Dgstpad.c1210 GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in activate_mode_internal()
1236 GST_OBJECT_FLAG_UNSET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in activate_mode_internal()
1674 GST_OBJECT_FLAG_UNSET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in gst_pad_check_reconfigure()
1694 GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in gst_pad_mark_reconfigure()
5353 GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in gst_pad_push_event_unchecked()
5695 GST_OBJECT_FLAG_SET (pad, GST_PAD_FLAG_NEED_RECONFIGURE); in gst_pad_send_event_unchecked()
Dgstenumtypes.c1162 { C_FLAGS(GST_PAD_FLAG_NEED_RECONFIGURE), "GST_PAD_FLAG_NEED_RECONFIGURE", "need-reconfigure" }, in gst_pad_flags_get_type()
/third_party/gstreamer/gstplugins_base/
DChangeLog58272 clearing the GST_PAD_FLAG_NEED_RECONFIGURE even on success.
58284 clearing the GST_PAD_FLAG_NEED_RECONFIGURE even on success.