projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76f4fe
)
[MOVED FROM BAD 115/134] update for allocation query changes
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 6 Jul 2012 09:03:04 +0000
(11:03 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:31:10 +0000
(15:31 +0200)
ext/vp8/gstvp8enc.c
patch
|
blob
|
history
diff --git
a/ext/vp8/gstvp8enc.c
b/ext/vp8/gstvp8enc.c
index 0454dae079106a03e84b74621ac2060d670be422..a9413504fc6770ab4670b7b0e12a265e8914853f 100644
(file)
--- a/
ext/vp8/gstvp8enc.c
+++ b/
ext/vp8/gstvp8enc.c
@@
-1234,7
+1234,7
@@
gst_vp8_enc_sink_event (GstVideoEncoder * benc, GstEvent * event)
static gboolean
gst_vp8_enc_propose_allocation (GstVideoEncoder * encoder, GstQuery * query)
{
- gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE);
+ gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE
, 0
);
return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder,
query);