Home
last modified time | relevance | path

Searched refs:GST_MPLEX (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplex.cc160 GstMplex *mplex = GST_MPLEX (object); in gst_mplex_finalize()
278 mplex = GST_MPLEX (GST_PAD_PARENT (pad)); in gst_mplex_setcaps()
614 GstMplex *mplex = GST_MPLEX (element); in gst_mplex_request_new_pad()
651 GstMplex *mplex = GST_MPLEX (element); in gst_mplex_release_pad()
689 GST_MPLEX (object)->job->getProperty (prop_id, value); in gst_mplex_get_property()
696 GST_MPLEX (object)->job->setProperty (prop_id, value); in gst_mplex_set_property()
706 mplex = GST_MPLEX (parent); in gst_mplex_src_activate_mode()
731 GstMplex *mplex = GST_MPLEX (element); in gst_mplex_change_state()
Dgstmplexibitstream.cc40 mplex = GST_MPLEX (GST_PAD_PARENT (mpad->pad)); in GstMplexIBitStream()
Dgstmplex.hh35 #define GST_MPLEX(obj) \ macro