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-base
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
Sebastian Dröge
gst-plugins-base
Commits
d2aebc7f
Commit
d2aebc7f
authored
Aug 08, 2012
by
Andoni Morales Alastruey
Committed by
Sebastian Dröge
Aug 08, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtpbuffer: use proper format for gsize
parent
98983e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst-libs/gst/rtp/gstrtpbuffer.c
gst-libs/gst/rtp/gstrtpbuffer.c
+2
-2
No files found.
gst-libs/gst/rtp/gstrtpbuffer.c
View file @
d2aebc7f
...
...
@@ -411,8 +411,8 @@ wrong_version:
}
wrong_padding:
{
GST_DEBUG
(
"padding check failed (%
d - %d < %d)"
,
bufsize
,
header_len
,
padding
);
GST_DEBUG
(
"padding check failed (%
"
G_GSIZE_FORMAT
" - %d < %d)"
,
bufsize
,
header_len
,
padding
);
goto
dump_packet
;
}
dump_packet:
...
...
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