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-bad
Commits
1b2d7472
Commit
1b2d7472
authored
Jan 21, 2015
by
Luis de Bethencourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audiovisualizer: sync with base class in -base
https://bugzilla.gnome.org/show_bug.cgi?id=742875
parent
6431de32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/audiovisualizers/gstaudiovisualizer.c
gst/audiovisualizers/gstaudiovisualizer.c
+2
-2
No files found.
gst/audiovisualizers/gstaudiovisualizer.c
View file @
1b2d7472
...
...
@@ -1261,7 +1261,7 @@ gst_audio_visualizer_src_event (GstPad * pad, GstObject * parent,
scope
->
earliest_time
=
timestamp
+
diff
;
GST_OBJECT_UNLOCK
(
scope
);
res
=
gst_pad_
event_default
(
pad
,
parent
,
event
);
res
=
gst_pad_
push_event
(
scope
->
sinkpad
,
event
);
break
;
}
case
GST_EVENT_RECONFIGURE
:
...
...
@@ -1270,7 +1270,7 @@ gst_audio_visualizer_src_event (GstPad * pad, GstObject * parent,
res
=
TRUE
;
break
;
default:
res
=
gst_pad_
push_event
(
scope
->
sinkpad
,
event
);
res
=
gst_pad_
event_default
(
pad
,
parent
,
event
);
break
;
}
...
...
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