mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
814b9a530e
commit
6863a09803
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue