Changeset 198 for fm_server/trunk/src/fm_input_gst/fm_input_gst.h
- Timestamp:
- 01/16/08 13:41:11 (4 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/src/fm_input_gst/fm_input_gst.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/src/fm_input_gst/fm_input_gst.h
r187 r198 1 1 /* 2 2 * FreeMix - sound server 3 * Copyright (C) 200 6Alberto Botti <alberto.botti@yoda2000.net>3 * Copyright (C) 2007-2008 Alberto Botti <alberto.botti@yoda2000.net> 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify … … 16 16 * along with this program; if not, write to the Free Software 17 17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 * 19 * fm_input_gst.h - GStreamer input element 18 20 */ 19 21 20 #include <stdio.h>21 22 22 23 #define TICK_EVERY_N_SAMPLES 4000 … … 42 43 gchar *filename; 43 44 44 gint64 current_pos_samples;45 // gint64 current_pos_samples; 45 46 gint64 current_pos_nsec; 46 47 … … 77 78 void 78 79 fm_input_gst_seek_relative (FmInputGst *input_gst, 79 g long samples);80 gint64 nsec); 80 81 81 82 void
