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 */
static GstElementDetails gst_rtp_L16parse_details = {
"RTP packet parser",
"RtpL16Parse",
"Codec/Network",
"GPL",
"Extracts raw audio from RTP packets",
VERSION,

View file

@ -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,

View file

@ -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,

View file

@ -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,