rework build; add translations for v4l2
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:09:11 +0000 (10:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:09:11 +0000 (10:09 +0000)
Original commit message from CVS:
rework build; add translations for v4l2

87 files changed:
ChangeLog
Makefile.am
common
configure.ac
docs/plugins/gst-plugins-bad-plugins-decl-list.txt
ext/amrwb/gstamrwb.c
ext/arts/gst_arts.c
ext/artsd/gstartsdsink.c
ext/audiofile/gstaf.c
ext/audioresample/gstaudioresample.c
ext/bz2/gstbz2.c
ext/cdaudio/gstcdaudio.c
ext/directfb/dfbvideosink.c
ext/dts/gstdtsdec.c
ext/faac/gstfaac.c
ext/faad/gstfaad.c
ext/hermes/gsthermescolorspace.c
ext/ivorbis/vorbis.c
ext/jack/gstjack.c
ext/lcs/gstcolorspace.c
ext/musepack/gstmusepackdec.c
ext/musicbrainz/gsttrm.c
ext/nas/nassink.c
ext/sdl/gstsdl.c
ext/snapshot/gstsnapshot.c
ext/sndfile/gstsf.c
ext/swfdec/gstswfdec.c
ext/tarkin/gsttarkin.c
ext/xine/xine.c
ext/xvid/gstxvid.c
gst/cdxaparse/gstcdxaparse.c
gst/chart/gstchart.c
gst/colorspace/gstcolorspace.c
gst/deinterlace/gstdeinterlace.c
gst/equalizer/gstiirequalizer.c
gst/festival/gstfestival.c
gst/filter/gstfilter.c
gst/freeze/gstfreeze.c
gst/games/gstpuzzle.c
gst/librfb/gstrfbsrc.c
gst/mixmatrix/mixmatrix.c
gst/mpeg1sys/gstmpeg1systemencode.c
gst/mpeg1videoparse/gstmp1videoparse.c
gst/mpeg2sub/gstmpeg2subt.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/multifilesink/gstmultifilesink.c
gst/overlay/gstoverlay.c
gst/passthrough/gstpassthrough.c
gst/playondemand/gstplayondemand.c
gst/qtdemux/qtdemux.c
gst/rtjpeg/gstrtjpeg.c
gst/smooth/gstsmooth.c
gst/smoothwave/gstsmoothwave.c
gst/spectrum/gstspectrum.c
gst/speed/gstspeed.c
gst/stereo/gststereo.c
gst/switch/gstswitch.c
gst/vbidec/gstvbidec.c
gst/videocrop/gstvideocrop.c
gst/videodrop/gstvideodrop.c
gst/virtualdub/gstvirtualdub.c
gst/xingheader/gstxingmux.c
gst/y4m/gsty4mencode.c
po/POTFILES.in
po/af.po
po/az.po
po/cs.po
po/en_GB.po
po/hu.po
po/it.po
po/nb.po
po/nl.po
po/or.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po
sys/cdrom/gstcdplayer.c
sys/directdraw/gstdirectdrawplugin.c
sys/directsound/gstdirectsoundplugin.c
sys/dxr3/dxr3init.c
sys/glsink/glimagesink.c
sys/qcam/gstqcamsrc.c
sys/v4l2/gstv4l2.c
sys/vcd/vcdsrc.c
sys/ximagesrc/ximagesrc.c

index 8536be4..4481b1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+         rework like the other configure.ac files
+       * Makefile.am:
+       * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
+       * ext/amrwb/gstamrwb.c:
+       * ext/arts/gst_arts.c:
+       * ext/artsd/gstartsdsink.c:
+       * ext/audiofile/gstaf.c:
+       * ext/audioresample/gstaudioresample.c:
+       * ext/bz2/gstbz2.c:
+       * ext/cdaudio/gstcdaudio.c:
+       * ext/directfb/dfbvideosink.c:
+       * ext/dts/gstdtsdec.c:
+       * ext/faac/gstfaac.c:
+       * ext/faad/gstfaad.c:
+       * ext/hermes/gsthermescolorspace.c:
+       * ext/ivorbis/vorbis.c:
+       * ext/jack/gstjack.c:
+       * ext/lcs/gstcolorspace.c:
+       * ext/musepack/gstmusepackdec.c:
+       * ext/musicbrainz/gsttrm.c:
+       * ext/nas/nassink.c:
+       * ext/sdl/gstsdl.c:
+       * ext/snapshot/gstsnapshot.c:
+       * ext/sndfile/gstsf.c:
+       * ext/swfdec/gstswfdec.c:
+       * ext/tarkin/gsttarkin.c:
+       * ext/xine/xine.c:
+       * ext/xvid/gstxvid.c:
+       * gst/cdxaparse/gstcdxaparse.c:
+       * gst/chart/gstchart.c:
+       * gst/colorspace/gstcolorspace.c:
+       * gst/deinterlace/gstdeinterlace.c:
+       * gst/equalizer/gstiirequalizer.c:
+       * gst/festival/gstfestival.c:
+       * gst/filter/gstfilter.c:
+       * gst/freeze/gstfreeze.c:
+       * gst/games/gstpuzzle.c:
+       * gst/librfb/gstrfbsrc.c:
+       * gst/mixmatrix/mixmatrix.c:
+       * gst/mpeg1sys/gstmpeg1systemencode.c:
+       * gst/mpeg1videoparse/gstmp1videoparse.c:
+       * gst/mpeg2sub/gstmpeg2subt.c:
+       * gst/mpegaudioparse/gstmpegaudioparse.c:
+       * gst/multifilesink/gstmultifilesink.c:
+       * gst/overlay/gstoverlay.c:
+       * gst/passthrough/gstpassthrough.c:
+       * gst/playondemand/gstplayondemand.c:
+       * gst/qtdemux/qtdemux.c:
+       * gst/rtjpeg/gstrtjpeg.c:
+       * gst/smooth/gstsmooth.c:
+       * gst/smoothwave/gstsmoothwave.c:
+       * gst/spectrum/gstspectrum.c:
+       * gst/speed/gstspeed.c:
+       * gst/stereo/gststereo.c:
+       * gst/switch/gstswitch.c:
+       * gst/vbidec/gstvbidec.c:
+       * gst/videocrop/gstvideocrop.c:
+       * gst/videodrop/gstvideodrop.c:
+       * gst/virtualdub/gstvirtualdub.c:
+       * gst/xingheader/gstxingmux.c:
+       * gst/y4m/gsty4mencode.c:
+       * sys/cdrom/gstcdplayer.c:
+       * sys/directdraw/gstdirectdrawplugin.c:
+       * sys/directsound/gstdirectsoundplugin.c:
+       * sys/dxr3/dxr3init.c:
+       * sys/glsink/glimagesink.c:
+       * sys/qcam/gstqcamsrc.c:
+       * sys/v4l2/gstv4l2.c:
+       * sys/vcd/vcdsrc.c:
+       * sys/ximagesrc/ximagesrc.c:
+         update to use correct defines
+       * po/POTFILES.in:
+       * po/af.po:
+       * po/az.po:
+       * po/cs.po:
+       * po/en_GB.po:
+       * po/hu.po:
+       * po/it.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/or.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/uk.po:
+       * po/vi.po:
+         v4l2 has translations, pick them up
+
 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
 
        * sys/ximagesrc/ximagesrc.c: 
index 4d6929d..ca50202 100644 (file)
@@ -8,11 +8,13 @@ endif
 
 SUBDIRS = \
        gst gst-libs sys ext \
-       m4 common docs tests \
+       m4 common docs tests po \
        $(SUBDIRS_EXAMPLES)
 
 DIST_SUBDIRS = \
-       gst gst-libs sys ext m4 common docs examples tests
+       gst gst-libs sys ext \
+       m4 common docs tests po \
+       examples
 
 EXTRA_DIST = \
        gst-plugins-bad.spec depcomp \
diff --git a/common b/common
index c18b429..e430cd5 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c18b429f2a3698b6fc5e849a637aa0c8b91e82b9
+Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089
index 91cc508..f4d37a8 100644 (file)
@@ -1,21 +1,32 @@
-dnl autoconf configuration file for gst-plugins 
-AC_INIT
-AC_CANONICAL_TARGET
+AC_PREREQ(2.52)
 
-dnl We disable static building for development, for time savings
-dnl this goes before AS_LIBTOOL to appease autoconf
-dnl *NOTE*: dnl this line before release, so release does static too
-AM_DISABLE_STATIC
+dnl initialize autoconf
+dnl when going to/from release please set the nano (fourth number) right !
+dnl releases only do Wall, cvs and prerelease does Werror too
+AC_INIT(GStreamer Bad Plug-ins, 0.10.2.1,
+    http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
+    gst-plugins-bad)
+
+dnl initialize automake
+AM_INIT_AUTOMAKE
+
+dnl define PACKAGE_VERSION_* variables
+AS_VERSION
+
+dnl check if this is a release version
+AS_NANO(GST_CVS="no", GST_CVS="yes")
+
+dnl can autoconf find the source ?
+AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
+
+dnl define the output header for config
+AM_CONFIG_HEADER([config.h])
 
 dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
 AM_MAINTAINER_MODE
 
-dnl when going to/from release please set the nano (fourth number) right !
-dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 10, 1, 1,
-    GST_CVS="no", GST_CVS="yes")
-
-AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
+dnl sets host_* variables
+AC_CANONICAL_HOST
 
 dnl our libraries and install dirs use major.minor as a version
 GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR
@@ -26,19 +37,17 @@ AC_SUBST(GST_MAJORMINOR)
 AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL
 
-AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c])
-AM_CONFIG_HEADER(config.h)
+dnl *** required versions of GStreamer stuff ***
+GST_REQ=0.10.3
+GSTPB_REQ=0.10.3
 
-dnl Add parameters for aclocal
-dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL_FLAGS="-I m4 -I common/m4"
-AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
+dnl *** autotools stuff ****
 
-AC_PROG_CC
-AM_PROG_CC_STDC
-AM_PROG_AS
-AS="${CC}"
-AS_PROG_OBJC
+dnl allow for different autotools
+AS_AUTOTOOLS_ALTERNATE
+
+dnl Add parameters for aclocal
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
 
 dnl set up gettext
 dnl the version check needs to stay here because autopoint greps for it
@@ -46,258 +55,123 @@ AM_GNU_GETTEXT_VERSION([0.11.5])
 AM_GNU_GETTEXT([external])
 GST_GETTEXT([gst-plugins-bad-$GST_MAJORMINOR])
 
