Has anybody meet the problem with gstreamer clutter sink?

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

Has anybody meet the problem with gstreamer clutter sink?

wshn13
I use clutter-gst to make a simple video player ,but when I play a video the playing frame get wrong, it lean to left as show on the picture below, I don't konw why??? Can anyone help me!!!

my code fragment:
clutter_gst_video_texture_new ();
and set sink of pipeline

My Videoplayer Snapshot
Reply | Threaded
Open this post in threaded view
|

Re: Has anybody meet the problem with gstreamer clutter sink?

wshn13
not all video like this ,some act normal
Reply | Threaded
Open this post in threaded view
|

Re: Has anybody meet the problem with gstreamer clutter sink?

wshn13
In reply to this post by wshn13
I need help now
Reply | Threaded
Open this post in threaded view
|

Re: Has anybody meet the problem with gstreamer clutter sink?

Damien Lespiau
In reply to this post by wshn13
On Tue, Jul 12, 2011 at 9:29 AM, wshn13 <[hidden email]> wrote:
> not all video like this ,some act normal

This looks like the sink got the stride of the YUV buffers all wrong,
we had a bug that was fixed months ago. Could I:
1/ know the version of clutter-gst you are using? (and could you try
to reproduce with git master ?)
2/ get a link to that video?

Thanks,

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

gstreamer support external .sub .ssa subtitle

yinxb
Hi All

   Does gstreamer support the external .sub/.ssa formate subtitle?
   I found that only internal subtitle(srt,sub,ssa)in the container
works well in gstreamer.

  Is there any exist plugin?
  and can anybody give me a hint how to solve the external
subtile(sub/ssa)?


  Thx

   

---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)
is intended only for the use of the intended recipient and may be confidential and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this communication in error,please
immediately notify the sender by return e-mail, and delete the original message and all copies from
your system. Thank you.
---------------------------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Has anybody meet the problem with gstreamer clutter sink?

wshn13
In reply to this post by Damien Lespiau
First ,thanks for you reply. My clutter-gst version is 0.10.0-1 , but the video is my local file not on the internet . Can I connect you via email?I realy need help .
Reply | Threaded
Open this post in threaded view
|

Re: Has anybody meet the problem with gstreamer clutter sink?

Damien Lespiau
On Thu, Jul 14, 2011 at 4:56 AM, wshn13 <[hidden email]> wrote:
> First ,thanks for you reply. My clutter-gst version is 0.10.0-1 , but the
> video is my local file not on the internet . Can I connect you via email?I
> realy need help .

0.10.0 is quite old (2 years old), those stride issues were fixed in
later versions (just checked the history). Updating to a later version
will fix this issue.

Alternatively, if updating is not an option, you can try to backport a
few patches (looks like bcd6bede77 and 2f9ac686 at least)

HTH,

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

Re: Has anybody meet the problem with gstreamer clutter sink?

wshn13
Em,thanks for your suggestion.Today I update clutter-gst version to 1.0,then the bug was fixed.