projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6fb98f
)
[MOVED FROM GST-P-FARSIGHT] Only set passthrough to TRUE on newer versions of gst
author
Olivier Crete
<olivier.crete@collabora.co.uk>
Wed, 21 Nov 2007 20:08:58 +0000
(20:08 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:59 +0000
(19:29 +0100)
20071121200858
-3e2dc-
b16cdeabbc3c0562c6fc7b11b9b9792c910f569e
.gz
gst/valve/gstvalve.c
patch
|
blob
|
history
diff --git
a/gst/valve/gstvalve.c
b/gst/valve/gstvalve.c
index d05dbcc9524faa8e5fa5e47ba004416151e615aa..4ff7f347a9fdc6a56e51b07e06a14f5a4245af25 100644
(file)
--- a/
gst/valve/gstvalve.c
+++ b/
gst/valve/gstvalve.c
@@
-139,7
+139,9
@@
gst_valve_init (GstValve *valve, GstValveClass *klass)
valve->drop = 0;
+#if GST_VERSION_MINOR >= 10 && GST_VERSION_MICRO >= 13
gst_base_transform_set_passthrough ((GstBaseTransform *)valve, TRUE);
+#endif
}