Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gstreamer(3pm) [debian man page]

GStreamer(3pm)						User Contributed Perl Documentation					    GStreamer(3pm)

NAME
GStreamer - Media library supporting arbitrary formats and filter graphs. SEE ALSO
GStreamer COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer(3pm)

Check Out this Related Man Page

GStreamer::QueryType(3pm)				User Contributed Perl Documentation				 GStreamer::QueryType(3pm)

NAME
GStreamer::QueryType - Dynamically register new query types. Provide functions to create queries, and to set and parse values in them. HIERARCHY
Glib::Enum +----GStreamer::QueryType METHODS
querytype = GStreamer::QueryType::get_by_nick ($nick) o $nick (string) list = GStreamer::QueryType::get_details ($type) o $type (GStreamer::QueryType) querytype = GStreamer::QueryType::register ($nick, $description) o $nick (string) o $description (string) ENUMS AND FLAGS
enum GStreamer::QueryType o 'none' / 'GST_QUERY_NONE' o 'position' / 'GST_QUERY_POSITION' o 'duration' / 'GST_QUERY_DURATION' o 'latency' / 'GST_QUERY_LATENCY' o 'jitter' / 'GST_QUERY_JITTER' o 'rate' / 'GST_QUERY_RATE' o 'seeking' / 'GST_QUERY_SEEKING' o 'segment' / 'GST_QUERY_SEGMENT' o 'convert' / 'GST_QUERY_CONVERT' o 'formats' / 'GST_QUERY_FORMATS' o 'buffering' / 'GST_QUERY_BUFFERING' o 'custom' / 'GST_QUERY_CUSTOM' o 'uri' / 'GST_QUERY_URI' SEE ALSO
GStreamer, Glib::Enum COPYRIGHT
Copyright (C) 2005-2011 by the gtk2-perl team. This software is licensed under the LGPL. See GStreamer for a full notice. perl v5.14.2 2012-03-01 GStreamer::QueryType(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No idea how to run it, may require gstreamer pluggins

Hello , i want to work on Gstreamer.i am attaching a file here . please have a look at that and let me know on which system it gets compiled . i guess the file is related to gstreamer code, and when i run the files its giving many errors. i am using red hat linux. is it possible to install... (0 Replies)
Discussion started by: juststarted
0 Replies

2. Red Hat

Install gstreamer on red hat

hello, i have downloaded the gstreamer from following location Index of /pkg/redhat/9/i386/SRPMS.gst and i placed in the root/Zoom directory. now i want to install that on my system so that i can devolop some gstreamer related applications and run it. now how i need to install it on my... (0 Replies)
Discussion started by: juststarted
0 Replies

3. Programming

Gstreamer and C/C++ dev

Hi I wrote a simple C code with gstreamer libs( gstreamer example code manual ref ) On my ubuntu linux, the gstreamer headers are inside /usr/include/gstreamer-0.10/gst Inside my C code I wrote: #include <stdlib.h> #include <gstreamer-0.10/gst/gst.h> .... .... I have this error:... (4 Replies)
Discussion started by: takeo.kikuta
4 Replies

4. UNIX and Linux Applications

phonon-backend-gstreamer vs phonon-backend-vlc vs phonon-backend-xine

phonon-backend-gstreamer vs phonon-backend-vlc vs phonon-backend-xine What are the advantages and disadvantages of phonon-backend-gstreamer, phonon-backend-vlc, and phonon-backend-xine. I was reading this and got curious. ... (1 Reply)
Discussion started by: cokedude
1 Replies