Re: [Vala] clutter-gst and gst
- From: Harry Van Haaren <harryhaaren gmail com>
- To: eagsalazar gmail com
- Cc: vala-list gnome org
- Subject: Re: [Vala] clutter-gst and gst
- Date: Sun, 18 Jul 2010 02:18:08 +0100
Hey,
The link you posted seems dead, I got a "page not found" after clicking
it..?
OTOH: Have you tried rebuilding your pipeline using the "gst-launch" command
line tool?
This should show if its a GStreamer error, or your code...
I'm not familiar with GSt much, so I'll only be of limited use.
Cheers, -Harry
On Sun, Jul 18, 2010 at 1:28 AM, Steve Salazar <eagsalazar hotmail com>wrote:
Hi, I'm having some problems with gst. I've got this test code that I
adapted from the vala gst examples. I changed it so that the src element is
a filesrc and I added a decodedbin and ffmpegcolorspace element. I have
tested this pipeline on the command line and it seems to work fine but my
vala code doesn't work. It compiles clean and I get no runtime errors or
warnings, I just don't get any video.
http://gist.github.com/47997517:21I get zero compile or runtime messages
but I just don't get any video output.17:22The stdout.printf inside my
callback from pad_added is never getting called so I think the pipeline is
never getting hooked up between the decoder and the colorspace conversion
element.17:23the new-decoded-pad signal in the decodebin element I guess I
should now hook up to using pad_added? This compiles but I'm still not sure.
Thanks in advance for any help!
_______________________________________________
vala-list mailing list
vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]