mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
typos
Original commit message from CVS: typos
This commit is contained in:
parent
e8dd975118
commit
26962cb9d0
2 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,8 @@ libgstvideo4linux_la_SOURCES = \
|
||||||
gstv4lelement-marshal.c \
|
gstv4lelement-marshal.c \
|
||||||
gstv4lsrc.c v4lsrc_calls.c \
|
gstv4lsrc.c v4lsrc_calls.c \
|
||||||
gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \
|
gstv4lmjpegsrc.c v4lmjpegsrc_calls.c \
|
||||||
gstv4lmjpegsink.c v4lmjpegsink_calls.c
|
gstv4lmjpegsink.c v4lmjpegsink_calls.c \
|
||||||
|
gstv4l.c
|
||||||
libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS)
|
libgstvideo4linux_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstvideo4linux_la_LIBADD =
|
libgstvideo4linux_la_LIBADD =
|
||||||
libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstvideo4linux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
<rainer@johanni.de>
|
<rainer@johanni.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __VIDEODEV_MJPEG_H__
|
||||||
|
#define __VIDEODEV_MJPEG_H__
|
||||||
|
|
||||||
/* This is identical with the mgavideo internal params struct,
|
/* This is identical with the mgavideo internal params struct,
|
||||||
please tell me if you change this struct here ! <gz@lysator.liu.se) */
|
please tell me if you change this struct here ! <gz@lysator.liu.se) */
|
||||||
struct mjpeg_params
|
struct mjpeg_params
|
||||||
|
@ -116,3 +119,5 @@ Private IOCTL to set up for displaying MJPEG
|
||||||
#define MJPIOC_QBUF_PLAY _IOW ('v', BASE_VIDIOCPRIVATE+4, int)
|
#define MJPIOC_QBUF_PLAY _IOW ('v', BASE_VIDIOCPRIVATE+4, int)
|
||||||
#define MJPIOC_SYNC _IOR ('v', BASE_VIDIOCPRIVATE+5, struct mjpeg_sync)
|
#define MJPIOC_SYNC _IOR ('v', BASE_VIDIOCPRIVATE+5, struct mjpeg_sync)
|
||||||
#define MJPIOC_G_STATUS _IOWR('v', BASE_VIDIOCPRIVATE+6, struct mjpeg_status)
|
#define MJPIOC_G_STATUS _IOWR('v', BASE_VIDIOCPRIVATE+6, struct mjpeg_status)
|
||||||
|
|
||||||
|
#endif /* __VIDEODEV_MJPEG_H__ */
|
||||||
|
|
Loading…
Reference in a new issue