Commit graph

657 commits

Author SHA1 Message Date
Ronald S. Bultje 8cf94a0c18 New start
Original commit message from CVS:
New start
2003-12-21 18:55:24 +00:00
Christian Schaller b16c88aed3 adding gstreamer and midi doc
Original commit message from CVS:
adding gstreamer and midi doc
2003-12-21 12:37:48 +00:00
Brian Cameron 0cb4645646 Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it works with Solaris /bin/sh. Fixed gst/gstpl...
Original commit message from CVS:
Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that
it works with Solaris /bin/sh.  Fixed gst/gstplugin.c so it compiles
properly when the configure --disable-gst_debug option is used.
Fixed gst/parse/Makefile.am so that it doesn't append grammar.tab.h to
the end of lex._gst_parse_yy.c since lex._gst_parse_yy.c already
includes grammar.tab.h via a <#include ...> line.
2003-12-19 20:27:03 +00:00
Thomas Vander Stichele 7943699850 uninstall fixes
Original commit message from CVS:
uninstall fixes
2003-12-14 22:27:25 +00:00
Benjamin Otte 46a70fddfb removed GST_*_CAST. Disabling of type checking is done in glib.
Original commit message from CVS:
removed GST_*_CAST. Disabling of type checking is done in glib.
2003-12-13 16:58:29 +00:00
Thomas Vander Stichele e412e146f6 fix for case where none of the tools for docbuilding are there but validity check needs image.entities
Original commit message from CVS:
fix for case where none of the tools for docbuilding are there but
validity check needs image.entities
2003-12-11 16:39:32 +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
Andy Wingo 8ca1b1fe7f remove copyright field from plugin structs
Original commit message from CVS:
remove copyright field from plugin structs
2003-12-04 10:02:41 +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 df92858f65 changed doc build again to use docbook2 tools.
Original commit message from CVS:
changed doc build again to use docbook2 tools.
*please* stop quickfixing the docs build, I'm tired of tracking and
properly fixing the build at the whim of each developer :)
2003-12-01 18:21:32 +00:00
Thomas Vander Stichele 22c2ec2fbf cleaning out the closet
Original commit message from CVS:
cleaning out the closet
2003-12-01 13:09:18 +00:00
David Schleef 57fcf33e5e Remove old autoplug code
Original commit message from CVS:
Remove old autoplug code
2003-11-29 05:29:30 +00:00
David Schleef 55bb164fb5 global change to video/x-ms-asf and video/x-msvideo
Original commit message from CVS:
global change to video/x-ms-asf and video/x-msvideo
2003-11-29 04:38:44 +00:00
David Schleef 7eb1bbbaa0 distcheck fixes
Original commit message from CVS:
distcheck fixes
2003-11-29 04:36:56 +00:00
Benjamin Otte 25f85868d4 implement URI schemes
Original commit message from CVS:
implement URI schemes
Elements can now register as a source or sink for a protocol and applications can use gst_element_make_from_uri () to get an element that handles a given URI.
This patch provides:
- removal of old broken URI handling scheme.
- new URI handling using interfaces.
- updates for registry to save handled URIs.
- interface for URI handlers.
- implementation of that in filesrc and filesink for the file:// URI
- extension to pipeline parsing to allow specifying only a URI instead of element

Does not include:
- tests
- inclusion in docs build
2003-11-24 03:21:54 +00:00
Benjamin Otte 385b9ee5c4 merge in tagging
Original commit message from CVS:
merge in tagging
Includes:
- gsttag.[ch] - The definition of GstTagList and tag registering/querying
- gsttaginterface.[ch] - Interface for elements that can handle setting of tags
- updates and merges to gststructure.[ch] and gstvalue.[ch]
- testsuite/tags - some tests for tagging
- bugfixes
- updates to make make distcheck work
- updates the version number to 0.7.2.1

