summaryrefslogtreecommitdiffstats
path: root/gst/debug/gsttaginject.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/gsttaginject.c')
-rw-r--r--gst/debug/gsttaginject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/gsttaginject.c b/gst/debug/gsttaginject.c
index aee1227f..7e2b81c8 100644
--- a/gst/debug/gsttaginject.c
+++ b/gst/debug/gsttaginject.c
@@ -180,7 +180,7 @@ gst_tag_inject_start (GstBaseTransform * trans)
GstTagInject *self = GST_TAG_INJECT (trans);
/* send tags */
- if (!gst_tag_list_is_empty (self->tags)) {
+ if (self->tags && !gst_tag_list_is_empty (self->tags)) {
gst_element_found_tags (GST_ELEMENT (trans),
gst_tag_list_copy (self->tags));
}