Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-good
Commits
a2337b8a
Commit
a2337b8a
authored
Nov 28, 2011
by
Chad
Committed by
Stefan Sauer
Nov 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taginject: set gap-aware
The element does not modify the data anyway.
parent
b5bf0294
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gst/debugutils/gsttaginject.c
gst/debugutils/gsttaginject.c
+4
-0
No files found.
gst/debugutils/gsttaginject.c
View file @
a2337b8a
...
...
@@ -134,6 +134,10 @@ gst_tag_inject_class_init (GstTagInjectClass * klass)
static
void
gst_tag_inject_init
(
GstTagInject
*
self
,
GstTagInjectClass
*
g_class
)
{
GstBaseTransform
*
trans
=
GST_BASE_TRANSFORM
(
self
);
gst_base_transform_set_gap_aware
(
trans
,
TRUE
);
self
->
tags
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment