[gst-cvs] gst-openmax: util: Make omx errors more verbose.

Felipe Contreras felipec at kemper.freedesktop.org
Wed Mar 11 13:47:17 PDT 2009


Module: gst-openmax
Branch: master
Commit: fc796148a557a83db873d24f6f124071b8bf8fcd
URL:    http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=fc796148a557a83db873d24f6f124071b8bf8fcd

Author: Felipe Contreras <felipe.contreras at nokia.com>
Date:   Fri Feb 20 10:54:54 2009 +0200

util: Make omx errors more verbose.

Signed-off-by: Felipe Contreras <felipe.contreras at nokia.com>

---

 omx/gstomx_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/omx/gstomx_util.c b/omx/gstomx_util.c
index ede3514..2e1210d 100644
--- a/omx/gstomx_util.c
+++ b/omx/gstomx_util.c
@@ -909,7 +909,7 @@ EventHandler (OMX_HANDLETYPE omx_handle,
                 else
                 {
                     /* might be common, let's not cause panic by _ERROR */
-                    GST_DEBUG ("unhandled error: %lx", data_1);
+                    GST_WARNING ("unhandled error: %lx", data_1);
                 }
             }
         default:





More information about the Gstreamer-commits mailing list