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:
dc4ad09
)
update for query api changes
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 6 Jul 2012 09:26:55 +0000
(11:26 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 6 Jul 2012 09:26:55 +0000
(11:26 +0200)
ext/vp8/gstvp8dec.c
patch
|
blob
|
history
diff --git
a/ext/vp8/gstvp8dec.c
b/ext/vp8/gstvp8dec.c
index cfdb3e198791b2e714184978280f2214738a30f0..027e04cb0f32371bf7a27e8a2e88561c70514274 100644
(file)
--- a/
ext/vp8/gstvp8dec.c
+++ b/
ext/vp8/gstvp8dec.c
@@
-526,7
+526,7
@@
gst_vp8_dec_decide_allocation (GstVideoDecoder * bdec, GstQuery * query)
g_assert (pool != NULL);
config = gst_buffer_pool_get_config (pool);
- if (gst_query_
has_allocation_meta (query, GST_VIDEO_META_API_TYPE
)) {
+ if (gst_query_
find_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL
)) {
gst_buffer_pool_config_add_option (config,
GST_BUFFER_POOL_OPTION_VIDEO_META);
}