summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/make_filter
Commit message (Collapse)AuthorAgeFilesLines
* gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2004-04-191-2/+7
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gconf/Makefile.am: Fix for non-GNU make * gst-libs/gst/Makefile.am: Change directory order to handle GstPlay linking with gstinterfaces * gst-libs/gst/audio/make_filter: make use of tr portable * gst-libs/gst/play/Makefile.am: Add intended \ * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_xwin_set_clips): Switch to ISO variadic macro. Use a function prototype instead of void *. * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic macro. * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call * gst/videofilter/make_filter: make use of tr portable * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict ↵David Schleef2004-03-091-5/+4
| | | | | | | | | | | with the internal colorspace plugin. Original commit message from CVS: * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin. * gst-libs/gst/audio/make_filter: Use `` instead of $() to satisfy the crappy-ass shell shipped by a certain vendor. * gst/videofilter/make_filter: same (bug #135299)
* Fix the regular expressions and quote properlyDavid Schleef2004-01-071-6/+9
| | | | | Original commit message from CVS: Fix the regular expressions and quote properly
* Convert make_filter to sh. Add make_filter's id to the outputDavid Schleef2004-01-071-26/+25
| | | | | Original commit message from CVS: Convert make_filter to sh. Add make_filter's id to the output
* Merge gstvideotemplate.h into gstvideotemplate.cDavid Schleef2004-01-071-15/+4
| | | | | Original commit message from CVS: Merge gstvideotemplate.h into gstvideotemplate.c
* break up Id: in s/ patternDavid Schleef2003-11-081-1/+2
| | | | | Original commit message from CVS: break up Id: in s/ pattern
* Add tag to output .c fileDavid Schleef2003-11-081-0/+1
| | | | | Original commit message from CVS: Add tag to output .c file
* GstVideofilter abstract class for video filtersDavid Schleef2003-07-021-0/+42
Original commit message from CVS: GstVideofilter abstract class for video filters