Show
Ignore:
Timestamp:
09/07/06 15:59:34 (6 years ago)
Author:
ath
Message:

Improve FmInputGst and fix the previous commit.

Files:
1 modified

Legend:

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

    r109 r113  
    245245 
    246246  switch (GST_EVENT_TYPE (event)) { 
     247 
    247248    case GST_EVENT_EOS: 
    248249    { 
     
    250251        common->write_chunk->eos_offset_samples = sink->offset_samples; 
    251252        g_print("   got EOS at offset %lld\n", common->write_chunk->eos_offset_samples); 
    252         // 
     253        sink->seek_in_progress = FALSE; 
     254        sink->seek_target = -1;  
    253255 
    254256      break;