aboutsummaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-07-19 16:25:53 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-19 16:25:53 +0200
commit9a031092d5459534c9383ec51c84863f4863b266 (patch)
tree7aa583fc1596525f184958afdf5fbca64321e636 /gst
parent98dca7e37c70596c7df3a5e1f4297c1318c18fa6 (diff)
Imported Upstream version 1.4.0upstream/1.4.0
Diffstat (limited to 'gst')
-rw-r--r--gst/gst.c2
-rw-r--r--gst/gstdebugutils.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gst/gst.c b/gst/gst.c
index f160772..4194e8e 100644
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -676,11 +676,11 @@ init_post (GOptionContext * context, GOptionGroup * group, gpointer data,
_priv_gst_sample_initialize ();
_priv_gst_context_initialize ();
_priv_gst_date_time_initialize ();
+ _priv_gst_tag_initialize ();
_priv_gst_toc_initialize ();
_priv_gst_value_initialize ();
g_type_class_ref (gst_param_spec_fraction_get_type ());
- _priv_gst_tag_initialize ();
gst_parse_context_get_type ();
_priv_gst_plugin_initialize ();
diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c
index 7b3ebf9..96901c3 100644
--- a/gst/gstdebugutils.c
+++ b/gst/gstdebugutils.c
@@ -154,6 +154,7 @@ debug_dump_pad (GstPad * pad, const gchar * color_name,
style_name = "filled,solid";
if ((pad_templ = gst_pad_get_pad_template (pad))) {
presence = GST_PAD_TEMPLATE_PRESENCE (pad_templ);
+ gst_object_unref (pad_templ);
if (presence == GST_PAD_SOMETIMES) {
style_name = "filled,dotted";
} else if (presence == GST_PAD_REQUEST) {