Home
last modified time | relevance | path

Searched refs:GST_DISCOVERER_OK (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Ddiscoverer.c72 GST_DISCOVERER_OK); in GST_START_TEST()
301 fail_unless_equals_int (data.result, GST_DISCOVERER_OK); in test_disco_async_with_context()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Djpegdec.c110 GST_DISCOVERER_OK); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils-enumtypes.c78 { C_ENUM(GST_DISCOVERER_OK), "GST_DISCOVERER_OK", "ok" }, in gst_discoverer_result_get_type()
Dgstdiscoverer.h235 GST_DISCOVERER_OK = 0, enumerator
Dgstdiscoverer.c1513 dc->priv->current_info->result == GST_DISCOVERER_OK) { in discoverer_collect()
2030 GstDiscovererResult res = GST_DISCOVERER_OK; in start_discovering()
2618 if (res != GST_DISCOVERER_OK) { in gst_discoverer_discover_uri()
2689 GST_DISCOVERER_OK, NULL); in gst_discoverer_info_to_variant()
Dgstdiscoverer-types.c1019 DISCOVERER_INFO_ACCESSOR_CODE (result, GstDiscovererResult, GST_DISCOVERER_OK);
Dencoding-profile.c2284 if (!info || gst_discoverer_info_get_result (info) != GST_DISCOVERER_OK) in gst_encoding_profile_from_discoverer()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c500 case GST_DISCOVERER_OK: in print_info()