[gst-devel] Video and audio speed issue?

Marco Ballesio gibrovacco at gmail.com
Mon Dec 27 08:46:28 CET 2010


Hi,

On Sat, Dec 25, 2010 at 1:21 AM, Radivoje Jovanovic
<radivojejovanovic at gmail.com> wrote:
> Hello,
> If I try playing just a sound from my video with following pipeline:
> gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t !  queue !
> faad ! alsasink
> sound plays just fine and song duration is 38 seconds.
> If I play video only using following pipeline:
> gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t ! queue  !
> mpeg4dec ! mySink
> video plays just fine in duration of 38 seconds.
> However, if I play both of them like:
> gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t ! queue  !
> mpeg4dec ! mySink t. ! queue ! faad !  alsasink
> everything is much faster and the whole thing is over in 26 seconds.
> Any idea what might be causing this?

there may be several reasons for such a behavior, ranging from an
incorrect clip to wrongly behaving elements in the pipeline.

Some suggestions:

- replace your sink elements with fakesinks and enable gst-launch
verbosity by using its -v option.
- add some identity elements after the tee and set its check-perfect
proerty to "true".

Maybe you can post something here (use pastebin/txt attachments for
more than 10 lines please) after running those tests.

Regards

> Cheers
> Ogi
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>




More information about the gstreamer-devel mailing list