Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
996d50d3
Commit
996d50d3
authored
Jun 27, 2003
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix category
Original commit message from CVS: fix category
parent
082ae366
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpL16depay.c
+1
-1
gst/rtp/gstrtpL16enc.c
gst/rtp/gstrtpL16enc.c
+1
-1
gst/rtp/gstrtpL16parse.c
gst/rtp/gstrtpL16parse.c
+1
-1
gst/rtp/gstrtpL16pay.c
gst/rtp/gstrtpL16pay.c
+1
-1
No files found.
gst/rtp/gstrtpL16depay.c
View file @
996d50d3
...
...
@@ -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
,
...
...
gst/rtp/gstrtpL16enc.c
View file @
996d50d3
...
...
@@ -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
,
...
...
gst/rtp/gstrtpL16parse.c
View file @
996d50d3
...
...
@@ -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
,
...
...
gst/rtp/gstrtpL16pay.c
View file @
996d50d3
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment