asfmux: remove unnecessary conditional
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 3 Mar 2015 16:23:40 +0000 (16:23 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 3 Mar 2015 16:23:43 +0000 (16:23 +0000)
commite3418a963a37cbd279d457f8394d986ac74b053c
tree877a5a232f72270d658bd4737fca227261772af5
parent1890e7355a5464fcfff58633851265b3fc7a3731
asfmux: remove unnecessary conditional

The two branches of the if conditional are identical, which means in all cases
the same gst_asf_put_guid() will be executed. Do it directly.

CID #1226448
gst/asfmux/gstasfmux.c