GST_URI_SRC       183 debian/gst-codec-info.c     case GST_URI_SRC:
GST_URI_SRC        54 gst/gsturi.h   #define GST_URI_TYPE_IS_VALID(type) ((type) == GST_URI_SRC || (type) == GST_URI_SINK)
GST_URI_SRC       814 gst/parse/grammar.y 							  gst_element_make_from_uri (GST_URI_SRC, $1, NULL);
GST_URI_SRC       611 plugins/elements/gstfdsrc.c   return GST_URI_SRC;
GST_URI_SRC      1114 plugins/elements/gstfilesrc.c   return GST_URI_SRC;
GST_URI_SRC        27 tests/check/gst/gsturi.c   element = gst_element_make_from_uri (GST_URI_SRC, "file:///foo/bar", NULL);
GST_URI_SRC        34 tests/check/gst/gsturi.c   element = gst_element_make_from_uri (GST_URI_SRC, "FILE:///foo/bar", NULL);
GST_URI_SRC       739 tools/gst-inspect.c     if (gst_uri_handler_get_uri_type (GST_URI_HANDLER (element)) == GST_URI_SRC)
GST_URI_SRC      1120 tools/gst-inspect.c             case GST_URI_SRC:
GST_URI_SRC      1405 tools/gst-inspect.c       case GST_URI_SRC:
GST_URI_SRC      1455 win32/common/gstenumtypes.c     {C_ENUM (GST_URI_SRC), "GST_URI_SRC", "src"},