playback/player: Add debug logging

This commit is contained in:
Sebastian Dröge 2014-07-28 12:08:12 +02:00
parent 153efa0077
commit 10eabda41b

View file

@ -135,7 +135,7 @@ play_free (GstPlay * play)
{
play_reset (play);
g_object_unref (play->player);
gst_object_unref (play->player);
g_main_loop_unref (play->loop);
@ -423,6 +423,8 @@ main (int argc, char **argv)
}
g_option_context_free (ctx);
GST_DEBUG_CATEGORY_INIT (play_debug, "play", 0, "gst-play");
if (print_version) {
gchar *version_str;