Seeking multifilesrc
gianks
gianksmail at gmail.com
Thu Aug 4 22:01:32 UTC 2016
Hi,
i'm having the same problem here.
I'm unable to seek all the time via multifilesrc but i can query correctly
the position when the pipeline is playing and there is no file change in
place.
I tried both QGSt::FormatDefault and QGst::FormatTime, the sendEvent
function return always false.
QGst::SeekEventPtr evt =
QGst::SeekEvent::create(
1.0, QGst::FormatDefault,
QGst::SeekFlagFlush,
QGst::SeekTypeSet,
QGst::ClockTime::fromTime(QTime::fromMSecsSinceStartOfDay(QDateTime::fromTime_t(delay))),
QGst::SeekTypeNone,
QGst::ClockTime::None
);
Q_ASSERT(pipeline->sendEvent(evt));
The pipeline works well but cannot seek
Please Help!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Seeking-multifilesrc-tp969032p4678977.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list