[Bug 748390] validate: media-descriptor: remove duplicate conditions

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 20 04:45:23 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748390

--- Comment #4 from Vineeth <vineeth.tm at samsung.com> ---
Hi Thibault,
   As per my understanding
   with the present code, it will never enter else if


   But my change is
   if (!rtags && !ctags)
   so it will enter if condition, when rtags == NULL and ctags == NULL
   first else if condition is when rtags == NULL and ctags has value
   second else if condition is when rtags has value and ctags == NULL.



Regards,
Vineeth

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list