Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
8c832a5e
Commit
8c832a5e
authored
Jan 22, 2012
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: fix typo in gst-inspect debug message
parent
1654b7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/gst-inspect.c
tools/gst-inspect.c
+1
-1
No files found.
tools/gst-inspect.c
View file @
8c832a5e
...
...
@@ -388,7 +388,7 @@ print_element_properties_info (GstElement * element)
g_print
(
"Range: %lu - %lu Default: %lu "
,
pulong
->
minimum
,
pulong
->
maximum
,
g_value_get_ulong
(
&
value
));
GST_ERROR
(
"%s: property '%s' of type
char
: consider changing to "
GST_ERROR
(
"%s: property '%s' of type
ulong
: consider changing to "
"uint/uint64"
,
GST_OBJECT_NAME
(
element
),
g_param_spec_get_name
(
param
));
break
;
...
...
Write
Preview
Markdown
is supported
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