summaryrefslogtreecommitdiff
path: root/sys/qcam/qcam-Linux.c
Commit message (Collapse)AuthorAgeFilesLines
* ext/jpeg/: move format setting to inner loopThomas Vander Stichele2004-04-291-3/+5
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type): * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type), (gst_jpegenc_getcaps): move format setting to inner loop * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_getcaps): use GST_PAD_CAPS if available so that we use already negotiated caps * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse): extra debugging * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock): * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock): move hardcoded path to DEFINE
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-7/+7
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-88/+114
| | | | | Original commit message from CVS: gst-indent
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-0/+3
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Revert last change, since it breaks buildDavid Schleef2003-04-051-1/+1
| | | | | Original commit message from CVS: Revert last change, since it breaks build
* sys/io.h -> asm/io.h (more portable) - fixes bug #109048Ronald S. Bultje2003-04-041-1/+1
| | | | | Original commit message from CVS: sys/io.h -> asm/io.h (more portable) - fixes bug #109048
* first batchThomas Vander Stichele2001-12-171-0/+246
Original commit message from CVS: first batch