Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
a0fa0ff8
Commit
a0fa0ff8
authored
Sep 29, 2010
by
Thijs Vermeir
Browse files
basertpdepay: ensure metadata is writable
parent
ab23c264
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst-libs/gst/rtp/gstbasertpdepayload.c
View file @
a0fa0ff8
...
...
@@ -339,6 +339,7 @@ gst_base_rtp_depayload_chain (GstPad * pad, GstBuffer * in)
/* we detected a seqnum discont but the buffer was not flagged with a discont,
* set the discont flag so that the subclass can throw away old data. */
priv
->
discont
=
TRUE
;
in
=
gst_buffer_make_metadata_writable
(
in
);
GST_BUFFER_FLAG_SET
(
in
,
GST_BUFFER_FLAG_DISCONT
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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