Commit graph

26 commits

Author SHA1 Message Date
Stefan Kost 5f318bed2a build: use $(builddir) for installing generated files 2010-04-04 22:29:13 +03:00
Jens Granseuer 38bb20d0ff gconf/Makefile.am: Make --disable-schemas work right (they still need to be copied to the installation directory, jus...
Original commit message from CVS:
Patch by: Jens Granseuer <jensgr at gmx net>
* gconf/Makefile.am:
Make --disable-schemas work right (they still need
to be copied to the installation directory, just not
applied). Fixes #351347 (also #344100).
2006-08-15 22:44:27 +00:00
Tim-Philipp Müller 42a1b1e756 gconf/Makefile.am: Honour --disable-schemas-install configure option. Fixes #344100.
Original commit message from CVS:
* gconf/Makefile.am:
Honour --disable-schemas-install configure option. Fixes #344100.
2006-06-09 20:36:00 +00:00
Christian Schaller 72aef06e49 add Jurg's patch for multidevice support
Original commit message from CVS:
add Jurg's patch for multidevice support
2006-02-17 10:53:38 +00:00
Ronald S. Bultje 741360c638 Remove all references to xvideosink, fix examples (#140845).
Original commit message from CVS:
* configure.ac:
* examples/capsfilter/capsfilter1.c: (main):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* ext/dvdread/Makefile.am:
* ext/dvdread/demo-play:
* ext/dvdread/demo-play.c:
* gconf/gstreamer.schemas.in:
* gst-libs/gst/gconf/gconf.c:
* sys/v4l/TODO:
* testsuite/Makefile.am:
* testsuite/embed/Makefile.am:
* testsuite/embed/embed.c: (cb_expose), (main):
Remove all references to xvideosink, fix examples (#140845).
* gst/playback/gstplaybasebin.c: (group_destroy):
Apparently, disposal does not unlink - so do explicitely.
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
Add debug.
2005-01-09 14:53:58 +00:00
David Schleef 058d9f42b3 configure.ac: Applied patch from bug #143659, making default and added code for OS/X.
Original commit message from CVS:
* configure.ac:  Applied patch from bug #143659, making default
sources and sinks OS-dependent (for Solaris), and added code
for OS/X.
* gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
2004-12-14 06:43:30 +00:00
David Schleef 11d1c74e12 gconf/Makefile.am: Fix for non-GNU make
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
2004-04-19 22:51:57 +00:00
Thomas Vander Stichele d07ec45fa4 ignore files
Original commit message from CVS:
ignore files
2004-03-15 17:22:20 +00:00
Thomas Vander Stichele a76f8d83c6 fix gconf install path
Original commit message from CVS:
fix gconf install path
2004-03-05 12:13:10 +00:00
Thomas Vander Stichele 8f844f216f ignore file
Original commit message from CVS:
ignore file
2004-02-25 17:47:31 +00:00
Thomas Vander Stichele c084e686c8 add correct schema file
Original commit message from CVS:
add correct schema file
2004-02-24 16:46:13 +00:00
Thomas Vander Stichele 24204a7884 versioning gstreamer schemas and install location
Original commit message from CVS:
versioning gstreamer schemas and install location
2004-02-23 22:31:48 +00:00
Julien Moutte 69654e8c6c Using correct spelling for visualization
Original commit message from CVS:
Using correct spelling for visualization
2003-10-06 11:51:46 +00:00
Julien Moutte 74fc60e9c8 Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation"
Original commit message from CVS:
Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation"
Enjoyed that commit to document those functions and remove commented functions
2003-03-29 19:48:38 +00:00
Thomas Vander Stichele d28a8c9496 hide command
Original commit message from CVS:
hide command
2003-01-05 23:06:00 +00:00
Thomas Vander Stichele 753a083ade taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
2002-12-08 20:22:08 +00:00
Thomas Vander Stichele 17a38e044e fail gracefully if can't install
Original commit message from CVS:
fail gracefully if can't install
2002-12-08 13:44:25 +00:00
Thomas Vander Stichele 5a69f3c240 thanks again taaz
Original commit message from CVS:
thanks again taaz
2002-10-18 15:39:12 +00:00
Thomas Vander Stichele 1a88a0f618 thanks taaz
Original commit message from CVS:
thanks taaz
2002-10-18 15:25:03 +00:00
Thomas Vander Stichele b839ca9095 added audiosrc and videosrc
Original commit message from CVS:
added audiosrc and videosrc
2002-10-18 14:12:10 +00:00
Steve Baker 8afc179a1d backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the...
Original commit message from CVS:
backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
2002-09-10 10:49:35 +00:00
Steve Baker 30588ff7a7 make default video sink be colorspace ! xvideosink
Original commit message from CVS:
make default video sink be colorspace ! xvideosink
2002-09-10 10:22:22 +00:00
Christian Schaller 259097a3a7 fix default videosink to be xvideosink not videosink
Original commit message from CVS:
fix default videosink to be xvideosink not videosink
2002-08-28 15:36:14 +00:00
Thomas Vander Stichele 38ae3a49aa distcheck fixes
Original commit message from CVS:
distcheck fixes
2002-06-06 14:15:13 +00:00
Thomas Vander Stichele a63a70f9c5 system is a lot cooler place to be in, I can tell you that !
Original commit message from CVS:
system is a lot cooler place to be in, I can tell you that !
2002-06-06 09:56:32 +00:00
Thomas Vander Stichele 8ac992ea60 gconf rules
Original commit message from CVS:
gconf rules
2002-05-10 21:53:52 +00:00