gst/adder/gstadder.c: Fix build.

Original commit message from CVS:
* gst/adder/gstadder.c: (gst_adder_src_event):
Fix build.
This commit is contained in:
Tim-Philipp Müller 2006-08-31 14:37:33 +00:00
parent 814b9a530e
commit 6863a09803
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
* gst/adder/gstadder.c: (gst_adder_src_event):
Fix build.
2006-08-31 Edward Hervey <edward@fluendo.com>
* gst/adder/gstadder.c: (forward_event_func),

View file

@ -436,7 +436,7 @@ gst_adder_src_event (GstPad * pad, GstEvent * event)
{
GstSeekFlags flags;
GstSeekType curtype;
guint64 cur;
gint64 cur;
/* parse the flushing flag */
gst_event_parse_seek (event, NULL, NULL, &flags, &curtype, &cur, NULL,