mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOverlay support isn't implemented at all ye...
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.
This commit is contained in:
parent
8c254cffdc
commit
5a344798f0
2 changed files with 46 additions and 0 deletions
44
ChangeLog
44
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>
|
2008-05-16 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* ext/wavpack/gstwavpackstreamreader.c:
|
* ext/wavpack/gstwavpackstreamreader.c:
|
||||||
|
|
|
@ -55,7 +55,9 @@
|
||||||
|
|
||||||
#include "gstv4l2colorbalance.h"
|
#include "gstv4l2colorbalance.h"
|
||||||
#include "gstv4l2tuner.h"
|
#include "gstv4l2tuner.h"
|
||||||
|
#if 0 /* overlay is still not implemented #ifdef HAVE_XVIDEO */
|
||||||
#include "gstv4l2xoverlay.h"
|
#include "gstv4l2xoverlay.h"
|
||||||
|
#endif
|
||||||
#include "gstv4l2vidorient.h"
|
#include "gstv4l2vidorient.h"
|
||||||
|
|
||||||
static const GstElementDetails gst_v4l2src_details =
|
static const GstElementDetails gst_v4l2src_details =
|
||||||
|
|
Loading…
Reference in a new issue