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
(from parent 1:
ef1b2b0
)
basetransform: remove redundant ()
author
Koop Mast
<kwm at FreeBSD.org>
Wed, 22 Jun 2011 15:09:52 +0000
(17:09 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 22 Jun 2011 15:09:52 +0000
(17:09 +0200)
See #653137
libs/gst/base/gstbasetransform.c
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstbasetransform.c
b/libs/gst/base/gstbasetransform.c
index
ecb5cfa
..
9575603
100644
(file)
--- a/
libs/gst/base/gstbasetransform.c
+++ b/
libs/gst/base/gstbasetransform.c
@@
-2018,7
+2018,7
@@
gst_base_transform_chain (GstPad * pad, GstBuffer * buffer)
/* outbuf can be NULL, this means a dropped buffer, if we have a buffer but
* GST_BASE_TRANSFORM_FLOW_DROPPED we will not push either. */
if (outbuf != NULL) {
- if (
(ret == GST_FLOW_OK)
) {
+ if (
ret == GST_FLOW_OK
) {
GstClockTime position_out = GST_CLOCK_TIME_NONE;
/* Remember last stop position */