projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aac4dd
)
update for _get_caps() -> _query_caps()
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 15 Nov 2011 15:52:55 +0000
(16:52 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 15 Nov 2011 15:52:55 +0000
(16:52 +0100)
ext/x264/gstx264enc.c
patch
|
blob
|
history
diff --git
a/ext/x264/gstx264enc.c
b/ext/x264/gstx264enc.c
index b3b2092b3d7d28638df29f52c9c4802dd388f7d7..b0fc80b012cd374d7be57fb38026c53436d65252 100644
(file)
--- a/
ext/x264/gstx264enc.c
+++ b/
ext/x264/gstx264enc.c
@@
-1678,7
+1678,7
@@
gst_x264_enc_sink_get_caps (GstPad * pad, GstCaps * filter)
GstCaps *peercaps;
guint i, n;
- peercaps = gst_pad_
get
_caps (peer, NULL);
+ peercaps = gst_pad_
query
_caps (peer, NULL);
/* Translate peercaps to YUV */
peercaps = gst_caps_make_writable (peercaps);