<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel rdf:about="http://base-art.net">
<description>Phil's blog</description>
<link>http://base-art.net</link>
<title>Base-Art / Comments</title>



<items>
<rdf:seq>

<rdf:li rdf:resource="http://base-art.net/Comments/314/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/313/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/312/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/311/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/310/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/309/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/308/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/307/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/306/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/305/"/>

</rdf:seq>
</items>


</channel>


<item rdf:about="http://base-art.net/Comments/314/">
<dc:date>2012-05-29T00:03:26.000001+02:00</dc:date>
<title>phil on Implementing WebAudio in WebKit with GStreamer</title>
<link>http://base-art.net/Comments/314/</link>
<author>phil</author>
<description>
&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /&gt;
&lt;style type="text/css"&gt;

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.

See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/

/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
  border: 0 }

table.borderless td, table.borderless th {
  /* Override padding for "table.docutils td" with "! important".
     The right padding separates the table cells. */
  padding: 0 0.5em 0 0 ! important }

.first {
  /* Override more specific margin styles with "! important". */
  margin-top: 0 ! important }

.last, .with-subtitle {
  margin-bottom: 0 ! important }

.hidden {
  display: none }

a.toc-backref {
  text-decoration: none ;
  color: black }

blockquote.epigraph {
  margin: 2em 5em ; }

dl.docutils dd {
  margin-bottom: 0.5em }

/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
  font-weight: bold }
*/

div.abstract {
  margin: 2em 5em }

div.abstract p.topic-title {
  font-weight: bold ;
  text-align: center }

div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
  margin: 2em ;
  border: medium outset ;
  padding: 1em }

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
  font-weight: bold ;
  font-family: sans-serif }

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }

/* Uncomment (and remove this text!) to get reduced vertical space in
   compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
  margin-bottom: 0.5em }

div.compound .compound-last, div.compound .compound-middle {
  margin-top: 0.5em }
*/

div.dedication {
  margin: 2em 5em ;
  text-align: center ;
  font-style: italic }

div.dedication p.topic-title {
  font-weight: bold ;
  font-style: normal }

div.figure {
  margin-left: 2em ;
  margin-right: 2em }

div.footer, div.header {
  clear: both;
  font-size: smaller }

div.line-block {
  display: block ;
  margin-top: 1em ;
  margin-bottom: 1em }

div.line-block div.line-block {
  margin-top: 0 ;
  margin-bottom: 0 ;
  margin-left: 1.5em }

div.sidebar {
  margin: 0 0 0.5em 1em ;
  border: medium outset ;
  padding: 1em ;
  background-color: #ffffee ;
  width: 40% ;
  float: right ;
  clear: right }

div.sidebar p.rubric {
  font-family: sans-serif ;
  font-size: medium }

div.system-messages {
  margin: 5em }

div.system-messages h1 {
  color: red }

div.system-message {
  border: medium outset ;
  padding: 1em }

div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

div.topic {
  margin: 2em }

h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
  margin-top: 0.4em }

h1.title {
  text-align: center }

h2.subtitle {
  text-align: center }

hr.docutils {
  width: 75% }

img.align-left, .figure.align-left, object.align-left {
  clear: left ;
  float: left ;
  margin-right: 1em }

img.align-right, .figure.align-right, object.align-right {
  clear: right ;
  float: right ;
  margin-left: 1em }

img.align-center, .figure.align-center, object.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-left {
  text-align: left }

.align-center {
  clear: both ;
  text-align: center }

.align-right {
  text-align: right }

/* reset inner alignment in figures */
div.align-right {
  text-align: left }

/* div.align-center * { */
/*   text-align: left } */

ol.simple, ul.simple {
  margin-bottom: 1em }

ol.arabic {
  list-style: decimal }

ol.loweralpha {
  list-style: lower-alpha }

ol.upperalpha {
  list-style: upper-alpha }

ol.lowerroman {
  list-style: lower-roman }

ol.upperroman {
  list-style: upper-roman }

p.attribution {
  text-align: right ;
  margin-left: 50% }

p.caption {
  font-style: italic }

p.credits {
  font-style: italic ;
  font-size: smaller }

p.label {
  white-space: nowrap }

p.rubric {
  font-weight: bold ;
  font-size: larger ;
  color: maroon ;
  text-align: center }

p.sidebar-title {
  font-family: sans-serif ;
  font-weight: bold ;
  font-size: larger }

p.sidebar-subtitle {
  font-family: sans-serif ;
  font-weight: bold }

p.topic-title {
  font-weight: bold }

pre.address {
  margin-bottom: 0 ;
  margin-top: 0 ;
  font: inherit }

pre.literal-block, pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em }

span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

span.interpreted {
  font-family: sans-serif }

span.option {
  white-space: nowrap }

span.pre {
  white-space: pre }

span.problematic {
  color: red }

span.section-subtitle {
  /* font-size relative to parent (h1..h6 element) */
  font-size: 80% }

table.citation {
  border-left: solid 1px gray;
  margin-left: 1px }

table.docinfo {
  margin: 2em 4em }

table.docutils {
  margin-top: 0.5em ;
  margin-bottom: 0.5em }

