Changeset 198 for fm_server/trunk/src/fm_input_gst/gstfmsink.h
- Timestamp:
- 01/16/08 13:41:11 (4 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/src/fm_input_gst/gstfmsink.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/src/fm_input_gst/gstfmsink.h
r185 r198 3 3 * Copyright 2005 Thomas Vander Stichele <thomas@apestaart.org> 4 4 * Copyright 2005 Ronald S. Bultje <rbultje@ronald.bitfreak.net> 5 * Modified for FreeMix (2006-2008) by Alberto Botti <alberto.botti@yoda2000.net> 5 6 * 6 7 * Permission is hereby granted, free of charge, to any person obtaining a … … 65 66 66 67 #define SEEK_MARGIN_SAMPLES (-2000) 67 #define SAMPLES_FOR_SEC 44100 68 //#define SAMPLES_FOR_SEC 44100 69 #define SAMPLES_FOR_SEC 48000 68 70 69 71 … … 79 81 FmInputGstCommon *common; 80 82 81 GstClockTime start_timestamp; 83 GstClockTime start_timestamp; // ns 82 84 gboolean create_new_chunk; 83 85 84 86 gboolean seek_in_progress; // if TRUE, ignore "newsegment" events 85 87 gboolean seek_completed; 86 GstClockTime seek_target_timestamp; 88 GstClockTime seek_target_timestamp; // ns 87 89 88 90 guint bytes_behind_us;
