mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
fixes http://bugzilla.gnome.org/show_bug.cgi?id=91179 make mine beer an ice-tea
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:
parent
c79b1e3693
commit
ae32b9a352
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue