Zebediah Figura (@zfigura) commented about dlls/winegstreamer/wg_parser.c:
* file (or other medium), but gst_event_new_qos() expects the timestamp in * running time. */ stream_time = gst_segment_to_running_time(&stream->segment, GST_FORMAT_TIME, params->timestamp * 100);
- if (stream_time == -1)
- if (stream_time == -1 || -params->diff*100 >= stream_time)
That doesn't seem right. What is this doing?