diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-07-22 06:32:03 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-07-22 06:32:03 +0000 |
commit | da2d6b62e9a289de0d11283b740d314fa09a6d4f (patch) | |
tree | 68b097a407d176af8d029eff967ba45bc12f78c1 /gst/debug/gsttaginject.h | |
parent | 260098a7617c30ee87966258dacfe58aeb1a25c0 (diff) |
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.
Diffstat (limited to 'gst/debug/gsttaginject.h')
-rw-r--r-- | gst/debug/gsttaginject.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |