mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
da1fe1e0dd
Better creation of pads, test and fix many other classes. Most classes work now, although might not create functional elements.
24 lines
406 B
Makefile
24 lines
406 B
Makefile
|
|
EXTRA_DIST = \
|
|
element-maker \
|
|
base.c \
|
|
gobject.c \
|
|
gstaudiofilter.c \
|
|
gstaudiosink.c \
|
|
gstaudiosrc.c \
|
|
gstbaseaudiosink.c \
|
|
gstbaseaudiosrc.c \
|
|
gstbasertpdepayload.c \
|
|
gstbasertppayload.c \
|
|
gstbasesink.c \
|
|
gstbasesrc.c \
|
|
gstbasetransform.c \
|
|
gstcddabasesrc.c \
|
|
gstelement.c \
|
|
gstpushsrc.c \
|
|
gsttagdemux.c \
|
|
gstvideosink.c \
|
|
sinkpad.c \
|
|
sinkpad-simple.c \
|
|
srcpad.c \
|
|
srcpad-simple.c
|