Show
Ignore:
Timestamp:
01/16/08 13:41:11 (4 years ago)
Author:
ath
Message:

Big FmInputGst updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/src/fm_input_gst/fm_input_gst_common.h

    r187 r198  
    11/* 
    22 *  FreeMix - sound server 
    3  *  Copyright (C) 2006 Alberto Botti <alberto.botti@yoda2000.net> 
     3 *  Copyright (C) 2007-2008 Alberto Botti <alberto.botti@yoda2000.net> 
    44 * 
    55 *  This program is free software; you can redistribute it and/or modify 
     
    1616 *  along with this program; if not, write to the Free Software 
    1717 *  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 
    1821 */ 
    1922  
     
    4750        /* FIXME: "eof" should be moved to FmInputGst */ 
    4851        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) 
    5053        gboolean        start_of_file;                  // 1° buffer of the file 
    5154