summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-07-16 13:54:30 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-07-16 13:54:30 +0000
commite9e20ed87b98b947904b4a1778334d07e9bf21ef (patch)
treeb70f4cb3d0f2d181475eb0bf0cd13485d183d8df /rules/gst-plugins-base.in
parent530534501a61136816851d7570df8e532e355446 (diff)
downloadptxdist-e9e20ed87b98b947904b4a1778334d07e9bf21ef.tar.gz
ptxdist-e9e20ed87b98b947904b4a1778334d07e9bf21ef.tar.xz
[gst-plugins-base] "__" -> "_" in config names and add decodebin/decodebin2 options
Based on a patch from Markus Rathgeb <rathgeb.markus@googlemail.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10969 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-base.in')
-rw-r--r--rules/gst-plugins-base.in84
1 files changed, 46 insertions, 38 deletions
diff --git a/rules/gst-plugins-base.in b/rules/gst-plugins-base.in
index 9e6054e3d..0560c2c16 100644
--- a/rules/gst-plugins-base.in
+++ b/rules/gst-plugins-base.in
@@ -6,15 +6,15 @@ menuconfig GST_PLUGINS_BASE
select LIBOIL
select GSTREAMER
- select ALSA_LIB if GST_PLUGINS_BASE__ALSA
- select LIBVORBIS if GST_PLUGINS_BASE__VORBIS
- select LIBTHEORA if GST_PLUGINS_BASE__THEORA
- select PANGO if GST_PLUGINS_BASE__PANGO
+ select ALSA_LIB if GST_PLUGINS_BASE_ALSA
+ select LIBVORBIS if GST_PLUGINS_BASE_VORBIS
+ select LIBTHEORA if GST_PLUGINS_BASE_THEORA
+ select PANGO if GST_PLUGINS_BASE_PANGO
# x features need libx11 + Xv
- select XORG if GST_PLUGINS_BASE__X
- select XORG_LIB_X11 if GST_PLUGINS_BASE__X
- select XORG_LIB_XV if GST_PLUGINS_BASE__X
+ select XORG if GST_PLUGINS_BASE_X
+ select XORG_LIB_X11 if GST_PLUGINS_BASE_X
+ select XORG_LIB_XV if GST_PLUGINS_BASE_X
prompt "gst-plugins-base "
help
GStreamer is a streaming media framework, based on graphs of
@@ -33,133 +33,141 @@ if GST_PLUGINS_BASE
comment "dependency less plugins"
# -------------------------------
- config GST_PLUGINS_BASE__ADDER
+ config GST_PLUGINS_BASE_ADDER
bool
prompt "adder"
- config GST_PLUGINS_BASE__AUDIOCONVERT
+ config GST_PLUGINS_BASE_AUDIOCONVERT
bool
prompt "audioconvert"
- config GST_PLUGINS_BASE__AUDIORATE
+ config GST_PLUGINS_BASE_AUDIORATE
bool
prompt "audiorate"
- config GST_PLUGINS_BASE__AUDIORESAMPLE
+ config GST_PLUGINS_BASE_AUDIORESAMPLE
bool
prompt "audioresample"
- config GST_PLUGINS_BASE__AUDIOTESTSRC
+ config GST_PLUGINS_BASE_AUDIOTESTSRC
bool
prompt "audiotestsrc"
- config GST_PLUGINS_BASE__FFMPEGCOLORSPACE
+ config GST_PLUGINS_BASE_DECODEBIN
+ bool
+ prompt "decodebin"
+
+ config GST_PLUGINS_BASE_DECODEBIN_2
+ bool
+ prompt "decodebin2"
+
+ config GST_PLUGINS_BASE_FFMPEGCOLORSPACE
bool
prompt "ffmpegcolorspace"
- config GST_PLUGINS_BASE__GDP
+ config GST_PLUGINS_BASE_GDP
bool
prompt "gdp"
- config GST_PLUGINS_BASE__PLAYBACK
+ config GST_PLUGINS_BASE_PLAYBIN
bool
- prompt "playback"
+ prompt "playbin"
- config GST_PLUGINS_BASE__SUBPARSE
+ config GST_PLUGINS_BASE_SUBPARSE
bool
prompt "subparse"
- config GST_PLUGINS_BASE__TCP
+ config GST_PLUGINS_BASE_TCP
bool
prompt "tcp"
- config GST_PLUGINS_BASE__TYPEFIND
+ config GST_PLUGINS_BASE_TYPEFIND
bool
prompt "typefind"
- config GST_PLUGINS_BASE__VIDEOTESTSRC
+ config GST_PLUGINS_BASE_VIDEOTESTSRC
bool
prompt "videotestsrc"
- config GST_PLUGINS_BASE__VIDEORATE
+ config GST_PLUGINS_BASE_VIDEORATE
bool
prompt "videorate"
- config GST_PLUGINS_BASE__VIDEOSCALE
+ config GST_PLUGINS_BASE_VIDEOSCALE
bool
prompt "videoscale"
- config GST_PLUGINS_BASE__VOLUME
+ config GST_PLUGINS_BASE_VOLUME
bool
prompt "volume"
comment "plugins with dependencies"
- config GST_PLUGINS_BASE__X
+ config GST_PLUGINS_BASE_X
bool
prompt "x based plugins"
- config GST_PLUGINS_BASE__XVIDEO
+ config GST_PLUGINS_BASE_XVIDEO
bool
- depends on GST_PLUGINS_BASE__X
+ depends on GST_PLUGINS_BASE_X
prompt "xv"
help
This plugin offers an xlib based window that can display a video stream.
- config GST_PLUGINS_BASE__XSHM
+ config GST_PLUGINS_BASE_XSHM
bool
- depends on GST_PLUGINS_BASE__X
+ depends on GST_PLUGINS_BASE_X
prompt "xshm"
- config GST_PLUGINS_BASE__GST_V4L
+ config GST_PLUGINS_BASE_GST_V4L
bool
prompt "gst_v4l"
- config GST_PLUGINS_BASE__ALSA
+ config GST_PLUGINS_BASE_ALSA
bool
prompt "alsa"
- config GST_PLUGINS_BASE__CDPARANOIA
+ config GST_PLUGINS_BASE_CDPARANOIA
bool
depends on BROKEN
prompt "cdparanoia"
comment "cdpraranoia is broken"
- config GST_PLUGINS_BASE__GNOME_VFS
+ config GST_PLUGINS_BASE_GNOME_VFS
bool
depends on BROKEN
prompt "gnome_vfs"
comment "gnome_vfs is broken"
- config GST_PLUGINS_BASE__GIO
+ config GST_PLUGINS_BASE_GIO
bool
depends on BROKEN
prompt "gio"
comment "gio is broken"
- config GST_PLUGINS_BASE__LIBVISUAL
+ config GST_PLUGINS_BASE_LIBVISUAL
bool
depends on BROKEN
prompt "libvisual"
comment "libvisual is broken"
- config GST_PLUGINS_BASE__OGG
+ config GST_PLUGINS_BASE_OGG
bool
prompt "ogg"
- config GST_PLUGINS_BASE__PANGO
+ config GST_PLUGINS_BASE_PANGO
bool
prompt "pango"
- config GST_PLUGINS_BASE__THEORA
+ config GST_PLUGINS_BASE_THEORA
bool
prompt "theora"
- config GST_PLUGINS_BASE__VORBIS
+ config GST_PLUGINS_BASE_VORBIS
bool
prompt "vorbis"