Commit graph

105 commits

Author SHA1 Message Date
David Schleef fe8db5b9b7 fix typo that causes helloworld2.c to not compile
Original commit message from CVS:
fix typo that causes helloworld2.c to not compile
2002-09-15 22:35:55 +00:00
Thomas Vander Stichele c35200bf05 another example
Original commit message from CVS:
another example
2002-09-15 21:33:26 +00:00
Thomas Vander Stichele 697c3740d7 cleanups
Original commit message from CVS:
cleanups
2002-09-15 14:07:41 +00:00
Thomas Vander Stichele 9150369f92 updates
Original commit message from CVS:
updates
2002-09-15 13:57:34 +00:00
Thomas Vander Stichele 277726f4a1 another example
Original commit message from CVS:
another example
2002-09-15 13:15:18 +00:00
Wim Taymans 890c2c7eec Fix the "dynamic" example
Original commit message from CVS:
Fix the "dynamic" example
2002-09-14 22:53:21 +00:00
Thomas Vander Stichele 5a559c5b6c fix up code to at least compile doesn't run properly yet
Original commit message from CVS:
fix up code to at least compile
doesn't run properly yet
2002-09-14 14:48:49 +00:00
Thomas Vander Stichele 446ed4529a doh
Original commit message from CVS:
doh
2002-09-14 14:18:55 +00:00
Thomas Vander Stichele ef63411dc8 language updates from cameron
Original commit message from CVS:
language updates from cameron
2002-09-14 14:13:34 +00:00
Thomas Vander Stichele 2c902a840c adding stuff to make the code extractor pick up examples
Original commit message from CVS:
adding stuff to make the code extractor pick up examples
2002-09-14 13:21:12 +00:00
Thomas Vander Stichele 03d480c433 adding a section on gnome integration
Original commit message from CVS:
adding a section on gnome integration
2002-09-14 12:48:06 +00:00
Thomas Vander Stichele 9f8ab3ed2f whitespace fixes
Original commit message from CVS:
whitespace fixes
2002-09-08 21:17:16 +00:00
Thomas Vander Stichele 62d4c1386e thanks cameron
Original commit message from CVS:
thanks cameron
2002-09-07 09:22:14 +00:00
Thomas Vander Stichele 8dab65f0ac scrubbed cameron patches
Original commit message from CVS:
scrubbed cameron patches
2002-09-06 16:10:31 +00:00
Thomas Vander Stichele 08ff42a0c3 scrubbed and applied cameron's patch
Original commit message from CVS:
scrubbed and applied cameron's patch
2002-09-06 15:53:06 +00:00
Wim Taymans 4afbf577a2 Documentation updates
Original commit message from CVS:
Documentation updates
2002-07-24 19:46:42 +00:00
Andy Wingo b3d5bbd72c added gst-launch grammar reference
Original commit message from CVS:
added gst-launch grammar reference
2002-07-12 06:48:32 +00:00
Andy Wingo 959fc2b57e the percent sign is now valid XML
Original commit message from CVS:
the percent sign is now valid XML
2002-07-09 18:43:13 +00:00
Christian Schaller f4559e5917 Various fixes:
Original commit message from CVS:
Various fixes:
- Fixing the doc problems in the SPEC
- Adding more content to the intro.xml
2002-06-11 16:06:10 +00:00
Thomas Vander Stichele 6a8367dbdd doc fixes as per bugzilla bug
Original commit message from CVS:
doc fixes as per bugzilla bug
2002-06-10 08:29:27 +00:00
Wim Taymans 4992f1c2ed Some random docs updates I had lying around
Original commit message from CVS:
Some random docs updates I had lying around
2002-05-08 20:06:20 +00:00
Andy Wingo b214d35eed commit to make gstreamer follow the gtk function/macro naming conventions:
Original commit message from CVS:
commit to make gstreamer follow the gtk function/macro naming conventions:

GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

and the same for *factory and typefind.
2002-04-11 20:35:18 +00:00
Andy Wingo 70cfc6cb4d new parser that uses flex and bison
Original commit message from CVS:
* new parser that uses flex and bison
- doesn't do dynamic pipelines yet...
* added GErrors to the gst_parse_launch[v] api
* added --gst-mask-help command line option
* fixed -o option for gst-launch
* GstElement api change:
- gst_element_get_pad
- gst_element_get_request_pad, gst_element_get_static_pad
- gst_element_get_compatible_pad
- gst_element_get_compatible_static_pad, gst_element_get_compatible_request_pad
- gst_element_[dis]connect -> gst_element_[dis]connect_pads
- gst_element_[dis]connect_elements -> gst_element_[dis]connect
* manual update
* example, tool, and doc updates for the api changes
- no more plugin docs in the core docs, plugins require a more
extensive doc system
2002-04-07 23:32:16 +00:00
Wim Taymans 213703ed1b Small updates to the manual
Original commit message from CVS:
Small updates to the manual
2002-03-31 15:28:51 +00:00
Andy Wingo ed9b628168 filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:09 +00:00
Steve Baker f2f4a44569 here are the dparams docs for apps writers. now back to hacking, yo!
Original commit message from CVS:
here are the dparams docs for apps writers. now back to hacking, yo!
2002-03-24 14:06:02 +00:00
Thomas Vander Stichele 8a14dad222 applied some of meeks's patches
Original commit message from CVS:
applied some of meeks's patches
2002-03-02 10:33:40 +00:00
Thomas Vander Stichele f0586a57dc fixing make distcheck
Original commit message from CVS:
fixing make distcheck
2002-01-14 14:04:14 +00:00
Andy Wingo d262bea863 summary: fix xml in gstreamer 1) make clear distinction between loading xml that actually creates objects and loading...
Original commit message from CVS:
summary: fix xml in gstreamer

