summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-01-14ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje1-1/+1
Original commit message from CVS: 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: Set category to divx4linux instead of divx (too generic). * gst/wavparse/gstwavparse.c: (gst_wavparse_init), (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event), (gst_wavparse_loop), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: fix parsing of WAV files with non-standard fmt-tag size and fix skipping of unrecognized chunks... Someone please fix this thing to use rifflib so all this is automated. * sys/v4l/Makefile.am: * sys/v4l2/Makefile.am: Add X_CFLAGS because we depend on X (for overlay).
2003-11-22distcheck fixesDavid Schleef1-1/+1
Original commit message from CVS: distcheck fixes
2003-11-06All the interfaces are collected in libgstinterfaces now.Jan Schmidt1-3/+1
Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
2003-10-14Forgot to commit Makefile.am - these remove the marshallers and add ↵Ronald S. Bultje1-33/+10
interface implementation files Original commit message from CVS: Forgot to commit Makefile.am - these remove the marshallers and add interface implementation files
2003-09-13typosRonald S. Bultje1-1/+2
Original commit message from CVS: typos
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje1-13/+12
Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
2003-08-10Remove redundant definition of plugindirDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant definition of plugindir
2003-03-02Unification of the way to speak to v4l2 and v4l elements... Also fix a ↵Ronald S. Bultje1-2/+30
segfautl when doing gst-inspect v4l2src Original commit message from CVS: Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-09-09this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje1-0/+18
plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.