Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
d6685b24
Commit
d6685b24
authored
Feb 17, 2016
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions
parent
97f6f7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gst/rtp/gstrtputils.h
gst/rtp/gstrtputils.h
+4
-0
No files found.
gst/rtp/gstrtputils.h
View file @
d6685b24
...
...
@@ -25,9 +25,13 @@
G_BEGIN_DECLS
G_GNUC_INTERNAL
void
gst_rtp_copy_meta
(
GstElement
*
element
,
GstBuffer
*
outbuf
,
GstBuffer
*
inbuf
,
GQuark
copy_tag
);
G_GNUC_INTERNAL
void
gst_rtp_drop_meta
(
GstElement
*
element
,
GstBuffer
*
buf
,
GQuark
keep_tag
);
G_GNUC_INTERNAL
gboolean
gst_rtp_read_golomb
(
GstBitReader
*
br
,
guint32
*
value
);
G_END_DECLS
...
...
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