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:
17639a3
)
[MOVED FROM GST-P-FARSIGHT] Compare minor, not major
author
Olivier Crete
<olivier.crete@collabora.co.uk>
Wed, 21 Nov 2007 18:17:29 +0000
(18:17 +0000)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:59 +0000
(19:29 +0100)
20071121181729
-3e2dc-
a5997c3b7f5c86966370969714facf8ee242659d
.gz
gst/valve/gstvalve.c
patch
|
blob
|
history
diff --git
a/gst/valve/gstvalve.c
b/gst/valve/gstvalve.c
index e33a716fdd7a85d0d995c5f48cdd1dc8cf75249b..d05dbcc9524faa8e5fa5e47ba004416151e615aa 100644
(file)
--- a/
gst/valve/gstvalve.c
+++ b/
gst/valve/gstvalve.c
@@
-134,8
+134,7
@@
gst_valve_class_init (GstValveClass *klass)
}
static void
-gst_valve_init (GstValve *valve,
- GstValveClass *klass)
+gst_valve_init (GstValve *valve, GstValveClass *klass)
{
valve->drop = 0;
@@
-198,7
+197,7
@@
gst_valve_transform_ip (GstBaseTransform *trans, GstBuffer *buf)
GST_OBJECT_LOCK (GST_OBJECT (trans));
if (valve->drop) {
-#if GST_VERSION_M
AJ
OR >= 10 && GST_VERSION_MICRO >= 13
+#if GST_VERSION_M
IN
OR >= 10 && GST_VERSION_MICRO >= 13
ret = GST_BASE_TRANSFORM_FLOW_DROPPED;
#endif
buf = NULL;