summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-014-4/+4
* Add tests and fix PAR caps issue to ximagesrcZaheer Abbas Merali2006-03-312-7/+10
* sys/ximagesrc/ximagesrc.c: Add docs to ximagesrcZaheer Abbas Merali2006-03-311-0/+25
* sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are ...Zaheer Abbas Merali2006-03-314-42/+94
* Small fix, now pwc driver can tell about its buffers.Edgard Lima2006-03-271-2/+4
* sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ...Tim-Philipp Müller2006-03-251-2/+2
* Just make few things more robust and also some identation.Edgard Lima2006-03-259-155/+223
* Have a show mouse pointer property and use it if we canZaheer Abbas Merali2006-03-171-2/+16
* sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as ...Edward Hervey2006-03-141-2/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-132-0/+7
* Fix build of v4l2 (sigh)Julien Moutte2006-03-131-2/+3
* sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, us...Edward Hervey2006-03-121-4/+4
* sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it does...Edward Hervey2006-03-121-2/+2
* sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make theTim-Philipp Müller2006-03-121-0/+2
* V4L2 ported to 0.10.Edgard Lima2006-03-1115-1374/+1365
* sys/sunaudio/: Remove unused variables, breaks build from CVSBenjamin Pineau2006-03-042-3/+0
* sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte2006-03-035-13/+33
* Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt2006-02-205-0/+1507
* sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt2006-01-271-1/+12
* sys/sunaudio/: Export functions that are needed in other parts of the code, m...Tim-Philipp Müller2006-01-232-7/+7
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-0911-8/+1278
* added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte2006-01-056-0/+2439
* sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change...Tim-Philipp Müller2005-12-131-5/+51
* sys/oss/gstosssink.c: more debug-func-ptr usageStefan Kost2005-12-111-1/+1
* configure.ac: Update comment in OSS includes check.Tim-Philipp Müller2005-12-107-40/+95
* expand tabsThomas Vander Stichele2005-12-069-193/+193
* expand tabsThomas Vander Stichele2005-12-0611-90/+90
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-212-11/+11
* Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-212-4/+5
* Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2005-11-211-4/+2
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-142-2/+2
* sys/oss/gstosssink.c: Don't re-use already closed file descriptor. (#320920)Tim-Philipp Müller2005-11-081-0/+1
* sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros.Tim-Philipp Müller2005-11-072-11/+29
* sys/oss/gstosssrc.c: Set correct format on oss instead of a silly value.Wim Taymans2005-10-271-4/+4
* sys/oss/: Actually use the 'oss' debug category we register.Tim-Philipp Müller2005-10-268-2/+19
* sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but dep...Tim-Philipp Müller2005-10-241-2/+12
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-123-6/+6
* sys/oss/: Cleanups, make device configurable in the sink, handle and report e...Wim Taymans2005-10-103-53/+150
* sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should b...Tim-Philipp Müller2005-09-271-2/+11
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-232-6/+9
* Fix up all the state change functions.Jan Schmidt2005-09-052-31/+32
* All plugins updated for element state changes.Andy Wingo2005-09-024-39/+40
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-282-2/+3
* sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after op...Andy Wingo2005-08-231-1/+9
* sys/oss/gstosssrc.*: Easy to implement a mixer, eh...Andy Wingo2005-08-232-6/+19
* sys/oss/gstossmixerelement.*: Added mixer element like alsamixer.Andy Wingo2005-08-235-12/+166
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-2315-2804/+594
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-235-473/+311
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo2005-08-081-9/+53