projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6158953
)
celtenc: Remove dead assignment
author
Edward Hervey
<bilboed@bilboed.com>
Thu, 25 Nov 2010 17:29:22 +0000
(18:29 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Thu, 25 Nov 2010 17:29:22 +0000
(18:29 +0100)
ext/celt/gstceltenc.c
patch
|
blob
|
history
diff --git
a/ext/celt/gstceltenc.c
b/ext/celt/gstceltenc.c
index
aa9bc0c
..
fcba67c
100644
(file)
--- a/
ext/celt/gstceltenc.c
+++ b/
ext/celt/gstceltenc.c
@@
-521,9
+521,6
@@
static gboolean
gst_celt_enc_sink_query (GstPad * pad, GstQuery * query)
{
gboolean res = TRUE;
- GstCeltEnc *enc;
-
- enc = GST_CELT_ENC (GST_PAD_PARENT (pad));
switch (GST_QUERY_TYPE (query)) {
case GST_QUERY_CONVERT: