summaryrefslogtreecommitdiffstats
path: root/ext/libcaca/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-6/+7
| | | | | Original commit message from CVS: fix build and use of GST_LIBS
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-07-01 Jan Schmidt <thaytan@mad.scientist.com> * ext/libcaca/Makefile.am: * ext/mad/Makefile.am: * gst/effectv/Makefile.am: * gst/udp/Makefile.am: Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_* * ext/mad/gstid3tag.c: (gst_id3_tag_src_query), (gst_id3_tag_src_event), (gst_id3_tag_sink_event), (gst_id3_tag_chain), (plugin_init): * ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain): Signedness warning fix, use gst_pad_get_peer instead of GST_PAD_PEER in querying and event handling, because we're not holding the pad lock and the peer may disappear. * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index), (gst_avi_demux_massage_index): Signedness warning fixes. * gst/videofilter/gstvideotemplate.c: (plugin_init): Remove gst_library_load
* Ported the libcaca plugin.Zeeshan Ali2005-05-081-4/+4
| | | | | Original commit message from CVS: Ported the libcaca plugin.
* Congratulations, The first working version of cacasink. There is still one ↵Zeeshan Ali2004-01-121-2/+3
| | | | | | | issue unresolved: libcaca accepts the colo... Original commit message from CVS: Congratulations, The first working version of cacasink. There is still one issue unresolved: libcaca accepts the color masks reversed.
* First attempt to code cacasink. Dont expect anything at all yet.Zeeshan Ali2003-12-151-0/+9
Original commit message from CVS: First attempt to code cacasink. Dont expect anything at all yet.