summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)Andy Wingo2008-06-161-5/+5
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-4/+0
* examples/app/: Add beefed up example app from bug #413418. It now also uses a...Wim Taymans2008-06-122-16/+61
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans2008-06-062-14/+77
* examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans2008-06-053-115/+417
* gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore.Wim Taymans2008-05-076-80/+438
* gst-libs/gst/app/gstappsink.*: Start some docs.Wim Taymans2008-05-052-25/+170
* gst-libs/gst/app/gstappsink.*: Add more docs.Wim Taymans2008-04-252-24/+232
* gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C+...Michael Smith2008-04-251-3/+3
* gst-libs/gst/dshow/Makefile.am: Make sure the dshow helper library headers ge...Edward Hervey2008-03-141-1/+1
* Also add dshow pieces to the disted subdirs to fix distcheck.Jan Schmidt2008-02-131-0/+1
* Add Makefiles to win32 plugins and lib.Sébastien Moutte2008-02-121-0/+10
* gst-libs/gst/app/gstappsink.c: Really clean up the queue instead of just unre...Wim Taymans2008-01-312-22/+28
* gst-libs/gst/dshow/gstdshowfakesink.*: Fix crasher in constructor due to the ...Ole André Vadla Ravnås2007-11-042-1/+3
* gst-libs/gst/app/gstappsink.*: Add properties, signals and actions to access ...Wim Taymans2007-09-202-45/+224
* gst/: Printf format fixes (#476128).Peter Kjellerstedt2007-09-121-2/+2
* gst-libs/gst/app/gstappsink.c: Override the preroll vmethod instead of overri...Wim Taymans2007-08-161-1/+1
* gst-libs/gst/app/gstappsink.c: Don't use new API.Wim Taymans2007-08-141-2/+4
* gst-libs/gst/app/gstappsink.*: Make love to appsink.Wim Taymans2007-08-142-18/+229
* docs/plugins/inspect/: Add missing inspect files. Fixes build (#454313).Tim-Philipp Müller2007-07-062-2/+0
* docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2007-05-238-0/+1089
* Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec2007-05-164-80/+1
* gst-libs/gst/app/Makefile.am: Use GST_ALL_LDFLAGS, which actually exists, but...Thomas Vander Stichele2007-03-221-1/+1
* Add appsrc/appsink example.David Schleef2007-03-114-43/+343
* gst-libs/gst/app/Makefile.am: Install the headers.David Schleef2007-03-031-1/+4
* gst-libs/gst/app/: Add GstAppBuffer that includes a callback and closure for ...David Schleef2007-03-034-1/+173
* gst-libs/gst/app/gstappsrc.*: Hacking to address issues in 413418.David Schleef2007-03-032-5/+64
* Move the app library to gst-libs/gst/app (duh!)David Schleef2007-03-035-0/+386
* work if it's already there tooThomas Vander Stichele2007-01-231-2/+2
* add directories in the right placeThomas Vander Stichele2007-01-043-0/+79
* move amrwb codeThomas Vander Stichele2007-01-041-5/+1
* Fix broken GObject macrosStefan Kost2006-04-081-1/+1
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* fix disting and spec fileChristian Schaller2005-07-052-68/+6
* remove stuff that's in -baseThomas Vander Stichele2005-06-305-14/+0
* remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller2005-05-06112-17715/+1
* gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller2005-02-201-0/+18
* Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ...Tim-Philipp Müller2005-02-0910-6/+40
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2005-02-021-28/+26
* gst-libs/gst/riff/riff-media.c: Add extradata to huffyuv (fixes #165013).Ronald S. Bultje2005-01-252-0/+7
* gst-libs/gst/riff/riff-media.c: Audio can be <8000Hz.Ronald S. Bultje2005-01-241-1/+1
* gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).Ronald S. Bultje2005-01-192-5/+22
* gst-libs/gst/riff/riff-media.c: Add intel-h263.Ronald S. Bultje2005-01-191-0/+8
* ignore moreThomas Vander Stichele2005-01-171-0/+1
* ignore generated filesThomas Vander Stichele2005-01-171-0/+3
* gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje2005-01-101-1/+1
* Remove all references to xvideosink, fix examples (#140845).Ronald S. Bultje2005-01-091-1/+1
* gst/: Add AMR (VBR and CBR) ids to riff.h audio codec listStéphane Loeuillet2005-01-051-0/+2
* gst-libs/gst/resample/resample.c: Fix invalid memory access (#159211).Ronald S. Bultje2005-01-051-2/+6