basesrc: removing duplicated inner if
authorThiago Santos <ts.santos@sisa.samsung.com>
Thu, 3 Apr 2014 16:20:11 +0000 (13:20 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Thu, 3 Apr 2014 16:54:19 +0000 (13:54 -0300)
commit03a2388b609820fa046924fe64c714528d69e08d
tree72d17818b03197935123961d93bd9a392b3f7f11
parent98ea309bea389697a29119f11cc5f2bcedd4eaeb
basesrc: removing duplicated inner if

The inner if replicates the same code of the outer and is useless
as flag_segment will always be true.

Found by coverity.
libs/gst/base/gstbasesrc.c