Lines Matching refs:opad
224 GstPad *opad = NULL; in gst_stream_get_other_pad_from_pad() local
227 opad = gst_object_ref (spad->pad); in gst_stream_get_other_pad_from_pad()
229 opad = g_weak_ref_get (&spad->otherpad); in gst_stream_get_other_pad_from_pad()
231 if (!opad) in gst_stream_get_other_pad_from_pad()
234 return opad; in gst_stream_get_other_pad_from_pad()
243 GstPad *opad; in gst_stream_synchronizer_iterate_internal_links() local
245 opad = in gst_stream_synchronizer_iterate_internal_links()
247 if (opad) { in gst_stream_synchronizer_iterate_internal_links()
251 g_value_set_object (&value, opad); in gst_stream_synchronizer_iterate_internal_links()
254 gst_object_unref (opad); in gst_stream_synchronizer_iterate_internal_links()
774 GstPad *opad; in gst_stream_synchronizer_sink_chain() local
813 opad = gst_stream_get_other_pad_from_pad (self, pad); in gst_stream_synchronizer_sink_chain()
814 if (opad) { in gst_stream_synchronizer_sink_chain()
815 ret = gst_pad_push (opad, buffer); in gst_stream_synchronizer_sink_chain()
816 gst_object_unref (opad); in gst_stream_synchronizer_sink_chain()