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.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.h - GStreamer input element 
    1820 */ 
    1921 
    20 #include <stdio.h> 
    2122 
    2223#define TICK_EVERY_N_SAMPLES 4000 
     
    4243        gchar           *filename; 
    4344 
    44         gint64          current_pos_samples; 
     45//      gint64          current_pos_samples; 
    4546        gint64          current_pos_nsec; 
    4647 
     
    7778void 
    7879fm_input_gst_seek_relative              (FmInputGst     *input_gst, 
    79                                          glong          samples); 
     80                                         gint64         nsec); 
    8081 
    8182void