mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
element-maker: don't dist incomplete templates
Move not working templates to a separate variable to highlight the fact that they need more work. These need at least the class and type fields filled.
This commit is contained in:
parent
c1e91cb168
commit
9bec684c3e
1 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,6 @@ templatefiles=\
|
|||
element-templates/audiofilter \
|
||||
element-templates/audiosink \
|
||||
element-templates/audiosrc \
|
||||
element-templates/base \
|
||||
element-templates/baseaudiosink \
|
||||
element-templates/baseaudiosrc \
|
||||
element-templates/basertpdepayload \
|
||||
|
@ -15,14 +14,17 @@ templatefiles=\
|
|||
element-templates/element \
|
||||
element-templates/gobject \
|
||||
element-templates/pushsrc \
|
||||
element-templates/sinkpad \
|
||||
element-templates/sinkpad-simple \
|
||||
element-templates/srcpad \
|
||||
element-templates/srcpad-simple \
|
||||
element-templates/tagdemux \
|
||||
element-templates/videofilter2 \
|
||||
element-templates/videosink
|
||||
|
||||
broken_templatefiles = \
|
||||
element-templates/base \
|
||||
element-templates/sinkpad \
|
||||
element-templates/sinkpad-simple \
|
||||
element-templates/srcpad \
|
||||
element-templates/srcpad-simple
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-element-maker \
|
||||
gst-app-maker \
|
||||
|
|
Loading…
Reference in a new issue