Re: GStreamer 0.01
- From: Matthias Bläsing <mblaesing gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: GStreamer 0.01
- Date: Mon, 09 May 2005 20:41:16 +0200
Am Sonntag, den 08.05.2005, 23:23 +0200 schrieb Torsten Schoenfeld:
But your mail prompted me to look into it again. I saw that the tag
reading stuff (mainly the found-tag signal) can be implemented without
caring about the interface stuff. So I did it. The results are in CVS
HEAD, complete with a simple example player.
Check-out, played with it and yeah it's great ...
BUT then I crash in to the next problem. I looked at the manual and for
a player it would be nice to be able to seek through the stream (if
seeking ist possible), so I tried after reading this:
====
gst_element_seek (audiosink, GST_SEEK_METHOD_SET
| GST_FORMAT_TIME
| GST_SEEK_FLAG_FLUSH,
time_nanoseconds);
====
I tried to implement jumping 5 seconds forward (I used the mad plugin):
====
my $pos = $spider->query('total', 'time');
$mad->seek(["method-set", "time","flag-flush"],($pos + 5 * 1000000000));
====
That won't work, because the "time" is rejected and without it the
result is - well lets call it - "unnoticeable".
Is this a problem on my site or I am just blind?
Thanks
Matthias
--
Matthias Bläsing
ICQ: 84617206 AIM: linuxfun81 MSN: linuxfun hotmail com
"Diejenigen, die nicht schockiert sind, wenn sie zum ersten mal mit
Quantenmechanik zu tun haben, haben sie nicht verstanden." (Niels Bohr)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]