GST_TYPE_URI_HANDLER  274 gst/gstelementfactory.c   if (g_type_is_a (type, GST_TYPE_URI_HANDLER)) {
GST_TYPE_URI_HANDLER  276 gst/gstelementfactory.c         g_type_interface_peek (klass, GST_TYPE_URI_HANDLER);
GST_TYPE_URI_HANDLER  110 gst/gsturi.c           g_signal_new ("new-uri", GST_TYPE_URI_HANDLER, G_SIGNAL_RUN_LAST,
GST_TYPE_URI_HANDLER   58 gst/gsturi.h   #define GST_URI_HANDLER(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_URI_HANDLER, GstURIHandler))
GST_TYPE_URI_HANDLER   59 gst/gsturi.h   #define GST_IS_URI_HANDLER(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_URI_HANDLER))
GST_TYPE_URI_HANDLER   60 gst/gsturi.h   #define GST_URI_HANDLER_GET_INTERFACE(obj)	(G_TYPE_INSTANCE_GET_INTERFACE ((obj), GST_TYPE_URI_HANDLER, GstURIHandlerInterface))
GST_TYPE_URI_HANDLER  106 plugins/elements/gstfdsink.c   g_type_add_interface_static (gst_fd_sink_type, GST_TYPE_URI_HANDLER,
GST_TYPE_URI_HANDLER  125 plugins/elements/gstfdsrc.c   g_type_add_interface_static (fd_src_type, GST_TYPE_URI_HANDLER,
GST_TYPE_URI_HANDLER  179 plugins/elements/gstfilesink.c   g_type_add_interface_static (filesink_type, GST_TYPE_URI_HANDLER,
GST_TYPE_URI_HANDLER  210 plugins/elements/gstfilesrc.c   g_type_add_interface_static (filesrc_type, GST_TYPE_URI_HANDLER,
GST_TYPE_URI_HANDLER   74 tests/check/gst/gstbin.c   fail_unless (gst_bin_get_by_interface (bin, GST_TYPE_URI_HANDLER) == filesrc);
GST_TYPE_URI_HANDLER   77 tests/check/gst/gstbin.c   it = gst_bin_iterate_all_by_interface (bin, GST_TYPE_URI_HANDLER);
GST_TYPE_URI_HANDLER   89 tests/check/gst/gstbin.c   it = gst_bin_iterate_all_by_interface (bin, GST_TYPE_URI_HANDLER);
GST_TYPE_URI_HANDLER  104 tests/check/gst/gstbin.c   it = gst_bin_iterate_all_by_interface (bin, GST_TYPE_URI_HANDLER);
GST_TYPE_URI_HANDLER  113 tests/check/gst/gstbin.c   it = gst_bin_iterate_all_by_interface (bin, GST_TYPE_URI_HANDLER);
GST_TYPE_URI_HANDLER   36 tests/check/gst/gstinterface.c   fail_if (!gst_element_implements_interface (element, GST_TYPE_URI_HANDLER));
GST_TYPE_URI_HANDLER   43 tests/check/gst/gstinterface.c   fail_if (gst_element_implements_interface (element, GST_TYPE_URI_HANDLER));