commit 3ae218f7d9c78c9452d36399a4dd7c22bd3d6590 parent b41aa4ac930c2d411932dbfaee5c48f831bec3c7 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 4 Sep 2012 13:24:00 +0000 destroy main loop with g_main_destroy Diffstat:
| M | src/plugins/gstreamer_extractor.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/gstreamer_extractor.c b/src/plugins/gstreamer_extractor.c @@ -1814,7 +1814,7 @@ EXTRACTOR_gstreamer_extract_method (struct EXTRACTOR_ExtractContext *ec) g_main_loop_run (ps.loop); gst_discoverer_stop (ps.dc); g_object_unref (ps.dc); - g_object_unref (ps.loop); + g_main_destroy (ps.loop); }