Changeset 112 for fm_server/trunk/src/fm_input_gst/fm_input_gst.c
- Timestamp:
- 09/04/06 20:29:59 (6 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/src/fm_input_gst/fm_input_gst.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/src/fm_input_gst/fm_input_gst.c
r109 r112 11 11 #include "../fm_element.h" 12 12 #include "../fm_input.h" 13 #include "../fm_output.h" 14 #include "../fm_pipeline.h" 13 15 14 16 #include "fm_input_gst_common.h" … … 350 352 common->sem = fm_sem_new (1); 351 353 common->gst_seek_to_sample = -1; 354 // common->sample_rate = fm_pipeline_get_sample_rate (FM_PIPELINE (element->pipeline)); 355 352 356 353 357 /* setup */
