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
759fe345
Commit
759fe345
authored
Apr 04, 2009
by
Edward Hervey
🤘
Browse files
gststructure: Only use methods used in g_* checks if glib checks are disabled
parent
d12034ab
Changes
1
Show whitespace changes
Inline
Side-by-side
gst/gststructure.c
View file @
759fe345
...
@@ -139,6 +139,7 @@ gst_structure_id_empty_new (GQuark quark)
...
@@ -139,6 +139,7 @@ gst_structure_id_empty_new (GQuark quark)
return
gst_structure_id_empty_new_with_size
(
quark
,
0
);
return
gst_structure_id_empty_new_with_size
(
quark
,
0
);
}
}
#ifndef G_DISABLE_CHECKS
static
gboolean
static
gboolean
gst_structure_validate_name
(
const
gchar
*
name
)
gst_structure_validate_name
(
const
gchar
*
name
)
{
{
...
@@ -166,6 +167,7 @@ gst_structure_validate_name (const gchar * name)
...
@@ -166,6 +167,7 @@ gst_structure_validate_name (const gchar * name)
return
TRUE
;
return
TRUE
;
}
}
#endif
/**
/**
* gst_structure_empty_new:
* gst_structure_empty_new:
...
...
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