projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7f763
)
a52dec: Fix debug statement: Pass pos variable instead of time() function
author
Jan Schmidt
<thaytan@noraisin.net>
Wed, 4 Nov 2009 15:52:09 +0000
(15:52 +0000)
committer
Jan Schmidt
<thaytan@noraisin.net>
Wed, 4 Nov 2009 15:52:09 +0000
(15:52 +0000)
ext/a52dec/gsta52dec.c
patch
|
blob
|
history
diff --git
a/ext/a52dec/gsta52dec.c
b/ext/a52dec/gsta52dec.c
index
6cfb5de
..
701d7cd
100644
(file)
--- a/
ext/a52dec/gsta52dec.c
+++ b/
ext/a52dec/gsta52dec.c
@@
-490,7
+490,7
@@
gst_a52dec_sink_event (GstPad * pad, GstEvent * event)
GST_DEBUG_OBJECT (a52dec,
"Pushing newseg rate %g, applied rate %g, format %d, start %"
G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT ", pos %"
- G_GINT64_FORMAT, rate, arate, fmt, start, end,
time
);
+ G_GINT64_FORMAT, rate, arate, fmt, start, end,
pos
);
ret = gst_pad_push_event (a52dec->srcpad, event);
}