gst_ghost_pad_new   98 gst/gstghostpad.h GstPad*		 gst_ghost_pad_new		(const gchar *name, GstPad *target);
gst_ghost_pad_new 1444 gst/gstutils.c   gpad = gst_ghost_pad_new (name, pad);
gst_ghost_pad_new 3674 gst/gstutils.c       gst_element_add_pad (GST_ELEMENT (bin), gst_ghost_pad_new ("src", pad));
gst_ghost_pad_new 3678 gst/gstutils.c       gst_element_add_pad (GST_ELEMENT (bin), gst_ghost_pad_new ("sink", pad));
gst_ghost_pad_new   48 tests/check/gst/gstghostpad.c   gst_element_add_pad (b2, gst_ghost_pad_new ("sink", sinkpad));
gst_ghost_pad_new   96 tests/check/gst/gstghostpad.c   gst_element_add_pad (b2, gst_ghost_pad_new ("sink", sinkpad));
gst_ghost_pad_new  229 tests/check/gst/gstghostpad.c   gst_element_add_pad (b2, gst_ghost_pad_new ("sink", sinkpad));
gst_ghost_pad_new  280 tests/check/gst/gstghostpad.c   gpad = gst_ghost_pad_new ("sink", sinkpad);
gst_ghost_pad_new  438 tests/check/gst/gstghostpad.c   srcghost = gst_ghost_pad_new ("src", srcpad);
gst_ghost_pad_new  445 tests/check/gst/gstghostpad.c   sinkghost = gst_ghost_pad_new ("sink", sinkpad);
gst_ghost_pad_new  501 tests/check/gst/gstghostpad.c   srcghost = gst_ghost_pad_new ("src", srcpad);
gst_ghost_pad_new  542 tests/check/gst/gstghostpad.c   srcghost = gst_ghost_pad_new ("src", srcpad);
gst_ghost_pad_new  693 tests/check/gst/gstghostpad.c   ghost = gst_ghost_pad_new ("ghostsrc", src);
gst_ghost_pad_new  712 tests/check/gst/gstghostpad.c   ghost = gst_ghost_pad_new ("ghostsrc", src);
gst_ghost_pad_new  730 tests/check/gst/gstghostpad.c   ghost = gst_ghost_pad_new ("ghostsink", sink);
gst_ghost_pad_new  747 tests/check/gst/gstghostpad.c   ghost = gst_ghost_pad_new ("ghostsink", sink);
gst_ghost_pad_new  834 tests/check/gst/gstghostpad.c   ghostpad = gst_ghost_pad_new ("ghostpad", sinkpad);
gst_ghost_pad_new  906 tests/check/gst/gstghostpad.c   ghostpad = gst_ghost_pad_new ("ghostpad", srcpad);
gst_ghost_pad_new  914 tests/check/gst/gstghostpad.c   ASSERT_CRITICAL (dummy = gst_ghost_pad_new ("ghostpad", srcpad));
gst_ghost_pad_new  527 tests/check/pipelines/parse-launch.c     ghost = gst_ghost_pad_new ("src", pad);
gst_ghost_pad_new  116 tests/examples/manual/decodebin.c       gst_ghost_pad_new ("sink", audiopad));
gst_ghost_pad_new   22 tests/examples/manual/ghostpad.c   gst_element_add_pad (bin, gst_ghost_pad_new ("sink", pad));