gst_ghost_pad_new_no_target 1061 gst/gstghostpad.c   if ((ret = gst_ghost_pad_new_no_target (name, GST_PAD_DIRECTION (target))))
gst_ghost_pad_new_no_target   99 gst/gstghostpad.h GstPad*		 gst_ghost_pad_new_no_target	(const gchar *name, GstPadDirection dir);
gst_ghost_pad_new_no_target  175 tests/check/gst/gstghostpad.c   srcpad = gst_ghost_pad_new_no_target ("src", GST_PAD_SRC);
gst_ghost_pad_new_no_target 1002 tests/check/gst/gstghostpad.c   ghostpad = gst_ghost_pad_new_no_target ("sink", GST_PAD_SINK);