summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2011-03-23 17:38:59 +0100
committerAlessandro Decina <alessandro.d@gmail.com>2011-03-23 17:38:59 +0100
commit2261a4d1198beeb374ba31bd42e5ffe08aaec611 (patch)
tree305c780a8bd34ea84a9e7040049acb7888ddadf0
parent53dee34713048f67bb729ac10ea12ac627d6b960 (diff)
GstDriver: remove custom log function
-rwxr-xr-xgstplayer/GstDriver.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gstplayer/GstDriver.cpp b/gstplayer/GstDriver.cpp
index 76e58f9..80abf70 100755
--- a/gstplayer/GstDriver.cpp
+++ b/gstplayer/GstDriver.cpp
@@ -1003,11 +1003,6 @@ GstDriver::init_gstreamer ()
g_error_free (err);
}
}
-
- mGst_info_start_time = gst_util_get_timestamp ();
- gst_debug_remove_log_function (debug_log);
- gst_debug_add_log_function (debug_log, this);
- gst_debug_remove_log_function (gst_debug_log_default);
}
// The Client in the MetadataPlayerService calls this method on