fix category

Original commit message from CVS:
fix category
This commit is contained in:
Thomas Vander Stichele 2003-06-27 23:28:46 +00:00
parent 082ae36645
commit 996d50d307
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtp_L16parse_details = { static GstElementDetails gst_rtp_L16parse_details = {
"RTP packet parser", "RTP packet parser",
"RtpL16Parse", "Codec/Network",
"GPL", "GPL",
"Extracts raw audio from RTP packets", "Extracts raw audio from RTP packets",
VERSION, VERSION,

View file

@ -23,7 +23,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtpL16enc_details = { static GstElementDetails gst_rtpL16enc_details = {
"RTP RAW Audio Encoder", "RTP RAW Audio Encoder",
"RtpL16Enc", "Codec/Network",
"LGPL", "LGPL",
"Encodes Raw Audio into an RTP packet", "Encodes Raw Audio into an RTP packet",
VERSION, VERSION,

View file

@ -19,7 +19,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtp_L16parse_details = { static GstElementDetails gst_rtp_L16parse_details = {
"RTP packet parser", "RTP packet parser",
"RtpL16Parse", "Codec/Network",
"GPL", "GPL",
"Extracts raw audio from RTP packets", "Extracts raw audio from RTP packets",
VERSION, VERSION,

View file

@ -23,7 +23,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtpL16enc_details = { static GstElementDetails gst_rtpL16enc_details = {
"RTP RAW Audio Encoder", "RTP RAW Audio Encoder",
"RtpL16Enc", "Codec/Network",
"LGPL", "LGPL",
"Encodes Raw Audio into an RTP packet", "Encodes Raw Audio into an RTP packet",
VERSION, VERSION,