GNOME Bugzilla – Bug 752749
validate: tools: transcoding error due to wrong condition check
Last modified: 2015-08-16 13:36:53 UTC
get the below assertion due to wrong check (gst-validate-transcoding-1.0:15509): GStreamer-CRITICAL **: gst_caps_from_string: assertion 'string' failed
Created attachment 307947 [details] [review] add proper condition
Review of attachment 307947 [details] [review]: That looks wrong, when does that happen?
Review of attachment 307947 [details] [review]: After discussing on IRC it looks like it is correct. Thanks
Review of attachment 307947 [details] [review]: commit c2a5909cd4dc933ad3384339a08bb6ac81af0794 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Thu Jul 23 11:08:18 2015 +0900 validate: tools: transcoding error due to wrong condition check when checking the restriction caps, not adding proper check, which results in assertion error when calling gst_caps_from_string https://bugzilla.gnome.org/show_bug.cgi?id=752749