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)
Check Out this Related Man Page
GStreamer::Clock(3pm) User Contributed Perl Documentation GStreamer::Clock(3pm)NAME
GStreamer::Clock - Abstract class for global clocks
HIERARCHY
Glib::Object
+----GStreamer::Object
+----GStreamer::Clock
METHODS
clockid = $clock->new_periodic_id ($start_time, $interval)
o $start_time (unsigned integer)
o $interval (unsigned integer)
clockid = $clock->new_single_shot_id ($time)
o $time (unsigned integer)
list = $clock->add_observation ($slave, $master)
o $slave (unsigned integer)
o $master (unsigned integer)
unsigned integer = $clock->adjust_unlocked ($internal)
o $internal (unsigned integer)
(internal, external, rate_num, rate_denom) = $clock->get_calibration
$clock->set_calibration ($internal, $external, $rate_num, $rate_denom)
o $internal (unsigned integer)
o $external (unsigned integer)
o $rate_num (unsigned integer)
o $rate_denom (unsigned integer)
unsigned integer = $clock->get_internal_time
clock or undef = $clock->get_master
boolean = $clock->set_master ($master)
o $master (GStreamer::Clock)
64 bit unsigned = $clock->get_resolution
64 bit unsigned = $clock->set_resolution ($resolution)
o $resolution (64 bit unsigned)
unsigned integer = $clock->get_time
PROPERTIES
'stats' (boolean : default false : readable / writable / private)
Enable clock stats (unimplemented)
'timeout' (Glib::UInt64 : default 100000000 : readable / writable / private)
The amount of time, in nanoseconds, to sample master and slave clocks
'window-size' (integer : default 32 : readable / writable / private)
The size of the window used to calculate rate and offset
'window-threshold' (integer : default 4 : readable / writable / private)
The threshold to start calculating rate and offset
SEE ALSO
GStreamer, Glib::Object, GStreamer::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::Clock(3pm)
Does anyone know how to answer this? I have tried many different commands, I just cant get it right.....
Search the file 'data' for all of the lines that contain the pattern 'unx122'
and put those lines in the file 'matches'. (2 Replies)
This is a very hard unix command which I could not perform..... :( ......here it is:
The file ~unx122/public/data.txt contains over 18,000 lines of text. Here are the first ten lines of the file:
pagination 20657 2740 28416 31090 18145
shiner 1695 2507 9964 14512 13122
cool 29210... (1 Reply)
Hi folks,
I want to rotate a string in Clock or Ani Clock wise.
That is
If the string is "TAMIL"
the out put should be
TAMIL
AMILT
MILTA
ILTAM
LTAMI
TAMIL
Please do help. (1 Reply)
Hello All,
I need to convert a csv file to pipeline delimiter file in UNIX. The data in file itself contains comma with double qouted qualifier apart from the comma separator. Let me know how to do it. Appreciate any help if awk can be used to do it.
Mentioned below is the sample record of... (14 Replies)
Hi All,
I am looking for a generic code which can search for the existing delimiter(what ever it may be) in a file and convert it to Pipeline. The file may have Pipeline delimiter already in that case just leave it. Please find below some sample records.
Sample records1:
... (2 Replies)