OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetpad
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/graphics/gtk/
DataSourceGStreamer.cpp
82
GstPad*
targetpad
;
local
97
targetpad
= gst_element_get_static_pad(src->kid, "src");
98
gst_ghost_pad_set_target(GST_GHOST_PAD(src->pad),
targetpad
);
99
gst_object_unref(
targetpad
);
WebKitWebSourceGStreamer.cpp
207
GstPad*
targetpad
;
local
227
targetpad
= gst_element_get_static_pad(GST_ELEMENT(priv->appsrc), "src");
228
gst_ghost_pad_set_target(GST_GHOST_PAD(priv->srcpad),
targetpad
);
229
gst_object_unref(
targetpad
);
Completed in 144 milliseconds