sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOverlay...
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 17 May 2008 10:38:18 +0000 (10:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 17 May 2008 10:38:18 +0000 (10:38 +0000)
Original commit message from CVS:
* sys/v4l2/gstv4l2src.c:
Don't include the gstv4l2xoverlay.h header as the XOverlay support
isn't implemented at all yet and this requires X headers to be
installed. Fixes bug #533264.

ChangeLog
sys/v4l2/gstv4l2src.c

index eb5b545..b334baa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * sys/v4l2/gstv4l2src.c:
+       Don't include the gstv4l2xoverlay.h header as the XOverlay support
+       isn't implemented at all yet and this requires X headers to be
+       installed. Fixes bug #533264.
+
+2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
+       (gst_ebml_write_set_cache):
+       * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
+       (gst_matroska_demux_class_init), (gst_matroska_demux_init),
+       (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
+       (gst_matroska_demux_read_track_encodings),
+       (gst_matroska_demux_add_stream),
+       (gst_matroska_demux_handle_src_query),
+       (gst_matroska_demux_init_stream),
+       (gst_matroska_demux_parse_index_cuetrack),
+       (gst_matroska_demux_parse_index_pointentry),
+       (gst_matroska_demux_parse_info),
+       (gst_matroska_demux_parse_metadata_id_simple_tag),
+       (gst_matroska_demux_parse_metadata),
+       (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
+       (gst_matroska_demux_parse_blockgroup_or_simpleblock),
+       (gst_matroska_demux_parse_cluster),
+       (gst_matroska_demux_parse_contents_seekentry),
+       (gst_matroska_demux_loop_stream_parse_id),
+       (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
+       (gst_matroska_demux_audio_caps),
+       (gst_matroska_demux_subtitle_caps):
+       * gst/matroska/matroska-demux.h:
+       * gst/matroska/matroska-ids.c:
+       (gst_matroska_track_init_subtitle_context):
+       * gst/matroska/matroska-ids.h:
+       * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
+       (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
+       (gst_matroska_mux_finish), (gst_matroska_mux_collected):
+       * sys/v4l2/gstv4l2src.c:
+       * tests/check/pipelines/wavpack.c: (bus_handler):
+       * win32/common/config.h:
+
 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
 
        * ext/wavpack/gstwavpackstreamreader.c:
index e8fd9c2..6749890 100644 (file)
@@ -55,7 +55,9 @@
 
 #include "gstv4l2colorbalance.h"
 #include "gstv4l2tuner.h"
+#if 0                           /* overlay is still not implemented #ifdef HAVE_XVIDEO */
 #include "gstv4l2xoverlay.h"
+#endif
 #include "gstv4l2vidorient.h"
 
 static const GstElementDetails gst_v4l2src_details =