[gst-devel] Problems seeking
Erwin Rol
mailinglists at erwinrol.com
Wed Mar 18 10:40:54 CET 2009
Wim Taymans wrote:
> On Sun, 2009-03-15 at 14:35 +0100, Erwin Rol wrote:
>> Hello,
>>
>> i am trying to seek in a pipeline but it always seems to fail. I have
>> tried it in every possible state NULL/READY/PAUSED/PLAYING but it never
>> works.
>>
>> My pipeline setup is like that
>>
>> filesrc location=audio.ogg ! queue ! oggdemux ! vorbisparse ! vorbisdec
>> ! audioconvert ! queue ! alsasink
>> filesrc location=video.ogv ! queue ! oggdemux ! theoraparse ! theoradec
>> ! queue ! dfbvideosink
>
> Adding a queue in front of oggdemux makes it work in push mode and
> disables seeking currently (because it's not yet implemented)
>
> Remove the queue in front of the oggdemux elements and seeking will
> work.
That worked, thanks for the info.
- Erwin
More information about the gstreamer-devel
mailing list