Changeset 198 for fm_server/trunk/src/fm_input_gst/fm_input_gst_common.h
- Timestamp:
- 01/16/08 13:41:11 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/src/fm_input_gst/fm_input_gst_common.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_common.c - common data structures shared by both GstFmSink 20 * and FmInputGst 18 21 */ 19 22 … … 47 50 /* FIXME: "eof" should be moved to FmInputGst */ 48 51 gboolean eof; // the file ends somewhere in this chunk 49 GstClockTime eof_timestamp; // where the file ends ( offset from the start of the file)52 GstClockTime eof_timestamp; // where the file ends (stream timestamp) 50 53 gboolean start_of_file; // 1° buffer of the file 51 54
