diff options
Diffstat (limited to 'gst/rtp')
-rw-r--r-- | gst/rtp/gstrtpL16depay.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpL16enc.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpL16parse.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpL16pay.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 6c50db8d..63d3e0bd 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -19,7 +19,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_L16parse_details = { "RTP packet parser", - "RtpL16Parse", + "Codec/Network", "GPL", "Extracts raw audio from RTP packets", VERSION, diff --git a/gst/rtp/gstrtpL16enc.c b/gst/rtp/gstrtpL16enc.c index 1e71e2a0..9dec5cc7 100644 --- a/gst/rtp/gstrtpL16enc.c +++ b/gst/rtp/gstrtpL16enc.c @@ -23,7 +23,7 @@ /* elementfactory information */ static GstElementDetails gst_rtpL16enc_details = { "RTP RAW Audio Encoder", - "RtpL16Enc", + "Codec/Network", "LGPL", "Encodes Raw Audio into an RTP packet", VERSION, diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c index 6c50db8d..63d3e0bd 100644 --- a/gst/rtp/gstrtpL16parse.c +++ b/gst/rtp/gstrtpL16parse.c @@ -19,7 +19,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_L16parse_details = { "RTP packet parser", - "RtpL16Parse", + "Codec/Network", "GPL", "Extracts raw audio from RTP packets", VERSION, diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index 1e71e2a0..9dec5cc7 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -23,7 +23,7 @@ /* elementfactory information */ static GstElementDetails gst_rtpL16enc_details = { "RTP RAW Audio Encoder", - "RtpL16Enc", + "Codec/Network", "LGPL", "Encodes Raw Audio into an RTP packet", VERSION, |