-GST_ARG_EXAMPLES
-
-dnl define LOCALEDIR in config.h
-AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
-AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
-                   [gettext locale dir])
+dnl *** check for arguments to configure ***
 
-dnl decide on error flags
-AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
+GST_ARG_DEBUG
+GST_ARG_PROFILING
+GST_ARG_VALGRIND
+GST_ARG_GCOV
 
-if test "x$GST_WALL" = "xyes"; then
-   GST_ERROR="$GST_ERROR -Wall"
+GST_ARG_EXAMPLES
 
-   if test "x$GST_CVS" = "xyes"; then
-     AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
-   fi
-fi
+GST_ARG_WITH_PKG_CONFIG_PATH
+GST_ARG_WITH_PACKAGE_NAME
+GST_ARG_WITH_PACKAGE_ORIGIN
 
-dnl determine c++ compiler
-AC_PROG_CXX
-dnl determine if c++ is available on this system
-AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
-dnl determine c++ preprocessor
-AC_PROG_CXXCPP
-AC_ISC_POSIX
-
-AC_HEADER_STDC([])
-AC_C_INLINE
-AX_CREATE_STDINT_H
-
-dnl Check for malloc.h
-AC_CHECK_HEADER(malloc.h,[
-  AC_DEFINE(HAVE_MALLOC_H, 1, [whether malloc.h available])
-])
+GST_ARG_EXAMPLES
 
-dnl Check for a way to display the function name in debug output
-GST_CHECK_FUNCTION()
+dnl these are all the gst plug-ins, compilable without additional libs
+GST_PLUGINS_ALL="\
+  cdxaparse \
+  freeze \
+  speed \
+  qtdemux \
+  xingheader \
+  tta \
+  "
 
-dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
-dnl messages printed when running cvs builds
-if test "x$GST_CVS" = "xyes"; then
-  AC_DEFINE(GST_LEVEL_DEFAULT, GST_LEVEL_ERROR, [Default errorlevel to use])
+dnl see if we can build C++ plug-ins
+if test "x$HAVE_CXX" = "xyes"; then
+  GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
+    modplug \
+    "
+else
+  AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
 fi
 
-dnl Check for FIONREAD ioctl declaration :
-GST_CHECK_FIONREAD()
-
-GST_DEFAULT_ELEMENTS
-
-dnl ############################################
-dnl # Super Duper options for plug-in building #
-dnl ############################################
-
-dnl ext plug-ins; plug-ins that have external dependencies
-GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
-[HAVE_EXTERNAL=yes],enabled,
-[
-  AC_MSG_WARN(building external plug-ins)
-  BUILD_EXTERNAL="yes"
-],[
-  AC_MSG_WARN(all plug-ins with external dependencies will not be built)
-  BUILD_EXTERNAL="no"
-])
-# make BUILD_EXTERNAL available to Makefile.am
-AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
-
-dnl experimental plug-ins; stuff that hasn't had the dust settle yet
-dnl read 'builds, but might not work'UTO
-GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
-[HAVE_EXPERIMENTAL=yes],disabled,
-[
-  AC_MSG_WARN(building experimental plug-ins)
-  USE_TARKIN="yes"
-],[
-  AC_MSG_NOTICE(not building experimental plug-ins)
-  USE_TARKIN="no"
-])
-
-dnl broken plug-ins; stuff that doesn't seem to build at the moment
-GST_CHECK_FEATURE(BROKEN, [enable building of broken plug-ins],,
-HAVE_BROKEN=yes,disabled,
-[  
-  AC_MSG_WARN([building broken plug-ins -- no bug reports on these, only patches :)])
-],[
-  AC_MSG_NOTICE([not building broken plug-ins])
-])
-
-dnl ##############################
-dnl # Do automated configuration #
-dnl ##############################
-
-dnl Check for tools:
-dnl ================
-
-dnl allow for different autotools
-AS_AUTOTOOLS_ALTERNATE()
-
-dnl modify pkg-config path
-AC_ARG_WITH(pkg-config-path, 
-   AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
-   [export PKG_CONFIG_PATH=${withval}])
-
-GST_DOCBOOK_CHECK()
-dnl check architecture
-GST_ARCH()
-
-dnl check for gconftool-2
-
-dnl this macro defines an am conditional, so it needs to be run always
-AM_GCONF_SOURCE_2
+AC_SUBST(GST_PLUGINS_ALL)
 
-translit(dnm, m, l) AM_CONDITIONAL(USE_GCONFTOOL, true)
-GST_CHECK_FEATURE(GCONFTOOL, [GConf schemas], , [
-  AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-  if test x$GCONFTOOL = xno; then
-    AC_MSG_WARN(Not installing GConf schemas)
-    HAVE_GCONFTOOL="no"
-  else
-    HAVE_GCONFTOOL="yes"
-  fi
-  AC_SUBST(HAVE_GCONFTOOL)
-])
+GST_PLUGINS_SELECTED=""
 
-dnl check for GConf libraries
-translit(dnm, m, l) AM_CONDITIONAL(USE_GCONF, true)
-GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
-  PKG_CHECK_MODULES(GCONF, gconf-2.0, HAVE_GCONF="yes", HAVE_GCONF="no")
-  AC_SUBST(GCONF_CFLAGS)
-  AC_SUBST(GCONF_LIBS)
-])
+GST_ARG_WITH_PLUGINS
 
-dnl check for gstreamer
-dnl uninstalled is selected preferentially -- see pkg-config(1)
-GST_REQ=0.10.3
-GST_PBREQ=0.10.3
-PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
-  HAVE_GST="yes", HAVE_GST="no")
+GST_ARG_ENABLE_EXTERNAL
 
-if test "x$HAVE_GST" = "xno"; then
-  AC_MSG_ERROR(no GStreamer found)
-fi
+GST_ARG_ENABLE_EXPERIMENTAL
 
-GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR`
-if test -z $GST_TOOLS_DIR; then
-  AC_MSG_ERROR([no tools dir defined in GStreamer pkg-config file; core upgrade needed.])
-fi
-AC_SUBST(GST_TOOLS_DIR)
+USE_TARKIN=$BUILD_EXPERIMENTAL
 
-dnl check for gstreamer-base; uninstalled is selected preferentially
-PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_PBREQ,
-  HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
+dnl *** checks for platform ***
 
-if test "x$HAVE_GST_BASE" = "xno"; then
-  AC_MSG_ERROR(no GStreamer Base Libs found)
-fi
+dnl * hardware/architecture *
 
-AC_SUBST(GST_BASE_LIBS)
-AC_SUBST(GST_BASE_CFLAGS)
+dnl common/m4/gst-arch.m4
+dnl check CPU type
+GST_ARCH
 
-dnl check for gstreamer-plugins-base; uinstalled is selected preferentially
-PKG_CHECK_MODULES(GST_PLUGINS_BASE,
-  gstreamer-plugins-base-$GST_MAJORMINOR >= $GST_REQ,
-  HAVE_GST_PLUGINS_BASE="yes", HAVE_GST_PLUGINS_BASE="no")
+dnl Determine endianness
+AC_C_BIGENDIAN
 
-if test "x$HAVE_GST_PLUGINS_BASE" = "xno"; then
-  AC_MSG_ERROR(no GStreamer Base Plugins development files found)
-fi
+dnl *** checks for programs ***
 
-AC_SUBST(GST_PLUGINS_BASE_LIBS)
-AC_SUBST(GST_PLUGINS_BASE_CFLAGS)
+dnl find a compiler
+AC_PROG_CC
 
-dnl Determine endianness
-AC_C_BIGENDIAN
+AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
+AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
 
-dnl Check for fast float to int casting as defined in C99
-AC_C99_FUNC_LRINT()
-AC_C99_FUNC_LRINTF()
+dnl check for documentation tools
+GTK_DOC_CHECK([1.3])
+AS_PATH_PYTHON([2.1])
 
-dnl Check for essential libraries first:
-dnl ====================================
+dnl *** checks for libraries ***
 
-GST_GLIB_CHECK([2.6.0])
+dnl *** checks for header files ***
 
-dnl Check for additional libraries that we might use:
-dnl =================================================
+dnl *** checks for types/defines ***
 
-# we set the defaults always to make sure we have non-empty variables
-# for the Makefile
+dnl *** checks for structures ***
 
-PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.0, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
-AC_SUBST(LIBOIL_CFLAGS)
-AC_SUBST(LIBOIL_LIBS)
-if test "x${HAVE_LIBOIL}" = xyes ; then
-  #AC_DEFINE_UNQUOTED(HAVE_LIBOIL, 1, [Define if liboil is being used])
-  true
-fi
+dnl *** checks for compiler characteristics ***
 
-dnl ===========================================================================
-dnl ============================= gst plug-ins ================================
-dnl ===========================================================================
+dnl *** checks for library functions ***
 
-plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
-AC_SUBST(plugindir)
+dnl *** checks for dependancy libraries ***
 
-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS -no-undefined"
-AC_SUBST(GST_PLUGIN_LDFLAGS)
+dnl GLib is required
+GST_GLIB_CHECK([2.6])
 
-dnl these are all the gst plug-ins, compilable without additional libs
-GST_PLUGINS_ALL="\
-               cdxaparse  \
-               freeze \
-               speed   \
-               qtdemux \
-               xingheader \
-               tta     \
-               "
+dnl checks for gstreamer
+dnl uninstalled is selected preferentially -- see pkg-config(1)
+GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
+GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
+GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
 
-dnl see if we can build C++ plug-ins
-if test "x$HAVE_CXX" = "xyes"; then
-  GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
-                  modplug \
-                  "
-else
-  AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
-fi
+dnl FIXME: get rid of this by making sure gstreamer-check brings it in
+dnl check for "check", unit testing library/header
+AM_PATH_CHECK(0.9.2, HAVE_CHECK=yes, HAVE_CHECK=no)
+AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
 
-AC_SUBST(GST_PLUGINS_ALL)
+GST_CHECK_GST_PLUGINS_BASE($GST_MAJORMINOR, [$GSTPB_REQ], no)
 
-GST_PLUGINS_SELECTED=""
+dnl set license and copyright notice
+GST_LICENSE="LGPL"
+AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
+AC_SUBST(GST_LICENSE)
 
-AC_ARG_WITH(plugins,
-    AC_HELP_STRING([--with-plugins],[comma-separated list of plug-ins to compile]),
-    [for i in `echo $withval | tr , ' '`; do
-        if echo $GST_PLUGINS_ALL | grep $i > /dev/null
-        then
-            GST_PLUGINS_SELECTED="$GST_PLUGINS_SELECTED $i"
-        else
-            echo "plug-in $i not recognized, ignoring..."
-        fi
-    done],
-    [GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
+dnl set location of plugin directory
+GST_SET_PLUGINDIR
 
-AC_SUBST(GST_PLUGINS_SELECTED)
+dnl define an ERROR_CFLAGS Makefile variable
+GST_SET_ERROR_CFLAGS($GST_CVS)
 
-dnl ==========================================================================
-dnl ============================= sys plug-ins ================================
-dnl ==========================================================================
+dnl define correct level for debugging messages
+GST_SET_LEVEL_DEFAULT($GST_CVS)
 
+dnl *** ext plug-ins ***
+dnl keep this list sorted alphabetically !
 
-dnl ###########################
-dnl # Configure external libs #
-dnl ###########################
+if test "x$BUILD_EXTERNAL" = "xyes"; then
 
 #dnl *** cairo ***
 #translit(dnm, m, l) AM_CONDITIONAL(USE_CAIRO, true)
@@ -663,52 +537,9 @@ GST_CHECK_FEATURE(TAGLIB, [taglib ID3v2 tag writer], taglib, [
   fi
 ])
 
-dnl *** XVideo ***
-dnl Look for the PIC library first, Debian requires it.
-dnl Check debian-devel archives for gory details.
-dnl 20020110:
-dnl At the moment XFree86 doesn't distribute shared libXv due
-dnl to unstable API.  On many platforms you CAN NOT link a shared
-dnl lib to a static non-PIC lib.  This is what the xvideo GStreamer
-dnl plug-in wants to do.  So Debian distributes a PIC compiled
-dnl version of the static lib for plug-ins to link to when it is
-dnl inappropriate to link the main application to libXv directly.
-dnl FIXME: add check if this platform can support linking to a
-dnl        non-PIC libXv, if not then don not use Xv.
-dnl FIXME: perhaps warn user if they have a shared libXv since
-dnl        this is an error until XFree86 starts shipping one
-
-dnl Check for Xv extension
-translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
-GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
-                  [xvimagesink], [
-  if test x$HAVE_X = xyes; then
-    AC_CHECK_LIB(Xv_pic, XvQueryExtension,
-                 HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
-                 $X_LIBS -lXext)
-
-    if test x$HAVE_XVIDEO = xyes; then
-      XVIDEO_LIBS="-lXv_pic -lXext"
-      AC_SUBST(XVIDEO_LIBS)
-    else
-      dnl try again using something else if we didn't find it first
-      if test x$HAVE_XVIDEO = xno; then
-        AC_CHECK_LIB(Xv, XvQueryExtension,
-                   HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
-                   $X_LIBS -lXext)
-
-        if test x$HAVE_XVIDEO = xyes; then
-          XVIDEO_LIBS="-lXv -lXext"
-          AC_SUBST(XVIDEO_LIBS)
-        fi
-      fi
-    fi
-  fi
-])
-
 dnl *** theora ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_THEORADEC, true)
-GST_CHECK_FEATURE(THEORADEC, [ogg theora codec], theoradec, [
+GST_CHECK_FEATURE(THEORADEC, [ogg theora codec], theoraexpdec, [
   PKG_CHECK_MODULES(THEORADEC, theoradec, HAVE_THEORADEC="yes", HAVE_THEORADEC="no")
   AC_SUBST(THEORADEC_LIBS)
   AC_SUBST(THEORADEC_CFLAGS)
@@ -719,11 +550,8 @@ dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
 dnl renamed to GST_V4L2 because of some conflict with kernel headers
 translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
 GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
-  HAVE_GST_V4L2="no"
-  if test "$HAVE_X" = "yes"
-  then
-    AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
-    AC_TRY_COMPILE([
+  AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
+  AC_TRY_COMPILE([
 #include <sys/types.h>
 #include <linux/types.h>
 #define _LINUX_TIME_H
@@ -734,15 +562,23 @@ GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
 #endif
     ], [
 return 0;
-    ], [ HAVE_GST_V4L2="yes" && AC_MSG_RESULT(yes)],
-       [ HAVE_GST_V4L2="no"  && AC_MSG_RESULT(no) &&
-         AC_CHECK_HEADER(linux/videodev2.h,
-                         [ AC_MSG_WARN([video4linux2 headers were found, but they're old. Please update v4l2 to compile the v4l2 plugins])],
-                         [ AC_MSG_WARN([video4linux2 was not found])])
-       ])
-  fi
-  dnl check for missing v4l2_buffer declaration (see #135919)
+    ], [
+      HAVE_GST_V4L2="yes"
+      AC_MSG_RESULT(yes)
+    ], [
+      HAVE_GST_V4L2="no"
+      AC_MSG_RESULT(no)
+      AC_CHECK_HEADER(linux/videodev2.h,
+      [
+        AC_MSG_WARN([video4linux2 headers were found, but they're old.])
+        AC_MSG_WARN([Please update v4l2 to compile the v4l2 plugins])
+      ], [
+        AC_MSG_WARN([video4linux2 was not found])
+      ])
+    ])
+
   if [ test x$HAVE_GST_V4L2 = xyes ]; then
+    dnl check for missing v4l2_buffer declaration (see #135919)
     MISSING_DECL=0
     AC_MSG_CHECKING(struct v4l2_buffer declaration)
     AC_TRY_COMPILE([
@@ -759,67 +595,53 @@ return 0;
     if [ test x$MISSING_DECL = x1 ]; then
       AC_DEFINE(GST_V4L2_MISSING_BUFDECL, 1, [struct v4l2_buffer missing])
     fi
+
+    dnl check for XOverlay libraries
+    GST_CHECK_XV
   fi
 ])
+AM_CONDITIONAL(USE_XVIDEO, test "x$HAVE_XVIDEO" = "xyes")
 
+fi dnl of EXT plugins
 
-dnl also add builddir include for enumtypes and marshal
-GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR"
+dnl *** finalize CFLAGS, LDFLAGS, LIBS
 
-AC_SUBST(GST_LIBS)
-AC_SUBST(GST_CFLAGS)
+dnl Overview:
+dnl GST_OPTION_CFLAGS:  common flags for profiling, debugging, errors, ...
+dnl GST_*:              flags shared by built objects to link against GStreamer
+dnl GST_ALL_LDFLAGS:    linker flags shared by all
+dnl GST_LIB_LDFLAGS:    additional linker flags for all libaries
+dnl GST_LT_LDFLAGS:     library versioning of our libraries
+dnl GST_PLUGIN_LDFLAGS: flags to be used for all plugins
+
+dnl GST_OPTION_CFLAGS
+if test "x$USE_DEBUG" = xyes; then
+   PROFILE_CFLAGS="-g"
+fi
+AC_SUBST(PROFILE_CFLAGS)
 
-dnl ######################
-dnl # Checks for gtk-doc #
-dnl ######################
+DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
+AC_SUBST(DEPRECATED_CFLAGS)
 
-GTK_DOC_CHECK([1.3])
-AS_PATH_PYTHON([2.1])
+dnl every flag in GST_OPTION_CFLAGS can be overridden at make time
+GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
+AC_SUBST(GST_OPTION_CFLAGS)
 
-dnl ############################
-dnl # Set up some more defines #
-dnl ############################
+dnl FIXME: do we want to rename to GST_ALL_* ?
+dnl prefer internal headers to already installed ones
+dnl also add builddir include for enumtypes and marshal
+dnl add GST_OPTION_CFLAGS, but overridable
+GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
+AC_SUBST(GST_CFLAGS)
+AC_SUBST(GST_LIBS)
+
+dnl this really should only contain flags, not libs - they get added before
+dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
+GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
+AC_SUBST(GST_PLUGIN_LDFLAGS)
+
+dnl *** output files ***
 
-dnl set license and copyright notice
-AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
-
-dnl package name in plugins
-AC_ARG_WITH(package-name,
-AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
-[case "${withval}" in
-  yes) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
-  no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
-  *) GST_PACKAGE="${withval}" ;;
-esac], 
-[
-dnl default value
-if test "x$GST_CVS" = "xyes"
-then
-  dnl nano >= 1
-  GST_PACKAGE="GStreamer CVS/prerelease"
-else
-  GST_PACKAGE="GStreamer source release"
-fi
-]
-)
-AC_MSG_NOTICE(Using $GST_PACKAGE as package name)
-AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins])
-
-dnl package origin URL
-AC_ARG_WITH(package-origin,
-AC_HELP_STRING([--with-package-origin],[specify package origin URL to use in plugins]),
-[case "${withval}" in
-  yes) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
-  no) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
-  *) GST_ORIGIN="${withval}" ;;
-esac], 
-[GST_ORIGIN="http://gstreamer.freedesktop.org/"]) dnl Default value
-AC_MSG_NOTICE(Using $GST_ORIGIN as package origin)
-AC_DEFINE_UNQUOTED(GST_ORIGIN, "$GST_ORIGIN", [package origin])
-
-dnl #########################
-dnl # Make the output files #
-dnl #########################
 dnl po/Makefile.in
 
 AC_CONFIG_FILES(
@@ -863,6 +685,7 @@ ext/swfdec/Makefile
 ext/taglib/Makefile
 ext/theora/Makefile
 ext/xvid/Makefile
+po/Makefile.in
 docs/Makefile
 docs/plugins/Makefile
 docs/version.entities
@@ -874,15 +697,4 @@ tests/icles/Makefile
 )
 AC_OUTPUT
 
-echo "configure: *** Core plug-ins, always built:"
-( for i in $GST_PLUGINS_ALL; do echo -e '\t'$i; done ) | sort
-echo
-echo -n "configure: *** Plug-ins relying on libraries that will be built:"
-echo -e "$GST_PLUGINS_YES" | sort
-echo
-echo -n "configure: *** Plug-ins relying on libraries that will NOT be built:"
-echo -e "$GST_PLUGINS_NO" | sort
-echo
-if test "x$BUILD_EXTERNAL" = "xno"; then
-  echo "configure: *** No external plug-ins will be built"
-fi
+GST_OUTPUT_PLUGINS
index 7dbb134..ad63ed4 100644 (file)
@@ -6,7 +6,6 @@ GST_DFBSURFACE
 GstDfbSurface
 GstDfbVMode
 <TITLE>GstDfbVideoSink</TITLE>
-GstDfbVideoSink
 gst_dfbsurface_get_type
 <SUBSECTION Standard>
 GST_DFBVIDEOSINK
index 6974dc2..fd47b37 100644 (file)
@@ -41,4 +41,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "amrwb",
     "Adaptive Multi-Rate Wide-Band",
-    plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN);
index 2b71f7d..1345c92 100644 (file)
@@ -181,4 +181,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "arts",
     "arTs filter wrapper",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index f1c4357..6caf42e 100644 (file)
@@ -278,7 +278,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "artsdsink",
     "Plays audio to an aRts server",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
 
      static gboolean gst_artsdsink_open_audio (GstArtsdsink * sink)
 {
index 288565c..8861672 100644 (file)
@@ -43,4 +43,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "audiofile",
-    "Audiofile plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    "Audiofile plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN)
index 46944b8..733cb13 100644 (file)
@@ -431,4 +431,5 @@ static gboolean plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "audioresample",
-    "Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    "Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN)
index 4bde6d2..130ca1b 100644 (file)
@@ -39,4 +39,4 @@ plugin_init (GstPlugin * p)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "bz2",
     "Compress or decompress streams",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index e07e0f2..c1ddbd5 100644 (file)
@@ -585,4 +585,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "cdaudio",
     "Play CD audio through the CD Drive",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 3a63760..99e56bd 100644 (file)
@@ -2384,4 +2384,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "dfbvideosink",
     "DirectFB video output plugin",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 4a1442b..e759c6d 100644 (file)
@@ -628,4 +628,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "dtsdec",
     "Decodes DTS audio streams",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index efae246..038b3c1 100644 (file)
@@ -731,4 +731,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "faac",
     "Free AAC Encoder (FAAC)",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 2dce598..22834e5 100644 (file)
@@ -1310,4 +1310,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "faad",
     "Free AAC Decoder (FAAD)",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 36d32f1..384983e 100644 (file)
@@ -666,4 +666,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "hermescolorspace",
     "Hermes colorspace converter",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 02ecd5c..ea2c675 100644 (file)
@@ -41,4 +41,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "tremor",
     "OGG Vorbis Tremor plugins element",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 4ea178d..1afab02 100644 (file)
@@ -531,4 +531,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "jack",
-    "Jack Plugin Library", plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    "Jack Plugin Library", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN)
index 5e688b7..4ff983c 100644 (file)
@@ -489,4 +489,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "lcscolorspace",
     "LCS colorspace convertor",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 27c9eb6..d944fba 100644 (file)
@@ -577,4 +577,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "musepack",
-    "Musepack decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    "Musepack decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN)
index 987e14d..e47ef6e 100644 (file)
@@ -404,4 +404,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "trm",
     "A trm signature producer",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index b647861..7dfd2b5 100644 (file)
@@ -402,7 +402,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "nassink",
     "uses NAS for audio output",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
 
 static gboolean
 gst_nassink_open_audio (GstNassink * sink)
index bf5d7da..9910d10 100644 (file)
@@ -42,4 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "sdl",
     "SDL (Simple DirectMedia Layer) support for GStreamer",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d037de0..60ca50d 100644 (file)
@@ -344,4 +344,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "snapshot",
     "Dump a frame to a png file",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index e200474..19e99e6 100644 (file)
@@ -877,4 +877,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "sndfile",
     "use libsndfile to read and write audio from and to files",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 6409811..dcd744a 100644 (file)
@@ -912,4 +912,4 @@ GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "swfdec",
     "Uses libswfdec to decode Flash video streams",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index f59462a..cfda408 100644 (file)
@@ -42,4 +42,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "tarkin",
     "Tarkin plugin library",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 5225f0c..e1380b9 100644 (file)
@@ -169,4 +169,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "xine",
     "wrapper for libxine (version " XINE_VERSION ") plugins",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d0339a8..c532b24 100644 (file)
@@ -315,4 +315,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "xvid",
-    "XviD plugin library", plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    "XviD plugin library", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN)
index c397e32..f90762e 100644 (file)
@@ -568,4 +568,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "cdxaparse",
     "Parse a .dat file (VCD) into raw mpeg1",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index a1606ac..d2b4c04 100644 (file)
@@ -401,4 +401,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "chart",
     "Takes frames of data and outputs video frames of a chart of data",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 68de043..8fbafa9 100644 (file)
@@ -629,4 +629,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "yuvtorgbcolorspace",
     "YUV to RGB colorspace converter",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index e5bf215..9f85ac7 100644 (file)
@@ -410,4 +410,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "deinterlace",
-    "Deinterlace video", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    "Deinterlace video", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN);
index 5b19f48..0075ff1 100644 (file)
@@ -436,4 +436,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "equalizer",
     "GStreamer equalizers",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 0dd482f..21f491e 100644 (file)
@@ -446,4 +446,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "festival",
     "Synthesizes plain text into audio",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 0fbc960..e915de7 100644 (file)
@@ -72,4 +72,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "filter",
     "IIR, lpwsinc and bpwsinc audio filter elements",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index dec4172..25e4f09 100644 (file)
@@ -377,7 +377,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "freeze",
     "Stream freezer",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
 
 /*
  * Local variables:
index 9bd8e3b..e28025c 100644 (file)
@@ -572,4 +572,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "games",
     "a collection of games to showcase features",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 05fcc98..75d7123 100644 (file)
@@ -547,4 +547,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "rfbsrc",
     "Connects to a VNC server and decodes RFB stream",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 0e466de..e67076b 100644 (file)
@@ -536,4 +536,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mixmatrix",
     "An audio mixer matrix",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 533c29d..9aaa12f 100644 (file)
@@ -603,4 +603,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mpeg1sysenc",
     "MPEG-1 system stream encoder",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 1803ff5..6de0add 100644 (file)
@@ -582,4 +582,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mpeg1videoparse",
     "MPEG-1 video parser",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index b6feb84..3e56106 100644 (file)
@@ -1051,4 +1051,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mpeg2sub",
     "MPEG-2 video subtitle parser",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 507b30d..29f26c1 100644 (file)
@@ -564,4 +564,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "mpegaudioparse",
     "MPEG-1 layer 1/2/3 audio parser",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 1c96ef8..f40b246 100644 (file)
@@ -682,4 +682,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "multifilesink",
     "multiple file sink (sequentially) after new media events",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 50ea53d..b5311bf 100644 (file)
@@ -364,4 +364,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "overlay",
     "Overlay multiple video streams",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 355a501..d59a109 100644 (file)
@@ -308,4 +308,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "passthrough",
     "Transparent filter for audio/raw (boilerplate for effects)",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index fdfe09b..e8d1365 100644 (file)
@@ -570,4 +570,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "playondemand",
     "Plays a stream at specific times, or when it receives a signal",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 90b34a3..0795e5c 100644 (file)
@@ -569,7 +569,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "qtdemux",
     "Quicktime stream demuxer",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
 
 static gboolean
 gst_qtdemux_handle_sink_event (GstPad * sinkpad, GstEvent * event)
index 6eaff59..414fa11 100644 (file)
@@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "rtjpeg",
     "Justin Schoeman's RTjpeg codec",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 4654281..88f74bb 100644 (file)
@@ -345,4 +345,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "smooth",
     "Apply a smooth filter to an image",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 7063456..d544fc7 100644 (file)
@@ -443,4 +443,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "smoothwave",
     "Fading greyscale waveform display",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 6c1d297..2715fe7 100644 (file)
@@ -215,4 +215,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "spectrum",
     "Run an FFT on the audio signal, output spectrum data",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 4e11891..6ced79c 100644 (file)
@@ -791,4 +791,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "speed",
     "Set speed/pitch on audio/raw streams (resampler)",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 317d557..9d21420 100644 (file)
@@ -233,4 +233,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "stereo",
     "Muck with the stereo signal, enhance it's 'stereo-ness'",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index daf4b49..5c7cab5 100644 (file)
@@ -495,4 +495,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "switch",
     "N-to-1 input switching",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 1ee991a..86b3154 100644 (file)
@@ -382,4 +382,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "vbidec",
     "Decodes closed captions and XDS data from VBI data",
-    plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 3fc63d2..b12b292 100644 (file)
@@ -573,4 +573,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "videocrop",
     "Crops video into a user defined region",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 0aff4a7..27c9f28 100644 (file)
@@ -380,4 +380,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "videodrop",
     "Re-FPS'es video",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 0fc2197..7b6bbe3 100644 (file)
@@ -123,4 +123,5 @@ plugin_init (GModule * module, GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "virtualdub",
-    "VirtualDub", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    "VirtualDub", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+    GST_PACKAGE_ORIGIN);
index e9e55b9..206b474 100644 (file)
@@ -377,4 +377,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "xingheader",
     "Add a xing header to mp3 encoded data",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d2e38e3..8e966af 100644 (file)
@@ -288,4 +288,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "y4menc",
     "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 9912c7d..931a953 100644 (file)
@@ -4,3 +4,6 @@
 # sys/dxr3/dxr3audiosink.c
 # sys/dxr3/dxr3audiosink.c
 # sys/dxr3/dxr3videosink.c
+
+sys/v4l2/v4l2_calls.c
+sys/v4l2/v4l2src_calls.c
index 694be5f..da4aa36 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-03-18 14:16+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -15,64 +15,68 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Geen lêernaam gespesifiseer."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Kon nie toestel \"%s\" oopmaak vir lees en skryf nie."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Kon nie skryf na lêer \"%s\" nie."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Toestel \"%s\" is nie 'n vasleggingtoestel nie."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Kon nie oudio-toestel \"%s\" oopmaak vir skryf nie."
+msgid "Could not write to device \"%s\"."
+msgstr "Kon nie skryf na toestel \"%s\" nie."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Kon nie beheertoestel \"%s\" oopmaak vir skryf nie."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Kon nie buffers vanaf toestel \"%s\" verkry nie."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Kon nie oudio-toestel \"%s\" konfigureer nie."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Kon nie klanktoestel \"%s\" verstel na %d Hz nie."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Kon nie genoeg buffers vanaf toestel \"%s\" kry nie."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Kon nie oudio-toestel \"%s\" toemaak nie."
+#~ msgid "No filename specified."
+#~ msgstr "Geen lêernaam gespesifiseer."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Kon nie beheertoestel \"%s\" toemaak nie."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Kon nie lêer \"%s\" oopmaak om in te skryf nie."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Kon nie video-toestel \"%s\" oopmaak vir skryf nie."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Kon nie skryf na lêer \"%s\" nie."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Kon nie video-toestel \"%s\" toemaak nie."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Kon nie oudio-toestel \"%s\" oopmaak vir skryf nie."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Kon nie skryf na toestel \"%s\" nie."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Kon nie beheertoestel \"%s\" oopmaak vir skryf nie."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Kon nie oudio-toestel \"%s\" konfigureer nie."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Kon nie klanktoestel \"%s\" verstel na %d Hz nie."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Kon nie oudio-toestel \"%s\" toemaak nie."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Kon nie beheertoestel \"%s\" toemaak nie."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Kon nie video-toestel \"%s\" oopmaak vir skryf nie."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Kon nie video-toestel \"%s\" toemaak nie."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Fout tydens toemaak van lêer \"%s\"."
@@ -201,20 +205,8 @@ msgstr "Kon nie skryf na toestel \"%s\" nie."
 #~ msgid "No device specified."
 #~ msgstr "Geen toestel gespesifiseer"
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Kon nie toestel \"%s\" oopmaak vir lees en skryf nie."
-
 #~ msgid "Device is not open."
 #~ msgstr "Toestel is nie oop nie."
 
 #~ msgid "Device is open."
 #~ msgstr "Toestel is oop."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Toestel \"%s\" is nie 'n vasleggingtoestel nie."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Kon nie buffers vanaf toestel \"%s\" verkry nie."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Kon nie genoeg buffers vanaf toestel \"%s\" kry nie."
index 2051acf..c693b16 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-03-19 18:29+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -16,64 +16,68 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.0.2\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Fayl adı verilməyib."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "\"%s\" faylı yazma üçün açıla bilmədi."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "\"%s\" avadanlığı oxuma və yazma üçün açıla bilmədi."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "\"%s\" faylına yazıla bilmədi."
+msgid "Device \"%s\" is not a capture device."
+msgstr "\"%s\" avadanlığı capture avadanlığı deyil."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "\"%s\" audio avadanlığı yazma üçün açıla bilmədi."
+msgid "Could not write to device \"%s\"."
+msgstr "\"%s\" avadanlığına yazıla bilmədi."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "\"%s\" idarə avadanlığı yazma üçün açıla bilmədi."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "\"%s\" avadanlığından bufferlər alına bilmədi."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "\"%s\" audio avadanlığı quraşdırıla bilmədi."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "\"%s\" audio avadanlığı %d Hz-ə keçirilə bilmədi."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "\"%s\" avadanlığından kifayət qədər bufferlər alına bilmədi."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "\"%s\" audio avadanlığı bağlana bilmədi."
+#~ msgid "No filename specified."
+#~ msgstr "Fayl adı verilməyib."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "\"%s\" idarə avadanlığı bağlana bilmədi."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "\"%s\" faylı yazma üçün açıla bilmədi."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "\"%s\" video avadanlığı yazma üçün açıla bilmədi."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "\"%s\" faylına yazıla bilmədi."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "\"%s\" video avadanlığı bağlana bilmədi."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "\"%s\" audio avadanlığı yazma üçün açıla bilmədi."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "\"%s\" avadanlığına yazıla bilmədi."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "\"%s\" idarə avadanlığı yazma üçün açıla bilmədi."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "\"%s\" audio avadanlığı quraşdırıla bilmədi."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "\"%s\" audio avadanlığı %d Hz-ə keçirilə bilmədi."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "\"%s\" audio avadanlığı bağlana bilmədi."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "\"%s\" idarə avadanlığı bağlana bilmədi."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "\"%s\" video avadanlığı yazma üçün açıla bilmədi."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "\"%s\" video avadanlığı bağlana bilmədi."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "\"%s\" faylı bağlana bilmədi."
@@ -202,20 +206,8 @@ msgstr "\"%s\" avadanlığına yazıla bilmədi."
 #~ msgid "No device specified."
 #~ msgstr "Avadanlıq bildirilməyib."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "\"%s\" avadanlığı oxuma və yazma üçün açıla bilmədi."
-
 #~ msgid "Device is not open."
 #~ msgstr "Avadanlıq açıq deyil."
 
 #~ msgid "Device is open."
 #~ msgstr "Avadanlıq açıqdır."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "\"%s\" avadanlığı capture avadanlığı deyil."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "\"%s\" avadanlığından bufferlər alına bilmədi."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "\"%s\" avadanlığından kifayət qədər bufferlər alına bilmədi."
index 05f7dab..3c6447f 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-08-08 22:58+0200\n"
 "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -18,64 +18,68 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
 "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Nezadán název souboru."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Nemohu otevřít soubor \"%s\" pro zápis."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Nemohu otevřít zařízení \"%s\" pro čtení a zápis."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Nemohu zapisovat do souboru \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Zařízení \"%s\" není zachytávací zařízení."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Nemohu otevřít zařízení zvuku \"%s\" pro zápis."
+msgid "Could not write to device \"%s\"."
+msgstr "Nemohu zapisovat do zařízení \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Nemohu otevřít řídicí zařízení \"%s\" pro zápis."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Nemohu od zařízení \"%s\" získat vyrovnávací paměti."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Nemohu nastavit zařízení zvuku \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Nemohu od zařízení \"%s\" získat dost vyrovnávacích pamětí."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Nemohu zavřít zařízení zvuku \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "Nezadán název souboru."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Nemohu zavřít řídicí zařízení \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Nemohu otevřít soubor \"%s\" pro zápis."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Nemohu otevřít zařízení videa \"%s\" pro zápis."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Nemohu zapisovat do souboru \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Nemohu zavřít zařízení videa \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Nemohu otevřít zařízení zvuku \"%s\" pro zápis."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Nemohu zapisovat do zařízení \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Nemohu otevřít řídicí zařízení \"%s\" pro zápis."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Nemohu nastavit zařízení zvuku \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Nemohu nastavit zařízení zvuku \"%s\" na %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Nemohu zavřít zařízení zvuku \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Nemohu zavřít řídicí zařízení \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Nemohu otevřít zařízení videa \"%s\" pro zápis."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Nemohu zavřít zařízení videa \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Chyba při zavírání souboru \"%s\"."
@@ -209,24 +213,12 @@ msgstr "Nemohu zapisovat do zařízení \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Nezadáno zařízení."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Nemohu otevřít zařízení \"%s\" pro čtení a zápis."
-
 #~ msgid "Device is not open."
 #~ msgstr "Zařízení není otevřeno."
 
 #~ msgid "Device is open."
 #~ msgstr "Zařízení je otevřeno."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Zařízení \"%s\" není zachytávací zařízení."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Nemohu od zařízení \"%s\" získat vyrovnávací paměti."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Nemohu od zařízení \"%s\" získat dost vyrovnávacích pamětí."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index 522a2a4..ac21624 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-04-26 10:41-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
@@ -14,64 +14,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "No filename specified."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Could not open file \"%s\" for writing."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Could not open device \"%s\" for reading and writing."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Could not write to file \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Device \"%s\" is not a capture device."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Could not open audio device \"%s\" for writing."
+msgid "Could not write to device \"%s\"."
+msgstr "Could not write to device \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Could not open control device \"%s\" for writing."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Could not get buffers from device \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Could not configure audio device \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Could not set audio device \"%s\" to %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Could not get enough buffers from device \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Could not close audio device \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "No filename specified."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Could not close control device \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Could not open file \"%s\" for writing."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Could not open video device \"%s\" for writing."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Could not write to file \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Could not close video device \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Could not open audio device \"%s\" for writing."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Could not write to device \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Could not open control device \"%s\" for writing."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Could not configure audio device \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Could not set audio device \"%s\" to %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Could not close audio device \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Could not close control device \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Could not open video device \"%s\" for writing."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Could not close video device \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Error closing file \"%s\"."
@@ -207,20 +211,8 @@ msgstr "Could not write to device \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "No device specified."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Could not open device \"%s\" for reading and writing."
-
 #~ msgid "Device is not open."
 #~ msgstr "Device is not open."
 
 #~ msgid "Device is open."
 #~ msgstr "Device is open."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Device \"%s\" is not a capture device."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Could not get buffers from device \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Could not get enough buffers from device \"%s\"."
index e302737..e51ba8e 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-07-18 11:03+0200\n"
 "Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -14,64 +14,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Nincs fájlnév megadva."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Nem lehet írásra megnyitni a(z) \"%s\" fájlt."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Nem lehet olvasásra és írásra megnyitni a(z) \"%s\" eszközt."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Nem lehet írni a(z) \"%s\" fájlba."
+msgid "Device \"%s\" is not a capture device."
+msgstr "A(z) \"%s\" eszköz nem rögzítőeszköz."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Nem lehet írásra megnyitni a(z) \"%s\" audioeszközt."
+msgid "Could not write to device \"%s\"."
+msgstr "Nem lehet írni a(z) \"%s\" eszközre."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Nem lehet írásra megnyitni a(z) \"%s\" vezérlőeszközt."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszköztől."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt %d Hz-re."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Nem lehet elég puffert szerezni a(z) \"%s\" eszköztől."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Nem lehet lezárni a(z) \"%s\" audioeszközt."
+#~ msgid "No filename specified."
+#~ msgstr "Nincs fájlnév megadva."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Nem lehet lezárni a(z) \"%s\" vezérlőeszközt."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" fájlt."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Nem lehet írásra megnyitni a(z) \"%s\" videoeszközt."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Nem lehet írni a(z) \"%s\" fájlba."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Nem lehet lezárni a(z) \"%s\" videoeszközt."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" audioeszközt."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Nem lehet írni a(z) \"%s\" eszközre."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" vezérlőeszközt."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Nem lehet beállítani a(z) \"%s\" audioeszközt %d Hz-re."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Nem lehet lezárni a(z) \"%s\" audioeszközt."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Nem lehet lezárni a(z) \"%s\" vezérlőeszközt."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Nem lehet írásra megnyitni a(z) \"%s\" videoeszközt."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Nem lehet lezárni a(z) \"%s\" videoeszközt."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Hiba a(z) \"%s\" fájl bezárása közben."
@@ -207,20 +211,8 @@ msgstr "Nem lehet írni a(z) \"%s\" eszközre."
 #~ msgid "No device specified."
 #~ msgstr "Nincs megadva eszköz."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Nem lehet olvasásra és írásra megnyitni a(z) \"%s\" eszközt."
-
 #~ msgid "Device is not open."
 #~ msgstr "Az eszköz nincs nyitva."
 
 #~ msgid "Device is open."
 #~ msgstr "Az eszköz nyitva van."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "A(z) \"%s\" eszköz nem rögzítőeszköz."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszköztől."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Nem lehet elég puffert szerezni a(z) \"%s\" eszköztől."
index 33a7109..2be5d31 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-11-07 19:11+0100\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -15,64 +15,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Nessun nome di file specificato."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Impossibile aprire il file «%s» in scrittura."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Impossibile aprire il device «%s» in lettura e scrittura."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Impossibile scrivere sul file «%s»."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Il device «%s» non è un device di cattura."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Impossibile aprire il device audio «%s» in scrittura."
+msgid "Could not write to device \"%s\"."
+msgstr "Impossibile scrivere sul device «%s»."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Impossibile aprire il device di controllo «%s» in scrittura."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Impossibile ottenere dei buffer dal device «%s»."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Impossibile configurare il device audio «%s»."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Impossibile impostare il device audio «%s» a %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Impossibile ottenere abbastanza buffer dal device «%s»."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Impossibile chiudere il device audio «%s»."
+#~ msgid "No filename specified."
+#~ msgstr "Nessun nome di file specificato."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Impossibile chiudere il device di controllo «%s»."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Impossibile aprire il file «%s» in scrittura."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Impossibile aprire il device video «%s» in scrittura."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Impossibile scrivere sul file «%s»."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Impossibile chiudere il device video «%s»."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Impossibile aprire il device audio «%s» in scrittura."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Impossibile scrivere sul device «%s»."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Impossibile aprire il device di controllo «%s» in scrittura."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Impossibile configurare il device audio «%s»."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Impossibile impostare il device audio «%s» a %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Impossibile chiudere il device audio «%s»."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Impossibile chiudere il device di controllo «%s»."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Impossibile aprire il device video «%s» in scrittura."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Impossibile chiudere il device video «%s»."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Errore nel chiudere il file «%s»."
@@ -207,24 +211,12 @@ msgstr "Impossibile scrivere sul device «%s»."
 #~ msgid "No device specified."
 #~ msgstr "Nessun device specificato."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Impossibile aprire il device «%s» in lettura e scrittura."
-
 #~ msgid "Device is not open."
 #~ msgstr "Il device non è aperto."
 
 #~ msgid "Device is open."
 #~ msgstr "Il device è aperto."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Il device «%s» non è un device di cattura."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Impossibile ottenere dei buffer dal device «%s»."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Impossibile ottenere abbastanza buffer dal device «%s»."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index a45fc2f..18e0537 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-10-04 15:54+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -14,64 +14,44 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Ingen filnavn oppgitt."
-
-#: ext/sndfile/gstsf.c:625
-#, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Kunne ikke åpne filen «%s» for skriving."
-
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Kunne ikke skrive til fil «%s»."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Kunne ikke åpne enhet «%s» for lesing og skriving."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr ""
+msgid "Device \"%s\" is not a capture device."
+msgstr "Enhet «%s» kan ikke fange data."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
+msgid "Could not write to device \"%s\"."
 msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:343
-#, c-format
-msgid "Could not configure audio device \"%s\"."
+#: sys/v4l2/v4l2src_calls.c:303
+#, fuzzy, c-format
+msgid "Could not get buffers from device \"%s\"."
 msgstr "Kunne ikke konfigurere lydenhet «%s»."
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
+msgid "the driver of device \"%s\" is broken."
 msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr ""
-
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr ""
+#: sys/v4l2/v4l2src_calls.c:325
+#, fuzzy, c-format
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Kunne ikke konfigurere lydenhet «%s»."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr ""
+#~ msgid "No filename specified."
+#~ msgstr "Ingen filnavn oppgitt."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr ""
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Kunne ikke åpne filen «%s» for skriving."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr ""
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Kunne ikke skrive til fil «%s»."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Feil under lukking av fil «%s»."
@@ -176,14 +156,8 @@ msgstr ""
 #~ msgid "No device specified."
 #~ msgstr "Ingen enhet oppgitt."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Kunne ikke åpne enhet «%s» for lesing og skriving."
-
 #~ msgid "Device is not open."
 #~ msgstr "Enheten er ikke åpen."
 
 #~ msgid "Device is open."
 #~ msgstr "Enheten er åpen."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Enhet «%s» kan ikke fange data."
index b86fddc..7955136 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-08-05 16:26+0200\n"
 "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -15,64 +15,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Geen bestandsnaam opgegeven."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Kon \"%s\" niet openen om te schrijven."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Kon apparaat \"%s\" niet openen voor lezen en schrijven."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Kon niet schrijven naar bestand \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Apparaat \"%s\" is niet een opvangapparaat."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Kon geluidsapparaat \"%s\" niet openen om te schrijven."
+msgid "Could not write to device \"%s\"."
+msgstr "Kon niet schrijven naar apparaat \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Kon instelapparaat \"%s\" niet openen om te schrijven."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Kon geen buffers opvragen van apparaat \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Kon geluidsapparaat \"%s\" niet configureren."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Kon geluidsapparaat \"%s\" niet instellen op %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Kon niet voldoende buffers opvragen van apparaat \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Kon geluidsapparaat \"%s\" niet sluiten."
+#~ msgid "No filename specified."
+#~ msgstr "Geen bestandsnaam opgegeven."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Kon instelapparaat \"%s\" niet sluiten."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Kon \"%s\" niet openen om te schrijven."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Kon videoapparaat \"%s\" niet openen om te schrijven."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Kon niet schrijven naar bestand \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Kon videoapparaat \"%s\" niet sluiten."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Kon geluidsapparaat \"%s\" niet openen om te schrijven."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Kon niet schrijven naar apparaat \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Kon instelapparaat \"%s\" niet openen om te schrijven."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Kon geluidsapparaat \"%s\" niet configureren."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Kon geluidsapparaat \"%s\" niet instellen op %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Kon geluidsapparaat \"%s\" niet sluiten."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Kon instelapparaat \"%s\" niet sluiten."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Kon videoapparaat \"%s\" niet openen om te schrijven."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Kon videoapparaat \"%s\" niet sluiten."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Fout bij sluiten bestand \"%s\"."
@@ -208,24 +212,12 @@ msgstr "Kon niet schrijven naar apparaat \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Geen apparaat opgegeven."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Kon apparaat \"%s\" niet openen voor lezen en schrijven."
-
 #~ msgid "Device is not open."
 #~ msgstr "Apparaat is niet geopend."
 
 #~ msgid "Device is open."
 #~ msgstr "Apparaat is geopend."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Apparaat \"%s\" is niet een opvangapparaat."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Kon geen buffers opvragen van apparaat \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Kon niet voldoende buffers opvragen van apparaat \"%s\"."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index c163bde..b2cbb02 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-09-27 13:32+0530\n"
 "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
 "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@@ -16,64 +16,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "କୌଣସି ଫାଇଲନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "\"%s\" à¬«à¬¾à¬\87ଲ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "\"%s\" à¬¯à¬¨à­\8dତà­\8dର à¬ªà¬¢à¬¼à¬¿à¬¬à¬¾ à¬\93 ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "\"%s\" à¬«à¬¾à¬\87ଲ à¬²à­\87à¬\96ିହà­\87ଲା à¬¨à¬¾à¬¹à¬¿ଁ."
+msgid "Device \"%s\" is not a capture device."
+msgstr "\"%s\" à¬¯à¬¨à­\8dତà­\8dର à¬\97à­\8bà¬\9fିà¬\8f à¬\85ନà­\81ଲିପିà¬\95ାର à¬¨à­\81ହà­\87ଁ."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "\"%s\" à¬§à­\8dବନି à¬¯à¬¨à­\8dତà­\8dର à¬²à­\87à¬\96ିବା à¬ªà¬¾à¬\87à¬\81 à¬\96à­\8bଲିହେଲା ନାହିଁ."
+msgid "Could not write to device \"%s\"."
+msgstr "\"%s\" à¬¯à¬¨à­\8dତà­\8dରରà­\87 à¬²à­\87à¬\96ିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "\"%s\" à¬¨à¬¿à­\9fନà­\8dତà­\8dରଣ à¬¯à¬¨à­\8dତà­\8dର à¬²à­\87à¬\96ିବା à¬ªà¬¾à¬\87à¬\81 à¬\96à­\8bଲିହେଲା ନାହିଁ."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "\"%s\" à¬¯à¬¨à­\8dତà­\8dରରà­\81 à¬\85ସà­\8dଥାà­\9fà­\80 à¬¸à¬\9eà­\8dà¬\9aà­\9f à¬¸à­\8dଥାନ à¬\86ଣିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "\"%s\" à¬§à­\8dବନି à¬¯à¬¨à­\8dତà­\8dରà¬\95à­\81 %d à¬¹à¬°à­\8dà¬\9cରà­\87 à¬¬à¬¿à¬¨à­\8dଯାସ à¬\95ରିହେଲା ନାହିଁ."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "\"%s\" à¬¯à¬¨à­\8dତà­\8dରରà­\81 à¬ªà¬°à­\8dଯà­\8dଯାପà­\8dତ à¬\85ସà­\8dଥାà­\9fà­\80 à¬¸à¬\9eà­\8dà¬\9aà­\9f à¬¸à­\8dଥାନ à¬\86ଣିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
+#~ msgid "No filename specified."
+#~ msgstr "କୌଣସି ଫାଇଲନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "\"%s\" ଫାଇଲ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "\"%s\" ଫାଇଲ ଲେଖିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "\"%s\" ଯନ୍ତ୍ରରେ ଲେଖିହେଲା ନାହିଁ."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ରକୁ %d ହର୍ଜରେ ବିନ୍ଯାସ କରିହେଲା ନାହିଁ."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "\"%s\" ଧ୍ବନି ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "\"%s\" ନିୟନ୍ତ୍ରଣ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "\"%s\" ଭିଡିଓ ଯନ୍ତ୍ର ବନ୍ଦ କରିହେଲା ନାହିଁ."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "\"%s\" ଫାଇଲ ବନ୍ଦ କରିବାରେ ତ୍ରୁଟି."
@@ -207,24 +211,12 @@ msgstr "\"%s\" ଯନ୍ତ୍ରରେ ଲେଖିହେଲା ନାହିଁ
 #~ msgid "No device specified."
 #~ msgstr "କୌଣସି ଯନ୍ତ୍ର ଉଲ୍ଲେଖିତ କରାଯାଇ ନାହିଁ."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "\"%s\" ଯନ୍ତ୍ର ପଢ଼ିବା ଓ ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
-
 #~ msgid "Device is not open."
 #~ msgstr "ଯନ୍ତ୍ର ଖୋଲାଯାଇ ନାହିଁ."
 
 #~ msgid "Device is open."
 #~ msgstr "ଯନ୍ତ୍ର ଖୋଲାଯାଇଚ୍ଛି."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "\"%s\" ଯନ୍ତ୍ର ଗୋଟିଏ ଅନୁଲିପିକାର ନୁହେଁ."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "\"%s\" ଯନ୍ତ୍ରରୁ ପର୍ଯ୍ଯାପ୍ତ ଅସ୍ଥାୟୀ ସଞ୍ଚୟ ସ୍ଥାନ ଆଣିହେଲା ନାହିଁ."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index 16ba5a9..3393665 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-08-07 20:29+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -14,64 +14,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Nuk është përcaktuar emri i file."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "E pamundur hapja e file \"%s\" në shkrim."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "E pamundur hapja e dispozitivit \"%s\" për lexim dhe shkrim."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "I pamundur shkrimi tek file \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Dispozitivi \"%s\" nuk është një dispozitiv marrje."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "E pamundur hapja e dispozitivit të zërit \"%s\" për shkrim."
+msgid "Could not write to device \"%s\"."
+msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "E pamundur hapja e dispozitivit të kontrollit \"%s\" për shkrim."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "E pamundur marrja e buffers nga dispozitivi \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "I pamundur konfigurimi i dispozitivit të zërit \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "I pamundur rregullimi i dispozitivit audio \"%s\" në %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "E pamundur marrja e buffers të mjaftueshëm nga dispozitivi \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "E pamundur mbyllja e dispozitivit audio \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "Nuk është përcaktuar emri i file."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "E pamundur mbyllja e dispozitivit të kontrollit \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "E pamundur hapja e file \"%s\" në shkrim."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "E pamundur hapja e dispozitivit video \"%s\" për shkrim."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "I pamundur shkrimi tek file \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "E pamundur mbyllja e dispozitivit video \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "E pamundur hapja e dispozitivit të zërit \"%s\" për shkrim."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "E pamundur hapja e dispozitivit të kontrollit \"%s\" për shkrim."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "I pamundur konfigurimi i dispozitivit të zërit \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "I pamundur rregullimi i dispozitivit audio \"%s\" në %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "E pamundur mbyllja e dispozitivit audio \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "E pamundur mbyllja e dispozitivit të kontrollit \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "E pamundur hapja e dispozitivit video \"%s\" për shkrim."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "E pamundur mbyllja e dispozitivit video \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Gabim gjatë mbylljes së file \"%s\"."
@@ -207,24 +211,12 @@ msgstr "I pamundur shkrimi në dispozitivin \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Nuk është përcaktuar asnjë dispozitiv."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "E pamundur hapja e dispozitivit \"%s\" për lexim dhe shkrim."
-
 #~ msgid "Device is not open."
 #~ msgstr "Dispozitivi nuk është hapur."
 
 #~ msgid "Device is open."
 #~ msgstr "Dispozitivi është i hapur."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Dispozitivi \"%s\" nuk është një dispozitiv marrje."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "E pamundur marrja e buffers nga dispozitivi \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "E pamundur marrja e buffers të mjaftueshëm nga dispozitivi \"%s\"."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index 9fa021b..4fc28e1 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.7.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-03-13 00:18+0100\n"
 "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -16,64 +16,68 @@ msgstr ""
 "Plural-Forms: nplurals=3;    plural=n%10==1 && n%100!=11 ? 0 :  (n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Име датотеке није задато."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Не могу да отворим датотеку „%s“ ради уписа."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Ð\9dе Ð¼Ð¾Ð³Ñ\83 Ð´Ð° Ð¿Ð¸Ñ\88ем Ñ\83 Ð´Ð°Ñ\82оÑ\82екÑ\83 â\80\9e%sâ\80\9c."
+msgid "Device \"%s\" is not a capture device."
+msgstr "УÑ\80еÑ\92аÑ\98 â\80\9e%sâ\80\9c Ð½Ðµ Ð¿Ñ\80едÑ\81Ñ\82авÑ\99а Ñ\83Ñ\80еÑ\92аÑ\98 Ð·Ð° Ñ\81нимаÑ\9aе."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Ð\9dе Ð¼Ð¾Ð³Ñ\83 Ð´Ð° Ð¾Ñ\82воÑ\80им Ð·Ð²Ñ\83Ñ\87ни Ñ\83Ñ\80еÑ\92аÑ\98 â\80\9e%sâ\80\9c Ñ\80ади Ñ\83пиÑ\81а."
+msgid "Could not write to device \"%s\"."
+msgstr "Ð\9dе Ð¼Ð¾Ð³Ñ\83 Ð´Ð° Ð¿Ð¸Ñ\88ем Ð½Ð° Ð²Ð¸Ð´ÐµÐ¾ Ñ\83Ñ\80еÑ\92аÑ\98 â\80\9e%sâ\80\9c."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Ð\9dе Ð¼Ð¾Ð³Ñ\83 Ð´Ð° Ð¾Ñ\82воÑ\80им Ñ\83пÑ\80авÑ\99аÑ\87ки Ñ\83Ñ\80еÑ\92аÑ\98 â\80\9e%sâ\80\9c Ñ\80ади Ñ\83пиÑ\81а."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Ð\9dе Ð¼Ð¾Ð³Ñ\83 Ð´Ð° Ð¿Ñ\80имим Ð±Ð°Ñ\84еÑ\80е Ñ\81а Ñ\83Ñ\80еÑ\92аÑ\98а â\80\9e%sâ\80\9c."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Не могу да подесим звучни уређај „%s“."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Не могу да поставим звучни уређај „%s“ на %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Не могу да примим довољно бафера са уређаја „%s“."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Не могу да отворим радио уређај '%s'"
+#~ msgid "No filename specified."
+#~ msgstr "Име датотеке није задато."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Не могу да затворим управљачки уређај „%s“."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Не могу да отворим датотеку „%s“ ради уписа."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Не могу да отворим видео уређај „%s“ ради уписа."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Не могу да пишем у датотеку „%s“."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Не могу да затворим видео уређај „%s“."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Не могу да отворим звучни уређај „%s“ ради уписа."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Не могу да пишем на видео уређај „%s“."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Не могу да отворим управљачки уређај „%s“ ради уписа."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Не могу да подесим звучни уређај „%s“."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Не могу да поставим звучни уређај „%s“ на %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Не могу да отворим радио уређај '%s'"
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Не могу да затворим управљачки уређај „%s“."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Не могу да отворим видео уређај „%s“ ради уписа."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Не могу да затворим видео уређај „%s“."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Грешка при затварању датотеке „%s“."
@@ -203,20 +207,8 @@ msgstr "Не могу да пишем на видео уређај „%s“."
 #~ msgid "No device specified."
 #~ msgstr "Уређај није наведен."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
-
 #~ msgid "Device is not open."
 #~ msgstr "Уређај није отворен."
 
 #~ msgid "Device is open."
 #~ msgstr "Уређај је отворен."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Уређај „%s“ не представља уређај за снимање."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Не могу да примим бафере са уређаја „%s“."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Не могу да примим довољно бафера са уређаја „%s“."
index 9f81a15..ca14faf 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,13 +2,13 @@
 # Copyright (C) 2004 Free Software Foundation, Inc.
 # Christian Rose <menthos@menthos.com>, 2004.
 #
-# $Id: sv.po,v 1.25 2005/10/26 13:40:33 thomasvs Exp $
+# $Id: sv.po,v 1.26 2006/04/01 10:09:11 thomasvs Exp $
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-08-03 20:53+0200\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -16,64 +16,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Inget filnamn angivet."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Kunde inte öppna filen \"%s\" för skrivning."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Kunde inte öppna enheten \"%s\" för läsning och skrivning."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Kunde inte skriva till filen \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Enheten \"%s\" är ingen fångstenhet."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Kunde inte öppna ljudenheten \"%s\" för skrivning."
+msgid "Could not write to device \"%s\"."
+msgstr "Kunde inte skriva till enheten \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Kunde inte öppna styrenheten \"%s\" för skrivning."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Kunde inte få tag i buffertar från enheten \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Kunde inte konfigurera ljudenheten \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Kan inte ställa in ljudenheten \"%s\" till %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Kunde inte få tag i tillräckligt många buffertar från enheten \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Kunde inte stänga ljudenheten \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "Inget filnamn angivet."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Kunde inte stänga styrenheten \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Kunde inte öppna filen \"%s\" för skrivning."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Kunde inte öppna videoenheten \"%s\" för skrivning."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Kunde inte skriva till filen \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Kunde inte stänga vidoeenheten \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Kunde inte öppna ljudenheten \"%s\" för skrivning."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Kunde inte skriva till enheten \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Kunde inte öppna styrenheten \"%s\" för skrivning."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Kunde inte konfigurera ljudenheten \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Kan inte ställa in ljudenheten \"%s\" till %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Kunde inte stänga ljudenheten \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Kunde inte stänga styrenheten \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Kunde inte öppna videoenheten \"%s\" för skrivning."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Kunde inte stänga vidoeenheten \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Fel vid stängning av filen \"%s\"."
@@ -222,25 +226,12 @@ msgstr "Kunde inte skriva till enheten \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Ingen enheten angiven."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Kunde inte öppna enheten \"%s\" för läsning och skrivning."
-
 #~ msgid "Device is not open."
 #~ msgstr "Enheten är inte öppen."
 
 #~ msgid "Device is open."
 #~ msgstr "Enheten är öppen."
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Enheten \"%s\" är ingen fångstenhet."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Kunde inte få tag i buffertar från enheten \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr ""
-#~ "Kunde inte få tag i tillräckligt många buffertar från enheten \"%s\"."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index 1667e3f..0bb5c8d 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins 0.8.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2004-08-03 15:40+0200\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -15,64 +15,68 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Не вказаний файл."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Не вдається відкрити файл \"%s\" для запису."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Не вдається відкрити пристрій \"%s\" для читання чи запису."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð·Ð°Ð¿Ð¸Ñ\81аÑ\82и Ñ\83 Ñ\84айл \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Ð\9fÑ\80иÑ\81Ñ\82Ñ\80Ñ\96й \"%s\" Ð½Ðµ Ñ\94 Ð¿Ñ\80иÑ\81Ñ\82Ñ\80оÑ\94м Ð·Ð°Ñ\85опленнÑ\8f."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð²Ñ\96дкÑ\80иÑ\82и Ð·Ð²Ñ\83ковий Ð¿Ñ\80иÑ\81Ñ\82Ñ\80Ñ\96й \"%s\" Ð´Ð»Ñ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\83."
+msgid "Could not write to device \"%s\"."
+msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð·Ð°Ð¿Ð¸Ñ\81аÑ\82и Ñ\83 Ð¿Ñ\80иÑ\81Ñ\82Ñ\80Ñ\96й \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð²Ñ\96дкÑ\80иÑ\82и Ð¿Ñ\80иÑ\81Ñ\82Ñ\80Ñ\96й ÐºÐµÑ\80Ñ\83ваннÑ\8f \"%s\" Ð´Ð»Ñ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\83."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð¾Ñ\82Ñ\80имаÑ\82и Ð±Ñ\83Ñ\84еÑ\80и Ð²Ñ\96д Ð¿Ñ\80иÑ\81Ñ\82Ñ\80оÑ\8e \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Не вдається настроїти звуковий пристрій \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð²Ñ\81Ñ\82ановиÑ\82и Ñ\87аÑ\81Ñ\82оÑ\82Ñ\83 \"%s\" Ñ\83 %d Ð\93Ñ\86."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Ð\9dе Ð²Ð´Ð°Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Ð¾Ñ\82Ñ\80имаÑ\82и Ð´Ð¾Ñ\81Ñ\82аÑ\82нÑ\8cо Ð±Ñ\83Ñ\84еÑ\80Ñ\96в Ð²Ñ\96д Ð¿Ñ\80иÑ\81Ñ\82Ñ\80оÑ\8e \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Не вдається закрити звуковий пристрій \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "Не вказаний файл."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Не вдається закрити пристрій керування \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Не вдається відкрити файл \"%s\" для запису."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Не вдається відкрити відео пристрій \"%s\" для запису."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Не вдається записати у файл \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Не вдається закрити відео пристрій \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Не вдається відкрити звуковий пристрій \"%s\" для запису."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Не вдається записати у пристрій \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Не вдається відкрити пристрій керування \"%s\" для запису."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Не вдається настроїти звуковий пристрій \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Не вдається встановити частоту \"%s\" у %d Гц."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Не вдається закрити звуковий пристрій \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Не вдається закрити пристрій керування \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Не вдається відкрити відео пристрій \"%s\" для запису."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Не вдається закрити відео пристрій \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Помилка закривання файлу \"%s\"."
@@ -212,20 +216,8 @@ msgstr "Не вдається записати у пристрій \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Пристрій не вказано."
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Не вдається відкрити пристрій \"%s\" для читання чи запису."
-
 #~ msgid "Device is not open."
 #~ msgstr "Пристрій не відкритий."
 
 #~ msgid "Device is open."
 #~ msgstr "Пристрій відкритий."
-
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Пристрій \"%s\" не є пристроєм захоплення."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Не вдається отримати буфери від пристрою \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Не вдається отримати достатньо буферів від пристрою \"%s\"."
index 4eb6dc8..056f1d5 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gst-plugins-0.8.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-26 15:32+0200\n"
+"POT-Creation-Date: 2006-03-31 23:33+0200\n"
 "PO-Revision-Date: 2005-01-22 17:17+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -16,64 +16,68 @@ msgstr ""
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ext/sndfile/gstsf.c:586
-msgid "No filename specified."
-msgstr "Chưa ghi rõ tên tập tin."
-
-#: ext/sndfile/gstsf.c:625
+#: sys/v4l2/v4l2_calls.c:409
 #, c-format
-msgid "Could not open file \"%s\" for writing."
-msgstr "Đã không mở được tập tin \"%s\" để ghi."
+msgid "Could not open device \"%s\" for reading and writing."
+msgstr "Đã không mở được thiết bị \"%s\" để đọc và ghi."
 
-#: ext/sndfile/gstsf.c:839
+#: sys/v4l2/v4l2_calls.c:423
 #, c-format
-msgid "Could not write to file \"%s\"."
-msgstr "Đã không ghi được vào tập tin \"%s\"."
+msgid "Device \"%s\" is not a capture device."
+msgstr "Thiết bị \"%s\" không bắt gì được."
 
-#: sys/dxr3/dxr3audiosink.c:298
+#: sys/v4l2/v4l2src_calls.c:127
 #, c-format
-msgid "Could not open audio device \"%s\" for writing."
-msgstr "Đã không mở được thiết bị âm thanh \"%s\" để ghi."
+msgid "Could not write to device \"%s\"."
+msgstr "Đã không ghi được vào thiết bị \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:310 sys/dxr3/dxr3videosink.c:283
+#: sys/v4l2/v4l2src_calls.c:303
 #, c-format
-msgid "Could not open control device \"%s\" for writing."
-msgstr "Đã không mở được thiết bị điều khiển \"%s\" để ghi."
+msgid "Could not get buffers from device \"%s\"."
+msgstr "Đã không gọi được bộ đệm nào từ thiết bị \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:343
+#: sys/v4l2/v4l2src_calls.c:315
 #, c-format
-msgid "Could not configure audio device \"%s\"."
-msgstr "Đã không định cầu hình được thiết bị âm thanh \"%s\"."
+msgid "the driver of device \"%s\" is broken."
+msgstr ""
 
-#: sys/dxr3/dxr3audiosink.c:357 sys/dxr3/dxr3audiosink.c:394
+#: sys/v4l2/v4l2src_calls.c:325
 #, c-format
-msgid "Could not set audio device \"%s\" to %d Hz."
-msgstr "Đã không đặt được thiết bị âm thanh \"%s\" thành %d Hz."
+msgid "Could not get enough buffers from device \"%s\"."
+msgstr "Đã không gọi được đủ bộ đệm từ thiết bị \"%s\"."
 
-#: sys/dxr3/dxr3audiosink.c:422
-#, c-format
-msgid "Could not close audio device \"%s\"."
-msgstr "Đã không đóng được thiết bị âm thanh \"%s\"."
+#~ msgid "No filename specified."
+#~ msgstr "Chưa ghi rõ tên tập tin."
 
-#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308
-#, c-format
-msgid "Could not close control device \"%s\"."
-msgstr "Đã không đóng được thiết bị điều khiển \"%s\"."
+#~ msgid "Could not open file \"%s\" for writing."
+#~ msgstr "Đã không mở được tập tin \"%s\" để ghi."
 
-#: sys/dxr3/dxr3videosink.c:271
-#, c-format
-msgid "Could not open video device \"%s\" for writing."
-msgstr "Đã không mở được thiết bị ảnh động \"%s\" để ghi."
+#~ msgid "Could not write to file \"%s\"."
+#~ msgstr "Đã không ghi được vào tập tin \"%s\"."
 
-#: sys/dxr3/dxr3videosink.c:301
-#, c-format
-msgid "Could not close video device \"%s\"."
-msgstr "Đã không đóng được thiết bị ảnh động \"%s\"."
+#~ msgid "Could not open audio device \"%s\" for writing."
+#~ msgstr "Đã không mở được thiết bị âm thanh \"%s\" để ghi."
 
-#: sys/dxr3/dxr3videosink.c:453
-#, c-format
-msgid "Could not write to device \"%s\"."
-msgstr "Đã không ghi được vào thiết bị \"%s\"."
+#~ msgid "Could not open control device \"%s\" for writing."
+#~ msgstr "Đã không mở được thiết bị điều khiển \"%s\" để ghi."
+
+#~ msgid "Could not configure audio device \"%s\"."
+#~ msgstr "Đã không định cầu hình được thiết bị âm thanh \"%s\"."
+
+#~ msgid "Could not set audio device \"%s\" to %d Hz."
+#~ msgstr "Đã không đặt được thiết bị âm thanh \"%s\" thành %d Hz."
+
+#~ msgid "Could not close audio device \"%s\"."
+#~ msgstr "Đã không đóng được thiết bị âm thanh \"%s\"."
+
+#~ msgid "Could not close control device \"%s\"."
+#~ msgstr "Đã không đóng được thiết bị điều khiển \"%s\"."
+
+#~ msgid "Could not open video device \"%s\" for writing."
+#~ msgstr "Đã không mở được thiết bị ảnh động \"%s\" để ghi."
+
+#~ msgid "Could not close video device \"%s\"."
+#~ msgstr "Đã không đóng được thiết bị ảnh động \"%s\"."
 
 #~ msgid "Error closing file \"%s\"."
 #~ msgstr "Lỗi khi đóng tập tin \"%s\"."
@@ -209,24 +213,12 @@ msgstr "Đã không ghi được vào thiết bị \"%s\"."
 #~ msgid "No device specified."
 #~ msgstr "Chưa ghi rõ thiết bị nào"
 
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Đã không mở được thiết bị \"%s\" để đọc và ghi."
-
 #~ msgid "Device is not open."
 #~ msgstr "Thiết bị chưa mở"
 
 #~ msgid "Device is open."
 #~ msgstr "Thiết bị mở rồi"
 
-#~ msgid "Device \"%s\" is not a capture device."
-#~ msgstr "Thiết bị \"%s\" không bắt gì được."
-
-#~ msgid "Could not get buffers from device \"%s\"."
-#~ msgstr "Đã không gọi được bộ đệm nào từ thiết bị \"%s\"."
-
-#~ msgid "Could not get enough buffers from device \"%s\"."
-#~ msgstr "Đã không gọi được đủ bộ đệm từ thiết bị \"%s\"."
-
 #~ msgid ""
 #~ "The %s element could not be found. This element is essential for "
 #~ "playback. Please install the right plug-in and verify that it works by "
index 6d3bec0..2ab7d48 100644 (file)
@@ -361,4 +361,4 @@ plugin_init (GstPlugin * plugin)
 }
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "cdplayer", "CD Player", plugin_init, VERSION, GST_LICENSE,    /* ? */
-    GST_PACKAGE, GST_ORIGIN);
+    GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index de5452f..728551e 100644 (file)
@@ -39,4 +39,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "directdraw",
     "DIRECTDRAW plugin library",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index aaa496f..e619f1a 100644 (file)
@@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "directsound",
     "DIRECTSOUND plugin library",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 7c4f3e8..2cbb74b 100644 (file)
@@ -53,4 +53,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "dxr3",
     "dxr3 mpeg video board elements",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index b312725..6f22d80 100644 (file)
@@ -809,4 +809,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "glimagesink",
     "OpenGL video output plugin",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 2bae6d8..ed0bc27 100644 (file)
@@ -446,4 +446,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "qcamsrc",
     "Read from a QuickCam device",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 23da8da..513899e 100644 (file)
@@ -63,4 +63,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "video4linux2",
     "elements for Video 4 Linux",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 107dbb5..52b76eb 100644 (file)
@@ -650,4 +650,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "vcdsrc",
     "Asynchronous read from VCD disk",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 95c54ba..06dccea 100644 (file)
@@ -827,4 +827,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "ximagesrc",
     "XFree86 video input plugin based on standard Xlib calls",
-    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+    plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)