Home
last modified time | relevance | path

Searched refs:GST_CORE_ERROR_PAD (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsterror.h69 GST_CORE_ERROR_PAD, enumerator
Dgsterror.c145 case GST_CORE_ERROR_PAD: in gst_error_get_core_error()
Dgstenumtypes.c441 { C_ENUM(GST_CORE_ERROR_PAD), "GST_CORE_ERROR_PAD", "pad" }, in gst_core_error_get_type()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-transcoder.c273 if (g_error_matches (err, GST_CORE_ERROR, GST_CORE_ERROR_PAD)) { in _error_cb()
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c346 … error = g_error_new(GST_CORE_ERROR, GST_CORE_ERROR_PAD, "Could not link rtpbin to depayloader"); in on_pad_added()