Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=91179
make mine beer an ice-tea
This commit is contained in:
Thomas Vander Stichele 2002-08-26 15:31:21 +00:00
parent c79b1e3693
commit ae32b9a352

View 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);
}