rtpL16depay

rtpL16depay — Extracts raw audio from RTP packets

Synopsis

struct              GstRtpL16Depay;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstRTPBaseDepayload
                           +----GstRtpL16Depay

Description

Extract raw audio from RTP packets according to RFC 3551. For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt

Example pipeline

1
2
3
4