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
(parent:
4ae0b5e
)
update for memory api changes
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 15 Mar 2012 12:32:08 +0000
(13:32 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Tue, 11 Sep 2012 00:54:44 +0000
(
01:54
+0100)
gst/gdp/dataprotocol.c
patch
|
blob
|
history
diff --git
a/gst/gdp/dataprotocol.c
b/gst/gdp/dataprotocol.c
index c85952ad53cec88b91e428b0ea91aa7f466e4b89..c602ba2baff323c5d66a4059103f224fb499a514 100644
(file)
--- a/
gst/gdp/dataprotocol.c
+++ b/
gst/gdp/dataprotocol.c
@@
-459,7
+459,7
@@
gst_dp_buffer_from_header (guint header_length, const guint8 * header)
buffer =
gst_buffer_new_allocate (NULL,
- (guint) GST_DP_HEADER_PAYLOAD_LENGTH (header),
0
);
+ (guint) GST_DP_HEADER_PAYLOAD_LENGTH (header),
NULL
);
GST_BUFFER_TIMESTAMP (buffer) = GST_DP_HEADER_TIMESTAMP (header);
GST_BUFFER_DURATION (buffer) = GST_DP_HEADER_DURATION (header);