Home
last modified time | relevance | path

Searched refs:GST_EVENT_UNKNOWN (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstevent.h143 GST_EVENT_UNKNOWN = GST_EVENT_MAKE_TYPE (0, 0), enumerator
Dgstevent.c105 {GST_EVENT_UNKNOWN, "unknown", 0},
Dgstenumtypes.c532 { C_ENUM(GST_EVENT_UNKNOWN), "GST_EVENT_UNKNOWN", "unknown" }, in gst_event_type_get_type()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c566 case GST_EVENT_UNKNOWN: in gst_dp_event_from_packet_0_2()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c230 type = event ? GST_EVENT_TYPE (event) : GST_EVENT_UNKNOWN; in gst_multipart_mux_handle_src_event()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtdemux.c228 expected = GST_EVENT_UNKNOWN; in qtdemux_probe_for_reconfig()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c712 type = event ? GST_EVENT_TYPE (event) : GST_EVENT_UNKNOWN; in gst_matroska_mux_handle_src_event()