Thomas Vander Stichele
3795e5a571
move upload.mak to common
...
Original commit message from CVS:
* common/Makefile.am:
* docs/Makefile.am:
* docs/faq/Makefile.am:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
* docs/manual/Makefile.am:
* docs/plugins/Makefile.am:
* docs/pwg/Makefile.am:
* docs/slides/Makefile.am:
* docs/upload.mak:
* common/upload.mak:
move upload.mak to common
2006-04-29 00:36:47 +00:00
Thomas Vander Stichele
19b6a791f2
add gnonlin
...
Original commit message from CVS:
add gnonlin
2006-04-06 17:36:27 +00:00
Thomas Vander Stichele
f2fbbff1fb
update win32 common dir; update uninstalled script
...
Original commit message from CVS:
update win32 common dir; update uninstalled script
2006-04-03 08:59:52 +00:00
Michael Smith
d5aa0e9723
docs/faq/gst-uninstalled: Set up LD_LIBRARY_PATH to point at all the gstreamer libs. This will allow you to correctly...
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
Set up LD_LIBRARY_PATH to point at all the gstreamer libs. This will
allow you to correctly run intalled applications built against old core, using plugins that require updated core (e.g. running
installed totem against a full uninstalled gstreamer stack)
2006-03-24 18:38:12 +00:00
Stefan Kost
0dbc4f8321
docs/faq/: Faq review and update.
...
Original commit message from CVS:
* docs/faq/cvs.xml:
* docs/faq/dependencies.xml:
* docs/faq/developing.xml:
* docs/faq/faq.xml:
* docs/faq/general.xml:
* docs/faq/getting.xml:
* docs/faq/legal.xml:
* docs/faq/troubleshooting.xml:
* docs/faq/using.xml:
Faq review and update.
2006-03-16 15:33:55 +00:00
Tim-Philipp Müller
9562a5912b
docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".
...
Original commit message from CVS:
* docs/faq/cvs.xml:
Add missing quote, should be make ERROR_CFLAGS="".
2005-12-22 14:48:14 +00:00
Thomas Vander Stichele
9b87fae395
gst/gst.c: make the registry cache file HOST_CPU-dependent
...
Original commit message from CVS:
* gst/gst.c: (init_post):
make the registry cache file HOST_CPU-dependent
2005-12-16 17:34:19 +00:00
Tim-Philipp Müller
5f5f9417af
docs/faq/using.xml: Spider no longer exists, and neither does gst-launch-ext.
...
Original commit message from CVS:
* docs/faq/using.xml:
Spider no longer exists, and neither does gst-launch-ext.
Update examples to use decodebin and playbin and put
converters in front of sinks (fixes #323726 ).
2005-12-11 11:53:56 +00:00
Thomas Vander Stichele
3dfcce5a99
remove mentions of sinesrc
...
Original commit message from CVS:
remove mentions of sinesrc
2005-11-23 15:49:06 +00:00
Thomas Vander Stichele
f9afde87d9
revert part of the patch so that paths are correct
...
Original commit message from CVS:
revert part of the patch so that paths are correct
2005-11-08 11:52:24 +00:00
Thomas Vander Stichele
eeaf7dcf19
docs/faq/gst-uninstalled: fix up PS1 for systems that try to reset it
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
fix up PS1 for systems that try to reset it
2005-11-07 18:16:13 +00:00
Thomas Vander Stichele
4f14b5542e
doh. use correct variable
...
Original commit message from CVS:
doh. use correct variable
2005-10-06 21:09:11 +00:00
Thomas Vander Stichele
99b5da12a1
update uninstalled script
...
Original commit message from CVS:
update uninstalled script
2005-10-04 13:19:47 +00:00
Thomas Vander Stichele
11bca37b28
adding -bad
...
Original commit message from CVS:
adding -bad
2005-09-05 17:53:24 +00:00
Thomas Vander Stichele
50a2f3fb6f
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
...
Original commit message from CVS:
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
2005-09-03 13:49:49 +00:00
Thomas Vander Stichele
e5d298f4f4
docs/faq/gst-uninstalled: add -good
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
add -good
* gst/gstevent.c:
* gst/gstevent.h:
remove wrong docs
* gst/gstutils.c: (gst_element_link_filtered):
* gst/gstutils.h:
add gst_element_link_filtered
2005-08-31 15:27:55 +00:00
Michael Smith
1a6117866f
Minor updates to developer cvs instructions, to more closely match what the freedesktop people want. Also, test my cv...
...
Original commit message from CVS:
Minor updates to developer cvs instructions, to more closely match what
the freedesktop people want. Also, test my cvs commit access...
2005-08-29 09:52:44 +00:00
Thomas Vander Stichele
6ea7234947
configure.ac: use GST_SET_ERROR_CFLAGS
...
Original commit message from CVS:
* configure.ac:
use GST_SET_ERROR_CFLAGS
* docs/faq/cvs.xml:
change to ERROR_CFLAGS
2005-07-08 14:35:57 +00:00
Thomas Vander Stichele
f627c78fa6
configure.ac: make GST_ERROR_CFLAGS overridable and re-enable Werror
...
Original commit message from CVS:
* configure.ac:
make GST_ERROR_CFLAGS overridable and re-enable Werror
* docs/faq/cvs.xml:
add a note about error CFLAGS
* docs/gst/tmpl/gstfakesrc.sgml:
* gst/elements/gstfakesrc.c:
comment out some unused code
* gst/gst.c: (split_and_iterate):
* gst/registries/gstlibxmlregistry.c: (load_pad_template),
(load_feature):
plug some memleaks
2005-07-08 14:01:31 +00:00
Thomas Vander Stichele
d282f08209
add a 'plugins' dir to the PLUGIN_PATH in the uninstalled script to drop random other plugin-having projects in
...
Original commit message from CVS:
add a 'plugins' dir to the PLUGIN_PATH in the uninstalled script to drop random other plugin-having projects in
2005-06-08 13:42:52 +00:00
Thomas Vander Stichele
d3f4ae10f2
possible fixes for automake-1.5
...
Original commit message from CVS:
possible fixes for automake-1.5
2005-05-02 11:47:17 +00:00
Thomas Vander Stichele
2f75b1f0d5
add gst-plugins-base to pkgconfig path
...
Original commit message from CVS:
add gst-plugins-base to pkgconfig path
2005-04-16 16:28:07 +00:00
Ronald S. Bultje
67105d8751
docs/faq/using.xml: Add note on gstreamer-properties ( #154996 ).
...
Original commit message from CVS:
* docs/faq/using.xml:
Add note on gstreamer-properties (#154996 ).
2005-04-14 17:17:30 +00:00
Thomas Vander Stichele
d617ba6a53
add a note
...
Original commit message from CVS:
add a note
2005-04-05 17:41:51 +00:00
Thomas Vander Stichele
1d788a4f5a
docs/faq/gst-uninstalled: add gst-plugins-base
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
add gst-plugins-base
* docs/gst/Makefile.am:
don't error out until docs are fixed
* docs/gst/gstreamer.types:
remove thread
2005-03-25 00:35:44 +00:00
Tim-Philipp Müller
b9ef46fdd7
Fix typo in FAQ (artssink => artsdsink)
...
Original commit message from CVS:
Fix typo in FAQ (artssink => artsdsink)
2005-02-09 16:59:35 +00:00
Tim-Philipp Müller
757e3a96f3
Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up
...
Original commit message from CVS:
Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up
2005-02-08 16:42:21 +00:00
Thomas Vander Stichele
9208245db0
move legal q and a here
...
Original commit message from CVS:
move legal q and a here
2005-01-14 23:07:05 +00:00
Thomas Vander Stichele
691dc33054
new fdo account procedure
...
Original commit message from CVS:
new fdo account procedure
2004-12-21 11:13:36 +00:00
Thomas Vander Stichele
b31eed4b70
docs/faq/gst-uninstalled: fix PKG_CONFIG_PATH and PYTHONPATH
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
fix PKG_CONFIG_PATH and PYTHONPATH
* gst/schedulers/Makefile.am:
cleanup
* libs/gst/bytestream/bytestream.c:
remove newline
* po/LINGUAS:
* po/sq.po:
adding Albanian translation (Laurent Dhima)
* po/cs.po:
updated
2004-08-09 09:20:06 +00:00
Thomas Vander Stichele
58529904f6
fix for libtool
...
Original commit message from CVS:
fix for libtool
2004-08-02 09:07:05 +00:00
Thomas Vander Stichele
da7ece5e27
gst-python
...
Original commit message from CVS:
gst-python
2004-06-18 17:38:13 +00:00
Stéphane Loeuillet
afd9f869a8
typos : unkown => unknown
...
Original commit message from CVS:
typos : unkown => unknown
2004-05-14 11:37:56 +00:00
Stéphane Loeuillet
3d7f1f4c8d
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2004-04-30 22:30:24 +00:00
Stéphane Loeuillet
e29a848ad4
docs/faq/dependencies.xml: typo
...
Original commit message from CVS:
* docs/faq/dependencies.xml: typo
* docs/faq/getting.xml :
- fix download URL for new gstreamer site
- hide sf.net download page as latest version aren't there
- fix apt URLs
- fill "get via CVS" paragraph (link to dev page on the site)
* docs/faq/general.xml:
hide status tables as they no more exists
change case on plugins license file to reflect reality
* docs/faq/troubleshooting.xml:
remove the wiki question/answer as there is no more wiki
2004-04-30 21:29:06 +00:00
Stéphane Loeuillet
58e1097376
docs/faq/general.xml: hide status tables as they no more exists change case on plugins license file to reflect reality
...
Original commit message from CVS:
* docs/faq/general.xml:
hide status tables as they no more exists
change case on plugins license file to reflect reality
2004-04-30 19:14:08 +00:00
Thomas Vander Stichele
407a666ae5
don't trash previous ones
...
Original commit message from CVS:
don't trash previous ones
2004-04-22 13:26:29 +00:00
Ronald S. Bultje
cb80127c21
docs/faq/troubleshooting.xml: Mention gst-register in the FAQ (fixes 139045).
...
Original commit message from CVS:
* docs/faq/troubleshooting.xml:
Mention gst-register in the FAQ (fixes 139045).
2004-04-18 18:37:15 +00:00
Thomas Vander Stichele
8f67419fcd
make sure we don't have a stray : in LD_LIBRARY_PATH
...
Original commit message from CVS:
make sure we don't have a stray : in LD_LIBRARY_PATH
2004-04-07 10:37:04 +00:00
Benjamin Otte
8e41905cad
docs/faq/general.xml: add entry about "does gst support format X?"
...
Original commit message from CVS:
* docs/faq/general.xml:
add entry about "does gst support format X?"
2004-03-30 19:50:20 +00:00
Thomas Vander Stichele
457af34179
adding monkeysaudio to uninstalled dirs
...
Original commit message from CVS:
adding monkeysaudio to uninstalled dirs
2004-03-17 10:06:23 +00:00
Thomas Vander Stichele
cd02914812
adding info about cvs
...
Original commit message from CVS:
adding info about cvs
2004-03-14 17:41:13 +00:00
Thomas Vander Stichele
39ad338442
add comment
...
Original commit message from CVS:
add comment
2004-02-16 16:09:12 +00:00
Thomas Vander Stichele
1e0d7724ca
small update
...
Original commit message from CVS:
small update
2004-02-16 16:00:39 +00:00
Thomas Vander Stichele
ccfe9c902a
and now the fix to make buildbot work
...
Original commit message from CVS:
and now the fix to make buildbot work
2004-02-16 15:57:17 +00:00
Thomas Vander Stichele
fd9b030b00
adding gst-uninstalled script
...
Original commit message from CVS:
adding gst-uninstalled script
2004-02-16 15:47:23 +00:00
Thomas Vander Stichele
e8a2e56e81
put version in documentation
...
Original commit message from CVS:
put version in documentation
2004-02-12 13:04:02 +00:00
Thomas Vander Stichele
1ad4c7a804
make upload work for both gtk-doc and docbook docs
...
Original commit message from CVS:
make upload work for both gtk-doc and docbook docs
2004-01-28 12:16:51 +00:00
Thomas Vander Stichele
1b407ae8d4
add faq entry for building form source
...
Original commit message from CVS:
add faq entry for building form source
2003-12-29 14:09:59 +00:00
Thomas Vander Stichele
f57a372393
more trademark protectoin and doc fixing
...
Original commit message from CVS:
more trademark protectoin and doc fixing
2003-12-05 12:26:58 +00:00
Thomas Vander Stichele
a0e8e56d8d
fix docs build fix make distcheck
...
Original commit message from CVS:
fix docs build
fix make distcheck
2003-12-02 18:21:35 +00:00
Thomas Vander Stichele
deb5b5e3c7
fix uploads of docs
...
Original commit message from CVS:
fix uploads of docs
2003-10-09 11:29:59 +00:00
Thomas Vander Stichele
e44c8f032b
entitize the version
...
Original commit message from CVS:
entitize the version
2003-10-08 18:21:41 +00:00
Thomas Vander Stichele
1983a8b4e4
images are important to us
...
Original commit message from CVS:
images are important to us
2003-10-08 14:53:18 +00:00
Thomas Vander Stichele
60cda08d79
ignore these
...
Original commit message from CVS:
ignore these
2003-10-08 14:39:59 +00:00
Thomas Vander Stichele
4033722b99
renaming base documentation names
...
Original commit message from CVS:
renaming base documentation names
2003-10-08 14:38:48 +00:00
Thomas Vander Stichele
7d4cb79ffb
fix docs build for good
...
Original commit message from CVS:
fix docs build for good
2003-10-08 14:34:09 +00:00
Thomas Vander Stichele
26f1509b37
commit
...
Original commit message from CVS:
commit
2003-09-11 10:53:22 +00:00
David Schleef
c3191fba3e
Fix pkg-config module name suffixes (-0.7). Closes #116089
...
Original commit message from CVS:
Fix pkg-config module name suffixes (-0.7). Closes #116089
2003-06-30 07:13:24 +00:00
Thomas Vander Stichele
e277d26a68
whoops, fix
...
Original commit message from CVS:
whoops, fix
2003-04-24 09:24:40 +00:00
Thomas Vander Stichele
29d011a8e2
adding a q&a
...
Original commit message from CVS:
adding a q&a
2003-04-24 09:23:33 +00:00
Leif Johnson
407c7a3ce8
+ changed connection/connect/conn/disconnect/connected/... to link/link/link/unlink/linked/... and moved connectish f...
...
Original commit message from CVS:
+ changed connection/connect/conn/disconnect/connected/... to
link/link/link/unlink/linked/... and moved connectish files to linkish files
(closes bug#103843)
2003-01-24 18:08:39 +00:00
Thomas Vander Stichele
41fafb9aec
fix validation
...
Original commit message from CVS:
fix validation
2002-12-12 16:51:45 +00:00
Thomas Vander Stichele
f6f841cbb8
faq updates metadata/mediainfo
...
Original commit message from CVS:
faq updates
metadata/mediainfo
2002-11-29 13:56:23 +00:00
Thomas Vander Stichele
b275fbeaff
www faq integration
...
Original commit message from CVS:
www faq integration
2002-11-04 18:06:20 +00:00
Christian Schaller
8c24be5ac8
fix the most ugly mistakes and bad sentences
...
Original commit message from CVS:
fix the most ugly mistakes and bad sentences
2002-10-26 19:52:23 +00:00
Christian Schaller
242cc418d6
first draft of getting section
...
Original commit message from CVS:
first draft of getting section
2002-10-26 19:35:48 +00:00
Thomas Vander Stichele
1b4a906e12
add cvs section
...
Original commit message from CVS:
add cvs section
2002-10-26 15:18:03 +00:00
Thomas Vander Stichele
d3a08b87ec
cvs questions
...
Original commit message from CVS:
cvs questions
2002-10-26 15:16:12 +00:00
Thomas Vander Stichele
93315d3fa1
forgot this
...
Original commit message from CVS:
forgot this
2002-10-24 18:53:51 +00:00
Thomas Vander Stichele
5ad7894c41
additions
...
Original commit message from CVS:
additions
2002-10-24 10:48:21 +00:00
Thomas Vander Stichele
4c055db51d
in a swift and cunning move thomasvs leaps up to the front of the pack in the race to the biggest commit of the week
...
Original commit message from CVS:
in a swift and cunning move thomasvs leaps up to the front of the pack in the
race to the biggest commit of the week
2002-10-19 09:15:52 +00:00