table.footnote {
  border-left: solid 1px black;
  margin-left: 1px }

table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
  padding-left: 0.5em ;
  padding-right: 0.5em ;
  vertical-align: top }

table.docutils th.field-name, table.docinfo th.docinfo-name {
  font-weight: bold ;
  text-align: left ;
  white-space: nowrap ;
  padding-left: 0 }

h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
  font-size: 100% }

ul.auto-toc {
  list-style-type: none }

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;


&lt;p&gt;WebRTC support for WebKitGtk is coming yes! I haven't personally worked on it though.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/313/">
<dc:date>2012-05-28T23:02:17+02:00</dc:date>
<title>Riccardo Magliocchetti on Implementing WebAudio in WebKit with GStreamer</title>
<link>http://base-art.net/Comments/313/</link>
<author>Riccardo Magliocchetti</author>
<description>
&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /&gt;
&lt;style type="text/css"&gt;

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.

See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/

/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
  border: 0 }

table.borderless td, table.borderless th {
  /* Override padding for "table.docutils td" with "! important".
     The right padding separates the table cells. */
  padding: 0 0.5em 0 0 ! important }

.first {
  /* Override more specific margin styles with "! important". */
  margin-top: 0 ! important }

.last, .with-subtitle {
  margin-bottom: 0 ! important }

.hidden {
  display: none }

a.toc-backref {
  text-decoration: none ;
  color: black }

blockquote.epigraph {
  margin: 2em 5em ; }

dl.docutils dd {
  margin-bottom: 0.5em }

/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
  font-weight: bold }
*/

div.abstract {
  margin: 2em 5em }

div.abstract p.topic-title {
  font-weight: bold ;
  text-align: center }

div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
  margin: 2em ;
  border: medium outset ;
  padding: 1em }

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
  font-weight: bold ;
  font-family: sans-serif }

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
  color: red ;
  font-weight: bold ;
  font-family: sans-serif }

/* Uncomment (and remove this text!) to get reduced vertical space in
   compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
  margin-bottom: 0.5em }

div.compound .compound-last, div.compound .compound-middle {
  margin-top: 0.5em }
*/

div.dedication {
  margin: 2em 5em ;
  text-align: center ;
  font-style: italic }

div.dedication p.topic-title {
  font-weight: bold ;
  font-style: normal }

div.figure {
  margin-left: 2em ;
  margin-right: 2em }

div.footer, div.header {
  clear: both;
  font-size: smaller }

div.line-block {
  display: block ;
  margin-top: 1em ;
  margin-bottom: 1em }

div.line-block div.line-block {
  margin-top: 0 ;
  margin-bottom: 0 ;
  margin-left: 1.5em }

div.sidebar {
  margin: 0 0 0.5em 1em ;
  border: medium outset ;
  padding: 1em ;
  background-color: #ffffee ;
  width: 40% ;
  float: right ;
  clear: right }

div.sidebar p.rubric {
  font-family: sans-serif ;
  font-size: medium }

div.system-messages {
  margin: 5em }

div.system-messages h1 {
  color: red }

div.system-message {
  border: medium outset ;
  padding: 1em }

div.system-message p.system-message-title {
  color: red ;
  font-weight: bold }

div.topic {
  margin: 2em }

h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
  margin-top: 0.4em }

h1.title {
  text-align: center }

h2.subtitle {
  text-align: center }

hr.docutils {
  width: 75% }

img.align-left, .figure.align-left, object.align-left {
  clear: left ;
  float: left ;
  margin-right: 1em }

img.align-right, .figure.align-right, object.align-right {
  clear: right ;
  float: right ;
  margin-left: 1em }

img.align-center, .figure.align-center, object.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-left {
  text-align: left }

.align-center {
  clear: both ;
  text-align: center }

.align-right {
  text-align: right }

/* reset inner alignment in figures */
div.align-right {
  text-align: left }

/* div.align-center * { */
/*   text-align: left } */

ol.simple, ul.simple {
  margin-bottom: 1em }

ol.arabic {
  list-style: decimal }

ol.loweralpha {
  list-style: lower-alpha }

ol.upperalpha {
  list-style: upper-alpha }

ol.lowerroman {
  list-style: lower-roman }

ol.upperroman {
  list-style: upper-roman }

p.attribution {
  text-align: right ;
  margin-left: 50% }

p.caption {
  font-style: italic }

p.credits {
  font-style: italic ;
  font-size: smaller }

p.label {
  white-space: nowrap }

p.rubric {
  font-weight: bold ;
  font-size: larger ;
  color: maroon ;
  text-align: center }

p.sidebar-title {
  font-family: sans-serif ;
  font-weight: bold ;
  font-size: larger }

p.sidebar-subtitle {
  font-family: sans-serif ;
  font-weight: bold }

p.topic-title {
  font-weight: bold }

pre.address {
  margin-bottom: 0 ;
  margin-top: 0 ;
  font: inherit }

pre.literal-block, pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em }

span.classifier {
  font-family: sans-serif ;
  font-style: oblique }

span.classifier-delimiter {
  font-family: sans-serif ;
  font-weight: bold }

span.interpreted {
  font-family: sans-serif }

span.option {
  white-space: nowrap }

span.pre {
  white-space: pre }

span.problematic {
  color: red }

span.section-subtitle {
  /* font-size relative to parent (h1..h6 element) */
  font-size: 80% }

table.citation {
  border-left: solid 1px gray;
  margin-left: 1px }

table.docinfo {
  margin: 2em 4em }

table.docutils {
  margin-top: 0.5em ;
  margin-bottom: 0.5em }

table.footnote {
  border-left: solid 1px black;
  margin-left: 1px }

table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
  padding-left: 0.5em ;
  padding-right: 0.5em ;
  vertical-align: top }

table.docutils th.field-name, table.docinfo th.docinfo-name {
  font-weight: bold ;
  text-align: left ;
  white-space: nowrap ;
  padding-left: 0 }

h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
  font-size: 100% }

ul.auto-toc {
  list-style-type: none }

&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;


&lt;p&gt;Great news, do you have plans to work on getUserMedia stuff too?&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/312/">
<dc:date>2011-04-13T16:31:28.000002+02:00</dc:date>
<title>phil on Gajim in your GNOME3 Shell</title>
<link>http://base-art.net/Comments/312/</link>
<author>phil</author>
<description>
&lt;p&gt;I'm glad this code is useful :)&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/311/">
<dc:date>2011-04-13T12:58:05.000002+02:00</dc:date>
<title>kagesenshi on Gajim in your GNOME3 Shell</title>
<link>http://base-art.net/Comments/311/</link>
<author>kagesenshi</author>
<description>
&lt;p&gt;Hi Phil,&lt;/p&gt;
&lt;p&gt;Thanks for the gajim extension. Based on it I managed to create an integration extension for pidgin. :D&lt;/p&gt;
&lt;p&gt;For those who are interested: &lt;a class="reference" href="http://blog.kagesenshi.org/2011/04/pidgin-and-gnome3.html"&gt;http://blog.kagesenshi.org/2011/04/pidgin-and-gnome3.html&lt;/a&gt;&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/310/">
<dc:date>2011-04-08T21:31:20.000004+02:00</dc:date>
<title>mcepl on Gajim in your GNOME3 Shell</title>
<link>http://base-art.net/Comments/310/</link>
<author>mcepl</author>
<description>
&lt;p&gt;Thanks a lot! Using the session plugin already and I have to force Owen to fix gnome-shell extensions in Fedora to get a second. Thank you!&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/309/">
<dc:date>2011-04-08T10:45:34.000004+02:00</dc:date>
<title>phil on Gajim in your GNOME3 Shell</title>
<link>http://base-art.net/Comments/309/</link>
<author>phil</author>
<description>
&lt;p&gt;The extension code itself is not very complicated...&lt;/p&gt;
&lt;p&gt;You need to have some way to get incoming notifications from your client and be able to display/send messages. To do this for Gajim I used their D-Bus API.&lt;/p&gt;
&lt;p&gt;Once you have that ^^ the Shell integration is straightforward.&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/308/">
<dc:date>2011-04-08T10:28:03.000004+02:00</dc:date>
<title>b on Gajim in your GNOME3 Shell</title>
<link>http://base-art.net/Comments/308/</link>
<author>b</author>
<description>
&lt;p&gt;Would be great to have a piece of code to be able to plug in any xmpp client such as swift, psi, pidgin, mcabber and gajim.&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/307/">
<dc:date>2010-08-21T12:13:24.000005+02:00</dc:date>
<title>Jaroslav Smid on WebKitGTK+ and HTML5 fullscreen video</title>
<link>http://base-art.net/Comments/307/</link>
<author>Jaroslav Smid</author>
<description>
&lt;p&gt;If you are interested: &lt;a class="reference" href="https://bugzilla.gnome.org/show_bug.cgi?id=627565"&gt;https://bugzilla.gnome.org/show_bug.cgi?id=627565&lt;/a&gt;&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/306/">
<dc:date>2010-08-21T12:00:16.000005+02:00</dc:date>
<title>Jaroslav Smid on WebKitGTK+ and HTML5 fullscreen video</title>
<link>http://base-art.net/Comments/306/</link>
<author>Jaroslav Smid</author>
<description>
&lt;p&gt;phil: And was your app also 64bit? Because if you run it in 32bit mode, HANDLE and long are both 32bit. Maybe bug should be reported?&lt;/p&gt;

</description>
</item>

<item rdf:about="http://base-art.net/Comments/305/">
<dc:date>2010-08-21T09:24:47.000005+02:00</dc:date>
<title>phil on WebKitGTK+ and HTML5 fullscreen video</title>
<link>http://base-art.net/Comments/305/</link>
<author>phil</author>
<description>
&lt;p&gt;&amp;#64;Jaroslav: I am by no means windows expert but I have been using the GstXOverlay interface on a windows7 64bits VM...&lt;/p&gt;
&lt;p&gt;But yeah maybe using a gsize instead of a gulong would be better.&lt;/p&gt;

</description>
</item>


</rdf:RDF>