projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975e839
)
openalsink: remove unused variables
26/189326/1
author
Seungbae Shin
<seungbae.shin@samsung.com>
Mon, 17 Sep 2018 05:04:41 +0000
(14:04 +0900)
committer
Seungbae Shin
<seungbae.shin@samsung.com>
Mon, 17 Sep 2018 05:04:53 +0000
(14:04 +0900)
Change-Id: I0167c76e3e87d8d08f2eba7391b374fb1a8cfd70
ext/openal/gstopenalsink.c
patch
|
blob
|
history
diff --git
a/ext/openal/gstopenalsink.c
b/ext/openal/gstopenalsink.c
index 55ddb56573bb9e403be6cf810b69cf9e75352b64..a4a7db88bdd3dbe16cef5a722ff107ddbac9ae66 100644
(file)
--- a/
ext/openal/gstopenalsink.c
+++ b/
ext/openal/gstopenalsink.c
@@
-1360,8
+1360,6
@@
static gboolean
gst_openal_sink_src_event (GstElement * element, GstEvent * event)
{
GstOpenALSink *sink = GST_OPENAL_SINK (element);
- gdouble x = 0, y = 0;
- gdouble dx = 0, dy = 0;
gdouble yaw, pitch, roll;