~ubuntu-branches/ubuntu/saucy/parole/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/plugin-api/tmpl/parole-stream.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-24 16:09:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110424160919-rpjwaicrdb8f7un2
Tags: 0.2.0.6-1
[ Lionel Le Folgoc ]
* debian/control:
  - drop unneeded build-dep on xulrunner-dev.   closes: #594073
  - suggests a few useful gstreamer0.10 plugins.
  - build-depends on quilt.
* debian/patches:
  - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
  - series: added.                                            closes: #615760
* debian/rules: pass --with quilt to dh.

[ Yves-Alexis Perez ]
* New upstream release.
* Switch to 3.0 (quilt) source format.
* debian/control:
  - update standards version to 3.9.2.
  - drop browser-plugin-parole package.
  - drop quilt build-dep.
  - add build-dep on hardening-includes
  - bump xfce build-deps to 4.8.
* debian/parole.install updated.
* debian/rules:
  - use --fail-missing and manually remove spurious files.
  - drop quilt addon
  - pick build flags from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to build flags.
  - stop harcoding the shell to bash, it works fine now.      closes: #623830

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
ParoleStream
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
Currently playing stream.
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
This object contains all the information describing the current processed stream
10
 
by Parole, this object is used with the callback function the #ParoleProviderPlayerIface::state-changed
11
 
signal of the player, the plugin shouldn't take reference and all the properties are read-only for the plugins.s
12
 
 
13
 
</para>
14
 
 
15
 
<!-- ##### SECTION See_Also ##### -->
16
 
<para>
17
 
#ParoleProviderPlayer
18
 
</para>
19
 
 
20
 
<!-- ##### SECTION Stability_Level ##### -->
21
 
 
22
 
 
23
 
<!-- ##### ENUM ParoleMediaType ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
@PAROLE_MEDIA_TYPE_UNKNOWN: 
29
 
@PAROLE_MEDIA_TYPE_LOCAL_FILE: 
30
 
@PAROLE_MEDIA_TYPE_CDDA: 
31
 
@PAROLE_MEDIA_TYPE_VCD: 
32
 
@PAROLE_MEDIA_TYPE_SVCD: 
33
 
@PAROLE_MEDIA_TYPE_DVD: 
34
 
@PAROLE_MEDIA_TYPE_DVB: 
35
 
@PAROLE_MEDIA_TYPE_REMOTE: 
36
 
 
37
 
<!-- ##### STRUCT ParoleStream ##### -->
38
 
<para>
39
 
 
40
 
</para>
41
 
 
42
 
 
43
 
<!-- ##### ARG ParoleStream:absolute-duration ##### -->
44
 
<para>
45
 
 
46
 
</para>
47
 
 
48
 
<!-- ##### ARG ParoleStream:album ##### -->
49
 
<para>
50
 
 
51
 
</para>
52
 
 
53
 
<!-- ##### ARG ParoleStream:artist ##### -->
54
 
<para>
55
 
 
56
 
</para>
57
 
 
58
 
<!-- ##### ARG ParoleStream:comment ##### -->
59
 
<para>
60
 
 
61
 
</para>
62
 
 
63
 
<!-- ##### ARG ParoleStream:disp-par-d ##### -->
64
 
<para>
65
 
 
66
 
</para>
67
 
 
68
 
<!-- ##### ARG ParoleStream:disp-par-n ##### -->
69
 
<para>
70
 
 
71
 
</para>
72
 
 
73
 
<!-- ##### ARG ParoleStream:duration ##### -->
74
 
<para>
75
 
 
76
 
</para>
77
 
 
78
 
<!-- ##### ARG ParoleStream:has-audio ##### -->
79
 
<para>
80
 
 
81
 
</para>
82
 
 
83
 
<!-- ##### ARG ParoleStream:has-video ##### -->
84
 
<para>
85
 
 
86
 
</para>
87
 
 
88
 
<!-- ##### ARG ParoleStream:live ##### -->
89
 
<para>
90
 
 
91
 
</para>
92
 
 
93
 
<!-- ##### ARG ParoleStream:media-type ##### -->
94
 
<para>
95
 
 
96
 
</para>
97
 
 
98
 
<!-- ##### ARG ParoleStream:num-tracks ##### -->
99
 
<para>
100
 
 
101
 
</para>
102
 
 
103
 
<!-- ##### ARG ParoleStream:seekable ##### -->
104
 
<para>
105
 
 
106
 
</para>
107
 
 
108
 
<!-- ##### ARG ParoleStream:subtitles ##### -->
109
 
<para>
110
 
 
111
 
</para>
112
 
 
113
 
<!-- ##### ARG ParoleStream:tag-available ##### -->
114
 
<para>
115
 
 
116
 
</para>
117
 
 
118
 
<!-- ##### ARG ParoleStream:title ##### -->
119
 
<para>
120
 
 
121
 
</para>
122
 
 
123
 
<!-- ##### ARG ParoleStream:track ##### -->
124
 
<para>
125
 
 
126
 
</para>
127
 
 
128
 
<!-- ##### ARG ParoleStream:uri ##### -->
129
 
<para>
130
 
 
131
 
</para>
132
 
 
133
 
<!-- ##### ARG ParoleStream:video-height ##### -->
134
 
<para>
135
 
 
136
 
</para>
137
 
 
138
 
<!-- ##### ARG ParoleStream:video-width ##### -->
139
 
<para>
140
 
 
141
 
</para>
142
 
 
143
 
<!-- ##### ARG ParoleStream:year ##### -->
144
 
<para>
145
 
 
146
 
</para>
147