summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-09-24 17:36:03 +0200
committerLuotao Fu <l.fu@pengutronix.de>2009-09-24 17:36:03 +0200
commitfb7b825a22ecd26d5c028d7c1a44d14a890641e3 (patch)
treead388f50dffcbac84765701ae4f79a02eef50dfa /rules/gst-plugins-bad.in
parent049f491aba1d83fe32840190b7ac2def8fb91921 (diff)
downloadptxdist-fb7b825a22ecd26d5c028d7c1a44d14a890641e3.tar.gz
ptxdist-fb7b825a22ecd26d5c028d7c1a44d14a890641e3.tar.xz
[gst-plugins-bad]: add mpeg4, h264 parser and mpegdemuxer
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-bad.in')
-rw-r--r--rules/gst-plugins-bad.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/gst-plugins-bad.in b/rules/gst-plugins-bad.in
index 729fd6590..cd7a678fd 100644
--- a/rules/gst-plugins-bad.in
+++ b/rules/gst-plugins-bad.in
@@ -20,5 +20,17 @@ if GST_PLUGINS_BAD
bool
prompt "bayer filter"
+ config GST_PLUGINS_BAD__MPEGDEMUX
+ bool
+ prompt "mpeg demuxer"
+
+ config GST_PLUGINS_BAD__MPEG4VIDEOPARSE
+ bool
+ prompt "mpeg4 video parser"
+
+ config GST_PLUGINS_BAD__H264PARSE
+ bool
+ prompt "h264 parser"
+
endif