From da2d6b62e9a289de0d11283b740d314fa09a6d4f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 22 Jul 2008 06:32:03 +0000 Subject: gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially. Original commit message from CVS: * gst/debug/gsttaginject.c: * gst/debug/gsttaginject.h: Sent tags in _transform_ip() instead of _start(). Fixes #543404 partially. --- gst/debug/gsttaginject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/debug/gsttaginject.h') diff --git a/gst/debug/gsttaginject.h b/gst/debug/gsttaginject.h index 7c80ec0f..4d0f04f1 100644 --- a/gst/debug/gsttaginject.h +++ b/gst/debug/gsttaginject.h @@ -54,6 +54,7 @@ struct _GstTagInject { /*< private >*/ GstTagList *tags; + gboolean tags_sent; }; struct _GstTagInjectClass { -- cgit