1) make clear distinction between loading xml that actually creates objects and loading xml that just
synchronizes properties with objects. moved most of gst_element_restore_thyself functionality to
gst_xml_make_element. this new function name can change if it sucks.
2) many various fixes. createxml and runxml work now.
3) doc updates.
4) GstSignalObject is stil broken. i have no idea what it's supposed to do.
2002-01-11 15:49:47 +00:00
David I. Lehn 387ae96dd5 Add css and magic* to dist.
Original commit message from CVS:
Add css and magic* to dist.
Remove CONFIG_CLEAN_FILES that removes doc source on a make distclean.
2002-01-09 04:54:04 +00:00
Andy Wingo 35aa5cebdf global s/disksrc/filesrc/, but edited by me
Original commit message from CVS:
global s/disksrc/filesrc/, but edited by me
2002-01-06 04:26:37 +00:00
Thomas Vander Stichele 6482341872 notes updates
Original commit message from CVS:
notes updates
2002-01-04 18:28:17 +00:00
Thomas Vander Stichele 451ab45ced typo
Original commit message from CVS:
typo
2002-01-03 14:34:29 +00:00
Thomas Vander Stichele 4b4fa80787 this should do it
Original commit message from CVS:
this should do it
2002-01-02 15:52:43 +00:00
Thomas Vander Stichele 77ccc5fd01 path stuffing
Original commit message from CVS:
path stuffing
2002-01-02 14:51:28 +00:00
Andy Wingo 6fee15adad no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.
Original commit message from CVS:
no more admonition graphics (those pointing fingers beside 'notes' et al)
because there's no standard path to find them.
2001-12-15 23:28:44 +00:00
Andy Wingo d2c3b2087d conversion to docbook-xml. i don't have to ask that this be testing, because not ionly is it perfect, but i'm sure yo...
Original commit message from CVS:
conversion to docbook-xml. i don't have to ask that this be testing, because
not ionly is it perfect, but i'm sure you folks will learn that on your own :-)
2001-12-15 23:13:04 +00:00
Thomas Vander Stichele 9b2ac714ad reversed wingo's changes, because this works and I spent half an hour figuring out what's wrong
Original commit message from CVS:
reversed wingo's changes, because this works and I spent half an hour
figuring out what's wrong
Wingo : let's work on it together, I have a pretty good idea of what you
wanted to try and I'm willing to help ;)
2001-12-14 14:33:42 +00:00
Thomas Vander Stichele 8fbcdda056 maybe this fixes make distcheck
Original commit message from CVS:
maybe this fixes make distcheck
2001-12-14 09:39:24 +00:00
Andy Wingo a1669cdddd bye bye disksrc! c-ya! peace out!
Original commit message from CVS:
bye bye disksrc! c-ya! peace out!
2001-12-13 23:59:05 +00:00
Thomas Vander Stichele a7dacfdc01 some notes now that the docs build
Original commit message from CVS:
some notes now that the docs build
2001-12-13 16:19:28 +00:00
Thomas Vander Stichele bc6c88d0d8 here's the rest of them fixes
Original commit message from CVS:
here's the rest of them fixes
2001-12-13 15:24:00 +00:00
Thomas Vander Stichele 74d53ed4a1 I'm browsing the freshly built gstreamer manual right now, so taaz (I know you're reading this) you may buy me a drin...
Original commit message from CVS:
I'm browsing the freshly built gstreamer manual right now, so taaz (I know
you're reading this) you may buy me a drink when you have the opportunity
2001-12-13 15:23:41 +00:00
Steve Baker 3cda4e2eaa sync with the current CVS glib API
Original commit message from CVS:
sync with the current CVS glib API
2001-08-13 19:00:13 +00:00
Richard Boulton 8f72f095d8 Fix incorrectly matched tags, as found by xsltproc. ;-)
Original commit message from CVS:
Fix incorrectly matched tags, as found by xsltproc. ;-)
2001-07-18 22:18:02 +00:00
Wim Taymans dbbe6c4e93 Added the init.sgml file to the makefile
Original commit message from CVS:
Added the init.sgml file to the makefile
2001-07-07 16:34:31 +00:00
Wim Taymans 707b74ac11 More blablah about how cool GStreamer really is..
Original commit message from CVS:
More blablah about how cool GStreamer really is..
2001-07-07 15:30:39 +00:00
Wim Taymans 86bef7fdb8 Added docs on library init.
Original commit message from CVS:
Added docs on library init.
2001-07-07 15:10:29 +00:00
Wim Taymans 5e8b9eb005 Lots of updates.
Original commit message from CVS:
Lots of updates.
Added a chapter about the autoplugcache.
Updated the autoplug example using the autoplugcache.
Moved some stuff around.
Added an example app for gst_parse_launch.
Updated the debug info.
2001-07-07 14:17:22 +00:00
Wim Taymans 42297d86bd Some updates to the manual, mostly glib2 related.
Original commit message from CVS:
Some updates to the manual, mostly glib2 related.
2001-07-07 11:34:54 +00:00