mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fix category
Original commit message from CVS: fix category
This commit is contained in:
parent
082ae36645
commit
996d50d307
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue