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
0a89deba
Commit
0a89deba
authored
Feb 22, 2011
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst: add pool flags type
parent
d3c9f924
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gst/gst.c
gst/gst.c
+2
-0
No files found.
gst/gst.c
View file @
0a89deba
...
...
@@ -750,6 +750,7 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
g_type_class_ref
(
gst_parse_flags_get_type
());
g_type_class_ref
(
gst_search_mode_get_type
());
g_type_class_ref
(
gst_progress_type_get_type
());
g_type_class_ref
(
gst_buffer_pool_flags_get_type
());
gst_structure_get_type
();
_gst_event_initialize
();
...
...
@@ -1114,6 +1115,7 @@ gst_deinit (void)
g_type_class_unref
(
g_type_class_peek
(
gst_parse_error_get_type
()));
g_type_class_unref
(
g_type_class_peek
(
gst_param_spec_fraction_get_type
()));
g_type_class_unref
(
g_type_class_peek
(
gst_progress_type_get_type
()));
g_type_class_unref
(
g_type_class_peek
(
gst_buffer_pool_flags_get_type
()));
gst_deinitialized
=
TRUE
;
GST_INFO
(
"deinitialized GStreamer"
);
...
...
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