Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

NAME
GStreamer::TagSetter - Element interface that allows setting and retrieval of media metadata HIERARCHY
Glib::Interface +----GStreamer::TagSetter METHODS
$setter->add_tags ($mode, $tag, $sv, ...) o $mode (GStreamer::TagMergeMode) o $tag (string) o $sv (scalar) o ... (list) $setter->merge_tags ($list, $mode) o $list (GStreamer::TagList) o $mode (GStreamer::TagMergeMode) taglist = $setter->get_tag_list tagmergemode = $setter->get_tag_merge_mode $setter->set_tag_merge_mode ($mode) o $mode (GStreamer::TagMergeMode) ENUMS AND FLAGS
enum GStreamer::TagMergeMode o 'undefined' / 'GST_TAG_MERGE_UNDEFINED' o 'replace-all' / 'GST_TAG_MERGE_REPLACE_ALL' o 'replace' / 'GST_TAG_MERGE_REPLACE' o 'append' / 'GST_TAG_MERGE_APPEND' o 'prepend' / 'GST_TAG_MERGE_PREPEND' o 'keep' / 'GST_TAG_MERGE_KEEP' o 'keep-all' / 'GST_TAG_MERGE_KEEP_ALL' o 'count' / 'GST_TAG_MERGE_COUNT' SEE ALSO
GStreamer, Glib::Interface 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::TagSetter(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