mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
debugutils: Trivial typo fix
This commit is contained in:
parent
989e97d1dd
commit
03abd3bcc7
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ debug_dump_get_element_params (GstElement * element)
|
|||
for (i = 0; i < number_of_properties; i++) {
|
||||
property = properties[i];
|
||||
|
||||
/* ski some properties */
|
||||
/* skip some properties */
|
||||
if (!(property->flags & G_PARAM_READABLE))
|
||||
continue;
|
||||
if (!strcmp (property->name, "name"))
|
||||
|
|
Loading…
Reference in a new issue