mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Merge commit 'a2337b8af45cb5e8c091ff0e1c3ef4b6cc7b20a3' into 0.11
This commit is contained in:
commit
04887268c8
1 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,10 @@ gst_tag_inject_class_init (GstTagInjectClass * klass)
|
|||
static void
|
||||
gst_tag_inject_init (GstTagInject * self)
|
||||
{
|
||||
GstBaseTransform *trans = GST_BASE_TRANSFORM (self);
|
||||
|
||||
gst_base_transform_set_gap_aware (trans, TRUE);
|
||||
|
||||
self->tags = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue