Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gstreamer(3pm) [redhat 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::ElementFactory(3pm)				User Contributed Perl Documentation			    GStreamer::ElementFactory(3pm)

NAME
GStreamer::ElementFactory - Create GstElements from a factory HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::PluginFeature +----GStreamer::ElementFactory METHODS
string = $factory->get_author boolean = $factory->can_sink_caps ($caps) o $caps (GStreamer::Caps) boolean = $factory->can_src_caps ($caps) o $caps (GStreamer::Caps) element or undef = $factory->create ($name) o $name (string or undef) string = $factory->get_description string = $factory->get_element_type elementfactory or undef = GStreamer::ElementFactory->find ($name) o $name (string) string = $factory->get_klass string = $factory->get_longname list = GStreamer::ElementFactory->make ($factoryname, $name, ...) o $factoryname (string) o $name (string) o ... (list) list = $factory->get_uri_protocols uritype = $factory->get_uri_type ENUMS AND FLAGS
enum GStreamer::URIType o 'unknown' / 'GST_URI_UNKNOWN' o 'sink' / 'GST_URI_SINK' o 'src' / 'GST_URI_SRC' SEE ALSO
GStreamer, Glib::Object, GStreamer::Object, GStreamer::PluginFeature 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::ElementFactory(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