projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c87d271
)
update for adapter api changes
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 10 Nov 2011 17:32:39 +0000
(18:32 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 11 Sep 2012 00:54:36 +0000
(
01:54
+0100)
gst/gdp/gstgdpdepay.c
patch
|
blob
|
history
diff --git
a/gst/gdp/gstgdpdepay.c
b/gst/gdp/gstgdpdepay.c
index b60897759d8902c6ebe474b35fab205cad1b541d..d5cc81d37d75a2064a0e786fa12ff6abfbaac58d 100644
(file)
--- a/
gst/gdp/gstgdpdepay.c
+++ b/
gst/gdp/gstgdpdepay.c
@@
-286,7
+286,7
@@
gst_gdp_depay_chain (GstPad * pad, GstBuffer * buffer)
data = gst_adapter_map (this->adapter, this->payload_length);
res = gst_dp_validate_payload (GST_DP_HEADER_LENGTH, this->header,
data);
- gst_adapter_unmap (this->adapter
, 0
);
+ gst_adapter_unmap (this->adapter);
if (!res)
goto payload_validate_error;