How can I slow down my pipe

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How can I slow down my pipe

Guillaume Dorchies
Hello,

I use this pipe

filesrc location='test.mp3' ! mad ! fakesink

its execution time is 0.8s whereas the duration of test.mp3 is 3min10

What kind of element can I add to my pipe to its execution time become 3min10

Best regards

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How can I slow down my pipe

Mailing List SVR
Il 12/10/2011 16:20, Guillaume Dorchies ha scritto:
Hello,

I use this pipe

filesrc location='test.mp3' ! mad ! fakesink

try:

fakesink sync=true

Nicola

its execution time is 0.8s whereas the duration of test.mp3 is 3min10

What kind of element can I add to my pipe to its execution time become 3min10

Best regards


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel