Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
ae389aeb
Commit
ae389aeb
authored
Sep 23, 2013
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtpjitterbuffer: remove list debug
parent
28641e31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gst/rtpmanager/rtpjitterbuffer.c
gst/rtpmanager/rtpjitterbuffer.c
+0
-8
No files found.
gst/rtpmanager/rtpjitterbuffer.c
View file @
ae389aeb
...
...
@@ -609,7 +609,6 @@ static void
queue_do_insert
(
RTPJitterBuffer
*
jbuf
,
GList
*
list
,
GList
*
item
)
{
GQueue
*
queue
=
jbuf
->
packets
;
GList
*
walk
;
/* It's more likely that the packet was inserted in the front of the buffer */
if
(
G_LIKELY
(
list
))
{
...
...
@@ -629,13 +628,6 @@ queue_do_insert (RTPJitterBuffer * jbuf, GList * list, GList * item)
queue
->
head
=
queue
->
tail
;
}
queue
->
length
++
;
GST_DEBUG
(
"head %p, tail %p"
,
queue
->
head
,
queue
->
tail
);
for
(
walk
=
queue
->
head
;
walk
;
walk
=
walk
->
next
)
{
RTPJitterBufferItem
*
item
=
(
RTPJitterBufferItem
*
)
walk
;
GST_DEBUG
(
"item %p, next %p, prev %p, #%d"
,
item
,
item
->
next
,
item
->
prev
,
item
->
seqnum
);
}
}
/**
...
...
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