Skip to content
Snippets Groups Projects
  1. Apr 15, 2001
  2. Apr 14, 2001
    • Wim Taymans's avatar
      A rather large patch: · b38d9a94
      Wim Taymans authored
      Original commit message from CVS:
      A rather large patch:
      - changed the API for the padtemplates:
      - remove the factories (array of pointers) for the padtemplates,
      properties and caps. The static array was a nice idea but converting
      all the property values to a gpointer was not a good idea.
      float properties were not possible, and casting a gint to a pointer
      is not very portable. The new API just uses the _padtemplate_new,
      _caps_new and _props_new functions to create the templates.
      This has the added benefit that the API is now uniform for static
      and dynamic templates and that the code can be made cleaner.
      - lots of cleanups in the way the capabilities are constructed (va_list)
      - lots of updates for all the plugins (new API)
      - docs updates (new API)
      - removed the videoraw docs.
      b38d9a94
  3. Apr 12, 2001
  4. Apr 10, 2001
  5. Apr 06, 2001
  6. Apr 03, 2001
  7. Apr 02, 2001
  8. Apr 01, 2001
  9. Mar 31, 2001
  10. Mar 30, 2001
  11. Mar 29, 2001
  12. Mar 27, 2001
  13. Mar 24, 2001
    • Wim Taymans's avatar
      Modified a lot of plugins to use the caps system. · 0837e1e4
      Wim Taymans authored
      Original commit message from CVS:
      Modified a lot of plugins to use the caps system.
      Modified the caps of audio/raw to our agreed properties.
      Added the multidisksrc plugin of Dominic Ludlam
      Renamed audiosink/src to osssink/src and updated all the examples using
      the old name. Moved oss specific plugins in an oss directory. removed
      the old audiosink from the elements/ dir.
      removed audioraw.h metadata header files since we now use the properties.
      There are still a few plugins that won't build because they include the
      old audioraw.h header file. This will be fixed soon.
      Make sure the caps are set in the plugins as described by their
      padtemplates (this should solve problems with gstmediaplay with various
      media files).
      
      *please don't panic when some plugins won't build, just cd manually into
      the plugin dirs* This will be fixed soon.
      0837e1e4
  14. Mar 22, 2001
  15. Mar 21, 2001
  16. Mar 20, 2001
    • Richard Boulton's avatar
      Added --enable-plugin-docs configure option, to enable build of the plugin... · d80375c6
      Richard Boulton authored
      Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken).  This de...
      
      Original commit message from CVS:
      Added --enable-plugin-docs configure option, to enable build of the plugin
      documentation (currently broken).  This defaults to off.
      Changed --enable-docs-build to default to on, since all other documentation
      should build correctly.
      
      Also, correct typo in manual, and fix up a couple of things in example.c
      d80375c6
Loading