Re: [Vala] [Gst] Adding capabilities to the Elements
- From: Luca Bruno <lethalman88 gmail com>
- To: Alberto Lepe <dev alepe com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] [Gst] Adding capabilities to the Elements
- Date: Fri, 27 Jan 2012 12:16:15 +0100
On Fri, Jan 27, 2012 at 4:15 AM, Alberto Lepe <dev alepe com> wrote:
Hello, I'm trying to accomplish this with Vala:
gst-launch -v gnomevfssrc
location="
http://admin:12345 192 168 1 100/nphMotionJpeg?Resolution=320x240&Quality=Standard&Framerate=1
"
do-timestamp=true ! multipartdemux !
image/jpeg,width=320,height=240,framerate=1/1 ! jpegdec !
video/x-raw-yuv,framerate=1/1 ! xvimagesink
(it is displayed correctly using gst-launch)
So far I have: (using the gst-videotest.vala example at:
http://live.gnome.org/Vala/GStreamerSample)
You can parse directly the pipeline string instead of manually creating
pads: http://valadoc.org/gstreamer-0.10/Gst.parse_launch.html
--
www.debian.org - The Universal Operating System
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]