projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab23c26
)
basertpdepay: ensure metadata is writable
author
Thijs Vermeir
<thijsvermeir@gmail.com>
Wed, 29 Sep 2010 14:53:21 +0000
(16:53 +0200)
committer
Thijs Vermeir
<thijsvermeir@gmail.com>
Wed, 29 Sep 2010 14:53:21 +0000
(16:53 +0200)
gst-libs/gst/rtp/gstbasertpdepayload.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/rtp/gstbasertpdepayload.c
b/gst-libs/gst/rtp/gstbasertpdepayload.c
index
3bee2ab
..
6c9723a
100644
(file)
--- a/
gst-libs/gst/rtp/gstbasertpdepayload.c
+++ b/
gst-libs/gst/rtp/gstbasertpdepayload.c
@@
-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);
}