[gstreamermm] Gst::Pad: minors



commit 457748ee323d8a910a4227f0effa613b45c655dd
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Sun Aug 24 23:04:47 2014 +0200

    Gst::Pad: minors
    
        * gstreamer/src/pad.ccg: removed useles, dummy debug printfs

 gstreamer/src/pad.ccg |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer/src/pad.ccg b/gstreamer/src/pad.ccg
index 7dc2e2d..042a621 100644
--- a/gstreamer/src/pad.ccg
+++ b/gstreamer/src/pad.ccg
@@ -102,7 +102,6 @@ void Pad::exception_handler()
   
   if (!parent)
   {
-    puts ("nie postuje buga");
     Glib::exception_handlers_invoke();
     return;
   }
@@ -129,9 +128,7 @@ void Pad::exception_handler()
     error_msg = MessageError::create(parent, err, "unknown error type");
   }
 
-  puts ("postuje buga");
-  int out = parent->post_message(error_msg);
-  printf ("na port: %d\n", out);
+  parent->post_message(error_msg);
 }
 
 gulong Pad::add_probe(PadProbeType mask, const SlotProbe& slot)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]