mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
adding 'videosink' element
Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
This commit is contained in:
parent
8f2d24b1bf
commit
dc38fb5ae2
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ VGA_DIR=
|
|||
endif
|
||||
|
||||
if USE_XVIDEO
|
||||
XVIDEO_DIR=xvideo
|
||||
XVIDEO_DIR=xvideo videosink
|
||||
else
|
||||
XVIDEO_DIR=
|
||||
endif
|
||||
|
@ -37,5 +37,5 @@ endif
|
|||
SUBDIRS=$(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
|
||||
$(VGA_DIR) $(XVIDEO_DIR)
|
||||
|
||||
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
|
||||
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo videosink
|
||||
|
||||
|
|
Loading…
Reference in a new issue