Show
Ignore:
Timestamp:
09/04/06 20:29:59 (6 years ago)
Author:
ath
Message:

Use some decent float-integer converstion routines, and make FmPipeline more useful.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_server/trunk/src/fm_input_gst/fm_input_gst.c

    r109 r112  
    1111#include "../fm_element.h" 
    1212#include "../fm_input.h" 
     13#include "../fm_output.h" 
     14#include "../fm_pipeline.h" 
    1315 
    1416#include "fm_input_gst_common.h" 
     
    350352        common->sem = fm_sem_new (1); 
    351353        common->gst_seek_to_sample = -1; 
     354//      common->sample_rate = fm_pipeline_get_sample_rate (FM_PIPELINE (element->pipeline)); 
     355 
    352356 
    353357        /* setup */