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::Object(3pm)					User Contributed Perl Documentation				    GStreamer::Object(3pm)

NAME
GStreamer::Object - Base class for the GStreamer object hierarchy HIERARCHY
Glib::Object +----GStreamer::Object METHODS
boolean = $object->has_ancestor ($ancestor) o $ancestor (GStreamer::Object) string or undef = $object->get_name string or undef = $object->get_name_prefix $object->set_name_prefix ($name_prefix) o $name_prefix (string or undef) $object->set_name ($name) o $name (string or undef) object or undef = $object->get_parent $object->set_parent ($parent) o $parent (GStreamer::Object) string = $object->get_path_string $object->unparent PROPERTIES
'name' (string : default undef : readable / writable / construct / private) The name of the object SIGNALS
parent-set (GStreamer::Object, GStreamer::Object) parent-unset (GStreamer::Object, GStreamer::Object) object-saved (GStreamer::Object, gpointer) deep-notify (GStreamer::Object, GStreamer::Object, Glib::ParamSpec) SEE ALSO
GStreamer, Glib::Object 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::Object(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