This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.20/GStreamer/Pipeline.pod is in libgstreamer-perl 0.19-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
=head1 NAME

GStreamer::Pipeline -  Top-level bin with clocking and bus management functionality.

=cut

=head1 HIERARCHY

  Glib::Object
  +----GStreamer::Object
       +----GStreamer::Element
            +----GStreamer::Bin
                 +----GStreamer::Pipeline



=cut

=head1 INTERFACES

  GStreamer::ChildProxy



=cut

=for object GStreamer::Pipeline Top-level bin with clocking and bus management functionality.

=cut




=head1 METHODS

=head2 element = GStreamer::Pipeline-E<gt>B<new> ($name)

=over

=item * $name (string or undef) 

=back

=head2 $pipeline-E<gt>B<auto_clock> 

=head2 bus = $pipeline-E<gt>B<get_bus> 

=head2 clock = $pipeline-E<gt>B<get_clock> 

=head2 $pipeline-E<gt>B<set_clock> ($clock)

=over

=item * $clock (GStreamer::Clock) 

=back

=head2 unsigned integer = $pipeline-E<gt>B<get_last_stream_time> 

=head2 $pipeline-E<gt>B<set_new_stream_time> ($time)

=over

=item * $time (unsigned integer) 

=back

=head2 $pipeline-E<gt>B<use_clock> ($clock)

=over

=item * $clock (GStreamer::Clock) 

=back



=cut


=head1 PROPERTIES

=over

=item 'auto-flush-bus' (boolean : default true : readable / writable / private)

Whether to automatically flush the pipeline's bus when going from READY into NULL state

=item 'delay' (Glib::UInt64 : default 0 : readable / writable / private)

Expected delay needed for elements to spin up to PLAYING in nanoseconds

=back



=cut


=head1 SEE ALSO

L<GStreamer>, L<Glib::Object>, L<GStreamer::Object>, L<GStreamer::Element>, L<GStreamer::Bin>


=cut


=head1 COPYRIGHT

Copyright (C) 2005-2011 by the gtk2-perl team.

This software is licensed under the LGPL.  See L<GStreamer> for a full notice.



=cut