From 996d50d307e3db87317b5a06a8fb9011a12929ea Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 27 Jun 2003 23:28:46 +0000 Subject: fix category Original commit message from CVS: fix category --- gst/rtp/gstrtpL16depay.c | 2 +- gst/rtp/gstrtpL16enc.c | 2 +- gst/rtp/gstrtpL16parse.c | 2 +- gst/rtp/gstrtpL16pay.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/rtp') 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, -- cgit