GSTFS 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GSTFS 0.1 (Default branch)
# 1  
Old 08-31-2008
GSTFS 0.1 (Default branch)

GSTFS (GStreamer FS) is a filesystem for on-demand transcoding of music files between different formats. It utilizes the GStreamer library for conversion, so any formats supported by GStreamer should also be supported by GSTFS. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GStreamer::Pipeline(3pm)				User Contributed Perl Documentation				  GStreamer::Pipeline(3pm)

NAME
GStreamer::Pipeline - Top-level bin with clocking and bus management functionality. HIERARCHY
Glib::Object +----GStreamer::Object +----GStreamer::Element +----GStreamer::Bin +----GStreamer::Pipeline INTERFACES
GStreamer::ChildProxy METHODS
element = GStreamer::Pipeline->new ($name) o $name (string or undef) $pipeline->auto_clock bus = $pipeline->get_bus clock = $pipeline->get_clock $pipeline->set_clock ($clock) o $clock (GStreamer::Clock) unsigned integer = $pipeline->get_last_stream_time $pipeline->set_new_stream_time ($time) o $time (unsigned integer) $pipeline->use_clock ($clock) o $clock (GStreamer::Clock) PROPERTIES
'auto-flush-bus' (boolean : default true : readable / writable / private) Whether to automatically flush the pipeline's bus when going from READY into NULL state 'delay' (Glib::UInt64 : default 0 : readable / writable / private) Expected delay needed for elements to spin up to PLAYING in nanoseconds SEE ALSO
GStreamer, Glib::Object, GStreamer::Object, GStreamer::Element, GStreamer::Bin 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::Pipeline(3pm)