Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
09f50aa4
Commit
09f50aa4
authored
Jan 13, 2003
by
Thomas Vander Stichele
Browse files
debug fix
Original commit message from CVS: debug fix
parent
59bd8811
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/gst/control/unitconvert.c
View file @
09f50aa4
...
...
@@ -299,7 +299,7 @@ gst_unitconv_register_unit(const gchar *domain_name,
g_hash_table_lookup
(
_gst_unit_domain_defaults
,
domain_name
)
==
NULL
,
FALSE
);
}
GST_DEBUG
(
GST_CAT_PARAMS
,
"creating unit: %s
\n
"
,
unit_name
);
GST_DEBUG
(
GST_CAT_PARAMS
,
"creating unit: %s"
,
unit_name
);
unit
=
g_new0
(
GstUnit
,
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment