mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
docs/manual/quotes.xml: Keep the quotes file alive
Original commit message from CVS: * docs/manual/quotes.xml: Keep the quotes file alive * docs/random/ds/0.9-suggested-changes: Add the suggestion of including a 'rowstride' as part of video format caps
This commit is contained in:
parent
14e4ff51de
commit
1fe4df4a62
4 changed files with 36 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2004-07-12 Jan Schmidt <thaytan@mad.scientis.com>
|
||||||
|
* docs/manual/quotes.xml:
|
||||||
|
Keep the quotes file alive
|
||||||
|
* docs/random/ds/0.9-suggested-changes:
|
||||||
|
Add the suggestion of including a 'rowstride' as part of video
|
||||||
|
format caps
|
||||||
|
|
||||||
2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gstelement.c: (gst_element_set_state),
|
* gst/gstelement.c: (gst_element_set_state),
|
||||||
|
|
|
@ -5,12 +5,23 @@
|
||||||
<application>GStreamer</application> is a lively project, with
|
<application>GStreamer</application> is a lively project, with
|
||||||
developers from around the globe very actively contributing.
|
developers from around the globe very actively contributing.
|
||||||
We often hang out on the #gstreamer IRC channel on
|
We often hang out on the #gstreamer IRC channel on
|
||||||
irc.freenode.org: the following are a selection of amusing<footnote>
|
irc.freenode.net: the following are a selection of amusing<footnote>
|
||||||
<para>No guarantee of sense of humour compatibility is given.</para>
|
<para>No guarantee of sense of humour compatibility is given.</para>
|
||||||
</footnote> quotes from our conversations.
|
</footnote> quotes from our conversations.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>14 Jun 2004</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<emphasis>teuf</emphasis>: ok, things work much better when I don't write incredibly stupid and buggy code
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
<emphasis>thaytan</emphasis>: I find that too
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>23 Nov 2003</term>
|
<term>23 Nov 2003</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -5,12 +5,23 @@
|
||||||
<application>GStreamer</application> is a lively project, with
|
<application>GStreamer</application> is a lively project, with
|
||||||
developers from around the globe very actively contributing.
|
developers from around the globe very actively contributing.
|
||||||
We often hang out on the #gstreamer IRC channel on
|
We often hang out on the #gstreamer IRC channel on
|
||||||
irc.freenode.org: the following are a selection of amusing<footnote>
|
irc.freenode.net: the following are a selection of amusing<footnote>
|
||||||
<para>No guarantee of sense of humour compatibility is given.</para>
|
<para>No guarantee of sense of humour compatibility is given.</para>
|
||||||
</footnote> quotes from our conversations.
|
</footnote> quotes from our conversations.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>14 Jun 2004</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<emphasis>teuf</emphasis>: ok, things work much better when I don't write incredibly stupid and buggy code
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
<emphasis>thaytan</emphasis>: I find that too
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>23 Nov 2003</term>
|
<term>23 Nov 2003</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -90,6 +90,11 @@ caps:
|
||||||
|
|
||||||
But that's 0.10 material."
|
But that's 0.10 material."
|
||||||
|
|
||||||
|
(Thaytan)
|
||||||
|
- Add rowstride as a property so that video frames don't have to have
|
||||||
|
rowstride == width. For example, gdkpixbufdec would prefer to pad
|
||||||
|
rowstrides to multiples of 4 bytes.
|
||||||
|
|
||||||
negotiation:
|
negotiation:
|
||||||
|
|
||||||
- autopluggers would be easier to write if there was a core method
|
- autopluggers would be easier to write if there was a core method
|
||||||
|
|
Loading…
Reference in a new issue