fixes http://bugzilla.gnome.org/show_bug.cgi?id=91179 make mine beer an ice-tea
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 26 Aug 2002 15:31:21 +0000 (15:31 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 26 Aug 2002 15:31:21 +0000 (15:31 +0000)
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=91179
make mine beer an ice-tea

libs/gst/control/dparam.c

index 5d559de..9a73f4f 100644 (file)
@@ -237,7 +237,7 @@ gst_dparam_dispose (GObject *object)
        GstDParam *dparam = GST_DPARAM(object);
        gchar *dparam_name = g_strdup(GST_DPARAM_NAME(dparam));
        
-       g_print("disposing of %s\n", dparam_name);
+       GST_DEBUG (GST_CAT_PLUGIN_INFO, "disposing of %s", dparam_name);
        if (GST_DPARAM_MANAGER(dparam)){
                gst_dpman_detach_dparam(GST_DPARAM_MANAGER(dparam), dparam_name);
        }