mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Avoid CORBA & Bonobo references (#340598)
Original commit message from CVS: Avoid CORBA & Bonobo references (#340598)
This commit is contained in:
parent
db3694c119
commit
f1f513c333
3 changed files with 13 additions and 29 deletions
30
ChangeLog
30
ChangeLog
|
@ -1,30 +1,14 @@
|
|||
2006-05-05 mathrick,,, <set EMAIL_ADDRESS environment variable>
|
||||
2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
|
||||
|
||||
reviewed by: <delete if not using a buddy>
|
||||
* docs/manual/intro-motivation.xml:
|
||||
* docs/manual/manual.xml:
|
||||
Avoid CORBA & Bonobo references (#340598)
|
||||
|
||||
2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
|
||||
|
||||
* docs/manual/basics-bus.xml:
|
||||
* docs/manual/basics-pads.xml:
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/de.po:
|
||||
* po/en_GB.po:
|
||||
* po/fr.po:
|
||||
* po/it.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/ru.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
* po/zh_TW.po:
|
||||
|
||||
Fix up some inaccuracies and omissions (#340609)
|
||||
2006-05-05 Maciej Katafiasz <mathrick@freedesktop.org>
|
||||
|
||||
* gst/gstghostpad.c:
|
||||
|
|
|
@ -105,9 +105,11 @@
|
|||
same encoder algorithms found in a non-distributed encoder.
|
||||
</para>
|
||||
<para>
|
||||
No provisions have been made for technologies such as
|
||||
the <ulink url="http://developer.gnome.org/arch/component/bonobo.html"
|
||||
type="http">GNOME object embedding using Bonobo</ulink>.
|
||||
No provisions have been made for use by and use of technologies such
|
||||
as the <ulink url="http://gnome.org/" type="http">GNOME</ulink>
|
||||
desktop platform. Because the wheel is re-invented all the time,
|
||||
it's hard to properly integrate multimedia into the bigger whole of
|
||||
user's environment.
|
||||
</para>
|
||||
<para>
|
||||
The &GStreamer; core does not use network transparent technologies
|
||||
|
|
|
@ -73,9 +73,7 @@
|
|||
creating streaming media applications. Many of the virtues of the
|
||||
&GStreamer; framework come from its modularity: &GStreamer; can
|
||||
seamlessly incorporate new plugin modules. But because modularity
|
||||
and power often come at a cost of greater complexity (consider,
|
||||
for example, <ulink
|
||||
type="http" url="http://www.omg.org/">CORBA</ulink>), writing new
|
||||
and power often come at a cost of greater complexity, writing new
|
||||
applications is not always easy.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue