diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 11:21:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-15 11:21:24 +0000 |
commit | d769377619a2cb5ab6a29b439000fe4a93d7c123 (patch) | |
tree | 16c1443004842f71f2dd703977f91203eaaf7be6 /ext/snapshot/Makefile.am | |
parent | c01f7aee1dd1e3e4b03bd9b23b6927ed8cc7cd1f (diff) | |
download | gstreamer-plugins-bad-d769377619a2cb5ab6a29b439000fe4a93d7c123.tar.gz |
ext/snapshot/: This has to be a joke... Snapshot should be connected to a tee, colorspace element before it and EOS a...
Original commit message from CVS:
2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/snapshot/Makefile.am:
* ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
(gst_snapshot_chain):
* ext/snapshot/gstsnapshot.h:
This has to be a joke... Snapshot should be connected to a tee,
colorspace element before it and EOS after that, where the other
src of the tee receives normal data.
The current way is *wrong*.
Diffstat (limited to 'ext/snapshot/Makefile.am')
-rw-r--r-- | ext/snapshot/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/snapshot/Makefile.am b/ext/snapshot/Makefile.am index c1542abf6..fd5f06216 100644 --- a/ext/snapshot/Makefile.am +++ b/ext/snapshot/Makefile.am @@ -1,8 +1,9 @@ plugin_LTLIBRARIES = libgstsnapshot.la -libgstsnapshot_la_SOURCES = gstsnapshot.c ../hermes/yuv2rgb.c ../hermes/yuv2yuv.c -libgstsnapshot_la_CFLAGS = $(GST_CFLAGS) +libgstsnapshot_la_SOURCES = \ + gstsnapshot.c +libgstsnapshot_la_CFLAGS = $(GST_CFLAGS) libgstsnapshot_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS) libgstsnapshot_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ |