[Bug 752758] validate: descriptor-writer: Print proper error message when discover fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 23 00:45:49 PDT 2015


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

--- Comment #4 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 307963:
 --> (https://bugzilla.gnome.org/review?bug=752758&attachment=307963)

::: validate/gst/validate/media-descriptor-writer.c
@@ -534,1 +531,2 @@
     goto out;
+  } else {

Why would the first condition not be met?

@@ -535,0 +532,21 @@
+  } else {
+    GstDiscovererResult result = gst_discoverer_info_get_result (info);
+    switch (result) {
... 18 more ...

Than one is indeed pretty usefull :)

-- 
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