mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
examples: Add a silly joystick based shuttle example
This commit is contained in:
parent
681721466d
commit
cec360b397
3 changed files with 3039 additions and 2 deletions
1
tests/examples/seek/.gitignore
vendored
1
tests/examples/seek/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
jsseek
|
||||
scrubby
|
||||
seek
|
||||
stepping
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
if HAVE_GTK_X11
|
||||
GTK_EXAMPLES=seek scrubby
|
||||
GTK_EXAMPLES=seek scrubby jsseek
|
||||
endif
|
||||
|
||||
examples = $(GTK_EXAMPLES) stepping stepping2
|
||||
|
@ -10,4 +10,4 @@ LDADD = \
|
|||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
|
||||
$(GST_LIBS) $(GTK_LIBS) $(LIBM)
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GTK_CFLAGS) -I$(top_builddir)/gst-libs
|
||||
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
|
|
3036
tests/examples/seek/jsseek.c
Normal file
3036
tests/examples/seek/jsseek.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue