Changeset 108 for fm_server/trunk/src/fm_input_gst/gstfmsink.c
- Timestamp:
- 09/02/06 15:26:58 (6 years ago)
- Files:
-
- 1 modified
-
fm_server/trunk/src/fm_input_gst/gstfmsink.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm_server/trunk/src/fm_input_gst/gstfmsink.c
r107 r108 313 313 FmInputGstCommon *common = sink->common; 314 314 315 if (common->stop_processing )315 if (common->stop_processing || (sink->seek_in_progress && !sink->seek_completed)) 316 316 return GST_FLOW_OK; 317 317 … … 395 395 396 396 g_idle_add_full (G_PRIORITY_HIGH, seek_helper, (gpointer) sink, NULL); 397 return GST_FLOW_OK; 397 398 } 398 399