Does not include:
- including tagging stuff in docs
- extensive tests
2003-11-24 02:09:23 +00:00
Christian Schaller b4f14a29f6 re-add the disting of the docs. more fixes to come
Original commit message from CVS:
re-add the disting of the docs. more fixes to come
2003-11-23 15:09:41 +00:00
Thomas Vander Stichele 1adc2281fd been long enough without an update
Original commit message from CVS:
been long enough without an update
2003-11-23 12:50:27 +00:00
Benjamin Otte f6970851de get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local
Original commit message from CVS:
get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local
2003-11-23 04:40:22 +00:00
Christian Schaller 08ded8cb40 misc build fixes to make cvs head build from tarballs on Fedora
Original commit message from CVS:
misc build fixes to make cvs head build from tarballs on Fedora
2003-11-22 22:06:30 +00:00
David Schleef b90165ef48 remove spurious ls
Original commit message from CVS:
remove spurious ls
2003-11-21 21:00:35 +00:00
David Schleef 541aa5c79a $(builddir) isn't a real variable
Original commit message from CVS:
$(builddir) isn't a real variable
2003-11-19 23:49:46 +00:00
David Schleef f328265d46 'make distcheck' fixes
Original commit message from CVS:
'make distcheck' fixes
2003-11-19 23:34:45 +00:00
David Schleef e726182601 Revert to 1.15, since G_DISABLE_DEPRECATED was removed. We might try this again once gtk-doc is fixed.
Original commit message from CVS:
Revert to 1.15, since G_DISABLE_DEPRECATED was removed.  We might
try this again once gtk-doc is fixed.
2003-11-17 23:48:08 +00:00
Benjamin Otte b1a266a63d don't try to install html docs when there are none
Original commit message from CVS:
don't try to install html docs when there are none
2003-11-16 20:14:29 +00:00
Steve Baker 40a15c4e42 actually this is probably more correct. just as well there are no widgets in core.
Original commit message from CVS:
actually this is probably more correct. just as well there are no widgets in core.
2003-11-15 23:25:07 +00:00
Steve Baker d1b771585c and again.
Original commit message from CVS:
and again.
2003-11-15 23:17:48 +00:00
Steve Baker be696360be hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Original commit message from CVS:
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Am presuming that class names are only ever ascii.
2003-11-15 23:14:43 +00:00
Benjamin Otte 6fa7bf0307 don't install html docs if they haven't been built
Original commit message from CVS:
don't install html docs if they haven't been built
2003-11-14 18:37:23 +00:00
Benjamin Otte 3235f1d4c0 merge TYPEFIND branch. Major changes:
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- bytestream is out of the core again
- typefind element is now part of gstelements
2003-10-28 20:25:30 +00:00
Thomas Vander Stichele 656c052f28 this was wrong
Original commit message from CVS:
this was wrong
2003-10-20 19:40:48 +00:00
David Schleef 9e9344fe94 Add doc for GstBin::iterate signal
Original commit message from CVS:
Add doc for GstBin::iterate signal
2003-10-16 02:00:07 +00:00
Iain Holmes 8367762d69 Fix GNOMEProgram to the correct capitalisation: GnomeProgram
Original commit message from CVS:
Fix GNOMEProgram to the correct capitalisation: GnomeProgram
2003-10-09 22:21:51 +00:00
Thomas Vander Stichele cbdc23d67f cleaning output
Original commit message from CVS:
cleaning output
2003-10-09 13:10:54 +00:00
Thomas Vander Stichele 6c342c42f5 cleaner info
Original commit message from CVS:
cleaner info
2003-10-09 13:09:37 +00:00
Thomas Vander Stichele 90184bb1af upload cvs docs as well
Original commit message from CVS:
upload cvs docs as well
2003-10-09 13:06:06 +00:00
Thomas Vander Stichele 3b7659725f typos and style fixes
Original commit message from CVS:
typos and style fixes
2003-10-09 12:42:49 +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 ca631d405f oops; done
Original commit message from CVS:
oops; done
2003-10-09 07:20:16 +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 63d21b3e7a minor fix to trigger html build
Original commit message from CVS:

