tracerrecord: Initialise flags to avoid wrong comparision
authorVineeth TM <vineeth.tm@samsung.com>
Wed, 20 Jan 2016 08:25:44 +0000 (09:25 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 20 Jan 2016 08:25:44 +0000 (09:25 +0100)
commitfc02815459f7d917d3142d9781dbf24c94489e62
treeaa06f07929e6eafc50329ec5d54b4d0864c81bfb
parentbdc34bd61a39adb157b2d4b31c329eb48bf25956
tracerrecord: Initialise flags to avoid wrong comparision

GstTracerValueFlags is not being initialized and the same could result in wrong
comparision and behavior. Hence initializing it to GST_TRACER_VALUE_FLAGS_NONE.

https://bugzilla.gnome.org/show_bug.cgi?id=760821
gst/gsttracerrecord.c