mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
added cutter example
Original commit message from CVS: added cutter example
This commit is contained in:
parent
8eaa39e111
commit
af0f1309c7
3 changed files with 3 additions and 2 deletions
|
@ -1236,6 +1236,7 @@ examples/queue3/Makefile
|
|||
examples/queue4/Makefile
|
||||
examples/thread/Makefile
|
||||
examples/mixer/Makefile
|
||||
examples/cutter/Makefile
|
||||
examples/launch/Makefile
|
||||
examples/xml/Makefile
|
||||
examples/plugins/Makefile
|
||||
|
|
|
@ -8,4 +8,4 @@ endif
|
|||
SUBDIRS = $(GNOME_SUBDS) \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins typefind mixer
|
||||
launch thread xml plugins typefind mixer cutter
|
||||
|
|
|
@ -8,4 +8,4 @@ endif
|
|||
SUBDIRS = $(GNOME_SUBDS) \
|
||||
helloworld helloworld2 \
|
||||
queue queue2 queue3 queue4 \
|
||||
launch thread xml plugins typefind mixer
|
||||
launch thread xml plugins typefind mixer cutter
|
||||
|
|
Loading…
Reference in a new issue