minor fix to trigger html build
2003-10-08 15:04:51 +00:00
Thomas Vander Stichele 37c5c860fe rename base name
Original commit message from CVS:
rename base name
2003-10-08 14:59:36 +00:00
Thomas Vander Stichele 2d3862344c some hacking notes
Original commit message from CVS:
some hacking notes
2003-10-08 14:56:26 +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
Ronald S. Bultje 8bce98d062 Add doc on how typefind works and some other random thoughts
Original commit message from CVS:
Add doc on how typefind works and some other random thoughts
2003-10-02 19:12:54 +00:00
Ronald S. Bultje 6fbff1c106 New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:11:45 +00:00
Iain Holmes cc30090c51 Updated some signal descriptions, added some full stops and fixed some typos
Original commit message from CVS:
Updated some signal descriptions, added some full stops and fixed some typos
2003-09-26 11:54:40 +00:00
David Schleef 3f763b167c make a few things clearer
Original commit message from CVS:
make a few things clearer
2003-09-13 20:20:44 +00:00
Ronald S. Bultje 2434fa9ebf Update, now that I understand interfaces a bit better...
Original commit message from CVS:
Update, now that I understand interfaces a bit better...
2003-09-13 10:17:49 +00:00
Ronald S. Bultje 5d76a2e9b3 Implement generic interface stuff, with per-instance support checking instead of per-class checking
Original commit message from CVS:
Implement generic interface stuff, with per-instance support checking instead of per-class checking
2003-09-13 01:10:12 +00:00
Thomas Vander Stichele 2e1e7054f2 ignore
Original commit message from CVS:
ignore
2003-09-11 12:13:56 +00:00
Thomas Vander Stichele b9cdaae836 ignore files
Original commit message from CVS:
ignore files
2003-09-11 12:05:08 +00:00
Thomas Vander Stichele bb1a7c2564 commit
Original commit message from CVS:
commit
2003-09-11 12:04:01 +00:00
Thomas Vander Stichele 26f1509b37 commit
Original commit message from CVS:
commit
2003-09-11 10:53:22 +00:00
Thomas Vander Stichele d494eef5a7 readme
Original commit message from CVS:
readme
2003-09-11 10:47:32 +00:00
Ronald S. Bultje 7af246f2ef bla bla... some new stuff
Original commit message from CVS:
bla bla... some new stuff
2003-09-08 19:58:40 +00:00
Ramon Garcia Fernandez e63c0a9aa2 Added specification document of the RTP client subsystem.
Original commit message from CVS:


Added specification document of the RTP client subsystem.
2003-09-08 17:59:17 +00:00
Ronald S. Bultje 8ff69a6cc8 Add GInterface
Original commit message from CVS:
Add GInterface
2003-09-04 21:03:12 +00:00
Ronald S. Bultje 68d336393e Add some class/init example code (on request of zeenix)
Original commit message from CVS:
Add some class/init example code (on request of zeenix)
2003-08-29 06:50:56 +00:00
Ronald S. Bultje ae97ea085f A generic interface proposal
Original commit message from CVS:
A generic interface proposal
2003-08-28 20:48:54 +00:00
Thomas Vander Stichele 846ecd63d7 more info
Original commit message from CVS:
more info
2003-08-26 23:36:27 +00:00
Thomas Vander Stichele 669e2700fd build fixes
Original commit message from CVS:
build fixes
2003-08-13 11:14:27 +00:00
Andy Wingo 5c2d6b2f43 cache return values of _gst_debug_nameof_funcptr
Original commit message from CVS:
kill some memleaks, add ::signal-handoffs property to fakesrc/sink (default FALSE), cache return values of _gst_debug_nameof_funcptr
2003-08-07 12:45:31 +00:00
David Schleef 7b38bc69a3 Make docs building dependent on BUILD_DOCS, this appears to be what is intended by configure.ac.
Original commit message from CVS:
Make docs building dependent on BUILD_DOCS, this appears to be what
is intended by configure.ac.
2003-07-29 03:05:59 +00:00
Leif Johnson 5d3c78427c + updates to the mimetypes file, trying to get it in a form that could be changed to docbook eventually
Original commit message from CVS:
+ updates to the mimetypes file, trying to get it in a form that could be
changed to docbook eventually
2003-07-21 17:16:11 +00:00
Thomas Vander Stichele 4481af601f docs fixes, see #117837
Original commit message from CVS:
docs fixes, see #117837
2003-07-19 12:29:37 +00:00
David Schleef e35f52f958 Add IUY2
Original commit message from CVS:
Add IUY2
2003-07-14 20:09:38 +00:00
Ronald S. Bultje f5e3267133 New mimtypes document, going into effect today... For details, see this document, it describes everything and tell sy...
Original commit message from CVS:
New mimtypes document, going into effect today... For details, see this document, it describes everything and tell syou what to do and not do. Plugins commit follows in a few seconds (and it's huge)
2003-07-06 20:46: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
David Schleef 491741f564 minor corrections
Original commit message from CVS:
minor corrections
2003-06-30 05:13:26 +00:00
Benjamin Otte 4efcdf17bb more doc fixes
Original commit message from CVS:
more doc fixes
2003-06-29 15:06:26 +00:00
Benjamin Otte 1211e26e59 docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
Original commit message from CVS:
docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
2003-06-29 14:57:19 +00:00
Benjamin Otte 6b5d184d95 update example - config.h isn't included anymore
Original commit message from CVS:
update example - config.h isn't included anymore
2003-06-29 14:36:31 +00:00
Benjamin Otte 803ce6bf48 GST_DEBUG reorganization containing loads of stuff:
Original commit message from CVS:
GST_DEBUG reorganization
This is a big diff (ca 450k), containing loads of stuff:
- gstinfo.[ch] complete rewrite
- changing of all GST_DEBUG messages to reflect that change
- reorganization of subsystem disabling
- addition of gstconfig.h.in so we can track the disablings
- <gst/gst.h> does not include <unistd.h> and <config.h> anymore
- documentation updated for gstinfo stuff (build the docs yourself to know what changed)
- bugfixes for making of the docs (files from CVS are not deleted anymore
- testsuite for debugging changes in testsuite/debug

expect breakage
2003-06-29 14:05:49 +00:00
Ronald S. Bultje b157e76e61 Refinement of ADPCM codecs, added realaudio/dvaudio, added some x- prefixes where appropriate (see IANA)
Original commit message from CVS:
Refinement of ADPCM codecs, added realaudio/dvaudio, added some x- prefixes where appropriate (see IANA)
2003-06-21 16:06:28 +00:00
Ronald S. Bultje 535ebb2f49 Some more additions to the list... We proposed to use different mimetypes for float/int/law audio, and for rgb/yuv......
Original commit message from CVS:
Some more additions to the list... We proposed to use different mimetypes for float/int/law audio, and for rgb/yuv... waiting for comments
2003-06-20 21:44:46 +00:00
Ronald S. Bultje 0a5ff649a8 Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to ...
Original commit message from CVS:
Some extra additions to sound, this actually allows for proper AVI muxing and Quicktime reading/decoding... Still to be implemented, but people will have a generic idea with this...
2003-06-20 16:39:21 +00:00
Ronald S. Bultje d47569cffc Some more slight adjustments, plus more exact definitions for YUV formats supported. Please note that imo, we should ...
Original commit message from CVS:
Some more slight adjustments, plus more exact definitions for YUV formats supported. Please note that imo, we should support colorspace from/to *each* of these YUV formats, otherwise its whole existence has no use whatsoever apart from private formats.
2003-06-20 16:33:54 +00:00
Thomas Vander Stichele cadb40f84d typo
Original commit message from CVS:
typo
2003-06-11 22:17:43 +00:00
Thomas Vander Stichele d0ce7e10a5 notes
Original commit message from CVS:
notes
2003-06-11 21:40:04 +00:00
Thomas Vander Stichele 7a1e8c55f5 updated release notes
Original commit message from CVS:
updated release notes
2003-06-09 21:52:28 +00:00
Ronald S. Bultje 1c17e4700b Get rid of NEW_MEDIA event, EOS is supposed to handle that
Original commit message from CVS:
Get rid of NEW_MEDIA event, EOS is supposed to handle that
2003-06-07 00:15:18 +00:00
Ronald S. Bultje 475c2857a5 Finetuning of the mimetypes mess, hoping to get into a standards document one day...
Original commit message from CVS:
Finetuning of the mimetypes mess, hoping to get into a standards document one day...
2003-06-06 23:49:25 +00:00
David Schleef 7e88251c0f Fix broken links to gstreamer.net site
Original commit message from CVS:
Fix broken links to gstreamer.net site
2003-05-18 23:32:29 +00:00
Thomas Vander Stichele 3b90e21347 doc dist fix
Original commit message from CVS:
doc dist fix
2003-05-18 23:03:42 +00:00
Thomas Vander Stichele 8b9a229402 removing devhelp dir
Original commit message from CVS:
removing devhelp dir
2003-05-18 22:30:58 +00:00
Thomas Vander Stichele 50251fcfec converting to xml as intermediary step to fix devhelp generation assorted doc build fixes as well http://bugzilla.gno...
Original commit message from CVS:
converting to xml as intermediary step to fix devhelp generation
assorted doc build fixes as well
http://bugzilla.gnome.org/show_bug.cgi?id=113195
2003-05-18 15:04:26 +00:00
David Schleef e113e2c56a stuff about RGB video
Original commit message from CVS:
stuff about RGB video
2003-05-09 07:55:35 +00:00
Jan Schmidt dc8008a9b9 A few ideas looking for feedback
Original commit message from CVS:
A few ideas looking for feedback
2003-04-28 22:09:38 +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
Wim Taymans f06853d6c2 quick braindump of capsnego failure recovery
Original commit message from CVS:
quick braindump of capsnego failure recovery
2003-04-17 19:44:53 +00:00
David Schleef 321f87c1cb Fix a compilation problem with the example code.
Original commit message from CVS:
Fix a compilation problem with the example code.
2003-04-16 06:38:53 +00:00
Benjamin Otte 8703409089 some thoughts about clocking - this looks suspiciously easy. Either i'm missing something (it's late) or it's a quite...
Original commit message from CVS:
some thoughts about clocking - this looks suspiciously easy. Either i'm missing something (it's late) or it's a quite good approach.
2003-04-15 01:11:05 +00:00
Benjamin Otte e57f527722 HOWTO for pipeline parsing & gst-launch added.
Original commit message from CVS:
HOWTO for pipeline parsing & gst-launch added.
Someone wants to make docbook out of it?
2003-04-08 21:03:04 +00:00
Wim Taymans 532658584d Small documentation updates
Original commit message from CVS:
Small documentation updates
2003-02-11 20:38:41 +00:00
Wim Taymans a6dfa0f792 Documentation updates
Original commit message from CVS:
Documentation updates
2003-02-10 23:01:55 +00:00
Wim Taymans b030b5cef2 - Add more --disable options
Original commit message from CVS:
- Add more --disable options
- fix makefiles to only compile non-disabled features
- some compile fixes.
- removed extratypes, added gsturitype
- make get/set clock on a bin overridable
- some portability fixes for GUINT64
- separate pools from gstregistry.[ch] into gstregistrypool.[ch]
- make gstobject size fixed, even if we disabled load/save
- don't use 'new' as a variable as it is not a valib C++ variable
2003-02-10 20:32:32 +00:00
Wim Taymans 4315091bcb Short list of stuff we should be able to disable for embedded systems.
Original commit message from CVS:
Short list of stuff we should be able to disable for embedded systems.
2003-02-07 10:56:02 +00:00
Benjamin Otte 6fe0762e63 little bugfix
Original commit message from CVS:
little bugfix
2003-02-03 15:45:18 +00:00
Leif Johnson c978bd79b8 + guess i forgot to clean up the connect-named files after moving them.
Original commit message from CVS:
+ guess i forgot to clean up the connect-named files after moving them.
2003-01-25 05:44:09 +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
Wim Taymans 26477ae320 Small fixes
Original commit message from CVS:
Small fixes
2003-01-19 20:05:16 +00:00
David I. Lehn 72992d5309 add --disable-xsltproc-net option to pass --nonet to xsltproc
Original commit message from CVS:
add --disable-xsltproc-net option to pass --nonet to xsltproc
2003-01-19 00:40:50 +00:00
Wim Taymans 95abdf3bce Some ideas
Original commit message from CVS:
Some ideas
2003-01-15 20:31:42 +00:00
Thomas Vander Stichele 5529bbc7dc first pass of connect->link gst-plugins and other stuff compiles without change at this point
Original commit message from CVS:
first pass of connect->link
gst-plugins and other stuff compiles without change at this point
2003-01-09 14:15:37 +00:00
Ronald S. Bultje 7ee5eac96e figured I could just as well add huffyuv
Original commit message from CVS:
figured I could just as well add huffyuv
2003-01-07 21:02:20 +00:00
Ronald S. Bultje 8ad08573e2 draft bla
Original commit message from CVS:
draft bla
2003-01-07 21:00:00 +00:00
Wim Taymans 6f393d9928 An extra sentence..
Original commit message from CVS:
An extra sentence..
2003-01-07 20:53:04 +00:00
Wim Taymans 93d0c4b2e7 Better write ideas down
Original commit message from CVS:
Better write ideas down
2003-01-06 23:26:31 +00:00
Thomas Vander Stichele ed1a0be4b3 some cleaning
Original commit message from CVS:
some cleaning
2003-01-05 22:47:42 +00:00
Thomas Vander Stichele 841f9b14f4 fix race condition
Original commit message from CVS:
fix race condition
2003-01-05 16:19:46 +00:00
Wim Taymans 7462cb8787 Documentation updates
Original commit message from CVS:
Documentation updates
2003-01-02 18:56:09 +00:00
Wim Taymans 5d71bdd3fa Some docs about different ways to get pipeline information
Original commit message from CVS:
Some docs about different ways to get pipeline information
2002-12-31 21:52:25 +00:00
David I. Lehn 8cf993b4ce no need to generate this script to adjust python interpreter since it is invoked directly from the detected interpreter
Original commit message from CVS:
no need to generate this script to adjust python interpreter since it is
invoked directly from the detected interpreter
2002-12-31 18:44:59 +00:00
Wim Taymans 51cee7f5f7 New file too
Original commit message from CVS:
New file too
2002-12-30 17:55:05 +00:00
Wim Taymans 6d097f337e Documentation updates
Original commit message from CVS:
Documentation updates
2002-12-30 17:54:02 +00:00
Thomas Vander Stichele b3bec6e0bb adding images
Original commit message from CVS:
adding images
2002-12-26 18:56:18 +00:00
Wim Taymans fa4df1659f Small updates
Original commit message from CVS:
Small updates
2002-12-19 20:38:51 +00:00
Thomas Vander Stichele 5e3f920267 these fixes make the pwg validate and build again
Original commit message from CVS:
these fixes make the pwg validate and build again
2002-12-18 15:14:16 +00:00
Thomas Vander Stichele 16f4d3f27a hurray, I have a pdf
Original commit message from CVS:
hurray, I have a pdf
2002-12-18 14:44:26 +00:00
Thomas Vander Stichele 477892a29d patch from jrb
Original commit message from CVS:
patch from jrb
2002-12-18 09:19:44 +00:00
Wim Taymans f8546d1f79 Some notes about pad disconnect
Original commit message from CVS:
Some notes about pad disconnect
2002-12-15 22:01:31 +00:00
Wim Taymans f84bb46f06 Fix unused args
Original commit message from CVS:
Fix unused args
2002-12-14 16:32:28 +00:00
Wim Taymans 53b59e402d Removed unused thread arg in cothreads functions
Original commit message from CVS:
Removed unused thread arg in cothreads functions
2002-12-14 16:23:58 +00:00
Wim Taymans 1ac723870e Documentation updates
Original commit message from CVS:
Documentation updates
2002-12-14 16:22:01 +00:00
Wim Taymans b5e99edea9 Ignore autogenerated files
Original commit message from CVS:
Ignore autogenerated files
2002-12-14 13:05:01 +00:00
Wim Taymans 27e981de45 Added new files
Original commit message from CVS:
Added new files
2002-12-14 13:03:41 +00:00
Wim Taymans 29e2850eff Documentation updates
Original commit message from CVS:
Documentation updates
2002-12-14 13:02:16 +00:00
Wim Taymans dc9aaf7da4 Added missing image
Original commit message from CVS:
Added missing image
2002-12-12 21:02:51 +00:00
Thomas Vander Stichele 35a1d78a69 fix nonvalidation, now for the png problems !
Original commit message from CVS:
fix nonvalidation, now for the png problems !
2002-12-12 18:03:16 +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 7eea6a04b7 fix for parallel installability
Original commit message from CVS:
fix for parallel installability
2002-12-08 14:39:38 +00:00
Thomas Vander Stichele 7d3c4b8d6c changed to macros
Original commit message from CVS:
changed to macros
2002-12-08 01:13:09 +00:00
Christian Schaller 9b7a9c00e3 fix > to &lt
Original commit message from CVS:
fix > to &lt
2002-11-29 22:04:55 +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 0bb8c8b7f7 code cleanup and make it work
Original commit message from CVS:
code cleanup and make it work
2002-11-29 13:55:16 +00:00
Christian Schaller a15c1a4af2 undo commit to this makefile as I am not sure yet that the fix is ok
Original commit message from CVS:
undo commit to this makefile as I am not sure yet that the fix is ok
2002-11-29 11:28:51 +00:00
Christian Schaller 54cbcd0c18 commit Brian's patch with AC fix from thomas
Original commit message from CVS:
commit Brian's patch with AC fix from thomas
2002-11-29 11:10:35 +00:00
Leif Johnson af236bd270 + small updates to plugin writer's guide
Original commit message from CVS:
+ small updates to plugin writer's guide
2002-11-28 08:37:12 +00:00
Wim Taymans 8667d4da47 Fix GstTimeCache leftover
Original commit message from CVS:
Fix GstTimeCache leftover
2002-11-27 22:24:22 +00:00
Wim Taymans cd1c3736d4 Ramblings about the timecache.
Original commit message from CVS:
Ramblings about the timecache.
2002-11-23 16:55:15 +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
Wim Taymans d18ed58ee4 Some more random thoughts
Original commit message from CVS:
Some more random thoughts
2002-11-02 14:01:51 +00:00
Thomas Vander Stichele 1fe8042c12 some ideas on how to do metadata in gst
Original commit message from CVS:
some ideas on how to do metadata in gst
2002-10-28 02:22:01 +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