From 60f8059676c758b3838896671a7fd158bf26b522 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Apr 2006 10:09:11 +0000 Subject: rework build; add translations for v4l2 Original commit message from CVS: rework build; add translations for v4l2 --- ChangeLog | 91 ++++ Makefile.am | 6 +- common | 2 +- configure.ac | 530 +++++++-------------- docs/plugins/gst-plugins-bad-plugins-decl-list.txt | 1 - ext/amrwb/gstamrwb.c | 3 +- ext/arts/gst_arts.c | 2 +- ext/artsd/gstartsdsink.c | 2 +- ext/audiofile/gstaf.c | 3 +- ext/audioresample/gstaudioresample.c | 3 +- ext/bz2/gstbz2.c | 2 +- ext/cdaudio/gstcdaudio.c | 2 +- ext/directfb/dfbvideosink.c | 2 +- ext/dts/gstdtsdec.c | 2 +- ext/faac/gstfaac.c | 2 +- ext/faad/gstfaad.c | 2 +- ext/hermes/gsthermescolorspace.c | 2 +- ext/ivorbis/vorbis.c | 2 +- ext/jack/gstjack.c | 3 +- ext/lcs/gstcolorspace.c | 2 +- ext/musepack/gstmusepackdec.c | 3 +- ext/musicbrainz/gsttrm.c | 2 +- ext/nas/nassink.c | 2 +- ext/sdl/gstsdl.c | 2 +- ext/snapshot/gstsnapshot.c | 2 +- ext/sndfile/gstsf.c | 2 +- ext/swfdec/gstswfdec.c | 2 +- ext/tarkin/gsttarkin.c | 2 +- ext/xine/xine.c | 2 +- ext/xvid/gstxvid.c | 3 +- gst/cdxaparse/gstcdxaparse.c | 2 +- gst/chart/gstchart.c | 2 +- gst/colorspace/gstcolorspace.c | 2 +- gst/deinterlace/gstdeinterlace.c | 3 +- gst/equalizer/gstiirequalizer.c | 2 +- gst/festival/gstfestival.c | 2 +- gst/filter/gstfilter.c | 2 +- gst/freeze/gstfreeze.c | 2 +- gst/games/gstpuzzle.c | 2 +- gst/librfb/gstrfbsrc.c | 2 +- gst/mixmatrix/mixmatrix.c | 2 +- gst/mpeg1sys/gstmpeg1systemencode.c | 2 +- gst/mpeg1videoparse/gstmp1videoparse.c | 2 +- gst/mpeg2sub/gstmpeg2subt.c | 2 +- gst/mpegaudioparse/gstmpegaudioparse.c | 2 +- gst/multifilesink/gstmultifilesink.c | 2 +- gst/overlay/gstoverlay.c | 2 +- gst/passthrough/gstpassthrough.c | 2 +- gst/playondemand/gstplayondemand.c | 2 +- gst/qtdemux/qtdemux.c | 2 +- gst/rtjpeg/gstrtjpeg.c | 2 +- gst/smooth/gstsmooth.c | 2 +- gst/smoothwave/gstsmoothwave.c | 2 +- gst/spectrum/gstspectrum.c | 2 +- gst/speed/gstspeed.c | 2 +- gst/stereo/gststereo.c | 2 +- gst/switch/gstswitch.c | 2 +- gst/vbidec/gstvbidec.c | 2 +- gst/videocrop/gstvideocrop.c | 2 +- gst/videodrop/gstvideodrop.c | 2 +- gst/virtualdub/gstvirtualdub.c | 3 +- gst/xingheader/gstxingmux.c | 2 +- gst/y4m/gsty4mencode.c | 2 +- po/POTFILES.in | 3 + po/af.po | 102 ++-- po/az.po | 102 ++-- po/cs.po | 102 ++-- po/en_GB.po | 102 ++-- po/hu.po | 102 ++-- po/it.po | 102 ++-- po/nb.po | 74 +-- po/nl.po | 102 ++-- po/or.po | 102 ++-- po/sq.po | 102 ++-- po/sr.po | 102 ++-- po/sv.po | 105 ++-- po/uk.po | 102 ++-- po/vi.po | 102 ++-- sys/cdrom/gstcdplayer.c | 2 +- sys/directdraw/gstdirectdrawplugin.c | 2 +- sys/directsound/gstdirectsoundplugin.c | 2 +- sys/dxr3/dxr3init.c | 2 +- sys/glsink/glimagesink.c | 2 +- sys/qcam/gstqcamsrc.c | 2 +- sys/v4l2/gstv4l2.c | 2 +- sys/vcd/vcdsrc.c | 2 +- sys/ximagesrc/ximagesrc.c | 2 +- 87 files changed, 981 insertions(+), 1197 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8536be48..4481b1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2006-04-01 Thomas Vander Stichele + + * 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 * sys/ximagesrc/ximagesrc.c: diff --git a/Makefile.am b/Makefile.am index 4d6929d8..ca502025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 c18b429f..e430cd53 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c18b429f2a3698b6fc5e849a637aa0c8b91e82b9 +Subproject commit e430cd53b02f6d37da6200ac81c89c588f99b089 diff --git a/configure.ac b/configure.ac index 91cc508e..f4d37a8d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #include #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 diff --git a/docs/plugins/gst-plugins-bad-plugins-decl-list.txt b/docs/plugins/gst-plugins-bad-plugins-decl-list.txt index 7dbb1348..ad63ed4b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-decl-list.txt +++ b/docs/plugins/gst-plugins-bad-plugins-decl-list.txt @@ -6,7 +6,6 @@ GST_DFBSURFACE GstDfbSurface GstDfbVMode GstDfbVideoSink -GstDfbVideoSink gst_dfbsurface_get_type GST_DFBVIDEOSINK diff --git a/ext/amrwb/gstamrwb.c b/ext/amrwb/gstamrwb.c index 6974dc25..fd47b371 100644 --- a/ext/amrwb/gstamrwb.c +++ b/ext/amrwb/gstamrwb.c @@ -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); diff --git a/ext/arts/gst_arts.c b/ext/arts/gst_arts.c index 2b71f7d9..1345c92e 100644 --- a/ext/arts/gst_arts.c +++ b/ext/arts/gst_arts.c @@ -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) diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index f1c4357a..6caf42ec 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -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) { diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c index 288565cd..8861672f 100644 --- a/ext/audiofile/gstaf.c +++ b/ext/audiofile/gstaf.c @@ -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) diff --git a/ext/audioresample/gstaudioresample.c b/ext/audioresample/gstaudioresample.c index 46944b80..733cb13e 100644 --- a/ext/audioresample/gstaudioresample.c +++ b/ext/audioresample/gstaudioresample.c @@ -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) diff --git a/ext/bz2/gstbz2.c b/ext/bz2/gstbz2.c index 4bde6d24..130ca1b4 100644 --- a/ext/bz2/gstbz2.c +++ b/ext/bz2/gstbz2.c @@ -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) diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c index e07e0f2b..c1ddbd58 100644 --- a/ext/cdaudio/gstcdaudio.c +++ b/ext/cdaudio/gstcdaudio.c @@ -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) diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 3a637608..99e56bdf 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -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) diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c index 4a1442b0..e759c6db 100644 --- a/ext/dts/gstdtsdec.c +++ b/ext/dts/gstdtsdec.c @@ -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); diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c index efae2462..038b3c15 100644 --- a/ext/faac/gstfaac.c +++ b/ext/faac/gstfaac.c @@ -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) diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index 2dce5985..22834e54 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -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) diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c index 36d32f19..384983e0 100644 --- a/ext/hermes/gsthermescolorspace.c +++ b/ext/hermes/gsthermescolorspace.c @@ -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) diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 02ecd5c2..ea2c675f 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -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) diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c index 4ea178de..1afab02a 100644 --- a/ext/jack/gstjack.c +++ b/ext/jack/gstjack.c @@ -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) diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 5e688b7b..4ff983cc 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -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) diff --git a/ext/musepack/gstmusepackdec.c b/ext/musepack/gstmusepackdec.c index 27c9eb66..d944fba1 100644 --- a/ext/musepack/gstmusepackdec.c +++ b/ext/musepack/gstmusepackdec.c @@ -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) diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index 987e14dd..e47ef6ee 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -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) diff --git a/ext/nas/nassink.c b/ext/nas/nassink.c index b647861a..7dfd2b56 100644 --- a/ext/nas/nassink.c +++ b/ext/nas/nassink.c @@ -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) diff --git a/ext/sdl/gstsdl.c b/ext/sdl/gstsdl.c index bf5d7da9..9910d109 100644 --- a/ext/sdl/gstsdl.c +++ b/ext/sdl/gstsdl.c @@ -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) diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index d037de00..60ca50d3 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -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) diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index e2004745..19e99e6a 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -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) diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index 6409811d..dcd744ae 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -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) diff --git a/ext/tarkin/gsttarkin.c b/ext/tarkin/gsttarkin.c index f59462a6..cfda4088 100644 --- a/ext/tarkin/gsttarkin.c +++ b/ext/tarkin/gsttarkin.c @@ -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) diff --git a/ext/xine/xine.c b/ext/xine/xine.c index 5225f0cf..e1380b90 100644 --- a/ext/xine/xine.c +++ b/ext/xine/xine.c @@ -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) diff --git a/ext/xvid/gstxvid.c b/ext/xvid/gstxvid.c index d0339a8b..c532b244 100644 --- a/ext/xvid/gstxvid.c +++ b/ext/xvid/gstxvid.c @@ -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) diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index c397e321..f90762ed 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -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) diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index a1606ac1..d2b4c047 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -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) diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c index 68de0435..8fbafa91 100644 --- a/gst/colorspace/gstcolorspace.c +++ b/gst/colorspace/gstcolorspace.c @@ -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) diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index e5bf2158..9f85ac79 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -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); diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c index 5b19f48c..0075ff19 100644 --- a/gst/equalizer/gstiirequalizer.c +++ b/gst/equalizer/gstiirequalizer.c @@ -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) diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 0dd482f5..21f491e5 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -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); diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c index 0fbc9609..e915de75 100644 --- a/gst/filter/gstfilter.c +++ b/gst/filter/gstfilter.c @@ -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); diff --git a/gst/freeze/gstfreeze.c b/gst/freeze/gstfreeze.c index dec4172e..25e4f09a 100644 --- a/gst/freeze/gstfreeze.c +++ b/gst/freeze/gstfreeze.c @@ -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: diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c index 9bd8e3bc..e28025c6 100644 --- a/gst/games/gstpuzzle.c +++ b/gst/games/gstpuzzle.c @@ -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) diff --git a/gst/librfb/gstrfbsrc.c b/gst/librfb/gstrfbsrc.c index 05fcc98d..75d7123e 100644 --- a/gst/librfb/gstrfbsrc.c +++ b/gst/librfb/gstrfbsrc.c @@ -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) diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 0e466de2..e67076b1 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -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) diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 533c29df..9aaa12f7 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -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) diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index 1803ff5f..6de0add4 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -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) diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index b6feb845..3e56106b 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -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) diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 507b30dc..29f26c11 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -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) diff --git a/gst/multifilesink/gstmultifilesink.c b/gst/multifilesink/gstmultifilesink.c index 1c96ef8a..f40b2464 100644 --- a/gst/multifilesink/gstmultifilesink.c +++ b/gst/multifilesink/gstmultifilesink.c @@ -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) diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c index 50ea53d3..b5311bfb 100644 --- a/gst/overlay/gstoverlay.c +++ b/gst/overlay/gstoverlay.c @@ -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) diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index 355a5013..d59a1099 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -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) diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index fdfe09b5..e8d1365e 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -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) diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 90b34a3f..0795e5c7 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -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) diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index 6eaff599..414fa119 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -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) diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 4654281d..88f74bbc 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -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) diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 70634564..d544fc7d 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -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) diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 6c1d297e..2715fe78 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -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) diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 4e11891a..6ced79c5 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -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) diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index 317d5570..9d214201 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -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) diff --git a/gst/switch/gstswitch.c b/gst/switch/gstswitch.c index daf4b490..5c7cab55 100644 --- a/gst/switch/gstswitch.c +++ b/gst/switch/gstswitch.c @@ -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) diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index 1ee991a4..86b3154e 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -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) diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 3fc63d25..b12b292b 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -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) diff --git a/gst/videodrop/gstvideodrop.c b/gst/videodrop/gstvideodrop.c index 0aff4a7f..27c9f288 100644 --- a/gst/videodrop/gstvideodrop.c +++ b/gst/videodrop/gstvideodrop.c @@ -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) diff --git a/gst/virtualdub/gstvirtualdub.c b/gst/virtualdub/gstvirtualdub.c index 0fc2197e..7b6bbe39 100644 --- a/gst/virtualdub/gstvirtualdub.c +++ b/gst/virtualdub/gstvirtualdub.c @@ -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); diff --git a/gst/xingheader/gstxingmux.c b/gst/xingheader/gstxingmux.c index e9e55b94..206b474b 100644 --- a/gst/xingheader/gstxingmux.c +++ b/gst/xingheader/gstxingmux.c @@ -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) diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index d2e38e3a..8e966af7 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -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) diff --git a/po/POTFILES.in b/po/POTFILES.in index 9912c7dc..931a9536 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/po/af.po b/po/af.po index 694be5fd..da4aa36e 100644 --- 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 \n" "Language-Team: Afrikaans \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璔rnaam 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璔r \"%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璔r \"%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璔rnaam 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璔r \"%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璔r \"%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璔r \"%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." diff --git a/po/az.po b/po/az.po index 2051acfd..c693b16e 100644 --- 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 \n" "Language-Team: Azerbaijani \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覺 verilmyib." - -#: 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 bilmdi." +msgid "Could not open device \"%s\" for reading and writing." +msgstr "\"%s\" avadanl覺覺 oxuma v yazma 羹癟羹n a癟覺la bilmdi." -#: 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 bilmdi." +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 bilmdi." +msgid "Could not write to device \"%s\"." +msgstr "\"%s\" avadanl覺覺na yaz覺la bilmdi." -#: 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 bilmdi." +msgid "Could not get buffers from device \"%s\"." +msgstr "\"%s\" avadanl覺覺ndan bufferlr al覺na bilmdi." -#: sys/dxr3/dxr3audiosink.c:343 +#: sys/v4l2/v4l2src_calls.c:315 #, c-format -msgid "Could not configure audio device \"%s\"." -msgstr "\"%s\" audio avadanl覺覺 qurad覺r覺la bilmdi." +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 bilmdi." +msgid "Could not get enough buffers from device \"%s\"." +msgstr "\"%s\" avadanl覺覺ndan kifayt qdr bufferlr al覺na bilmdi." -#: sys/dxr3/dxr3audiosink.c:422 -#, c-format -msgid "Could not close audio device \"%s\"." -msgstr "\"%s\" audio avadanl覺覺 balana bilmdi." +#~ msgid "No filename specified." +#~ msgstr "Fayl ad覺 verilmyib." -#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308 -#, c-format -msgid "Could not close control device \"%s\"." -msgstr "\"%s\" idar avadanl覺覺 balana bilmdi." +#~ msgid "Could not open file \"%s\" for writing." +#~ msgstr "\"%s\" fayl覺 yazma 羹癟羹n a癟覺la bilmdi." -#: sys/dxr3/dxr3videosink.c:271 -#, c-format -msgid "Could not open video device \"%s\" for writing." -msgstr "\"%s\" video avadanl覺覺 yazma 羹癟羹n a癟覺la bilmdi." +#~ msgid "Could not write to file \"%s\"." +#~ msgstr "\"%s\" fayl覺na yaz覺la bilmdi." -#: sys/dxr3/dxr3videosink.c:301 -#, c-format -msgid "Could not close video device \"%s\"." -msgstr "\"%s\" video avadanl覺覺 balana bilmdi." +#~ msgid "Could not open audio device \"%s\" for writing." +#~ msgstr "\"%s\" audio avadanl覺覺 yazma 羹癟羹n a癟覺la bilmdi." -#: sys/dxr3/dxr3videosink.c:453 -#, c-format -msgid "Could not write to device \"%s\"." -msgstr "\"%s\" avadanl覺覺na yaz覺la bilmdi." +#~ msgid "Could not open control device \"%s\" for writing." +#~ msgstr "\"%s\" idar avadanl覺覺 yazma 羹癟羹n a癟覺la bilmdi." + +#~ msgid "Could not configure audio device \"%s\"." +#~ msgstr "\"%s\" audio avadanl覺覺 qurad覺r覺la bilmdi." + +#~ msgid "Could not set audio device \"%s\" to %d Hz." +#~ msgstr "\"%s\" audio avadanl覺覺 %d Hz- ke癟iril bilmdi." + +#~ msgid "Could not close audio device \"%s\"." +#~ msgstr "\"%s\" audio avadanl覺覺 balana bilmdi." + +#~ msgid "Could not close control device \"%s\"." +#~ msgstr "\"%s\" idar avadanl覺覺 balana bilmdi." + +#~ msgid "Could not open video device \"%s\" for writing." +#~ msgstr "\"%s\" video avadanl覺覺 yazma 羹癟羹n a癟覺la bilmdi." + +#~ msgid "Could not close video device \"%s\"." +#~ msgstr "\"%s\" video avadanl覺覺 balana bilmdi." #~ msgid "Error closing file \"%s\"." #~ msgstr "\"%s\" fayl覺 balana bilmdi." @@ -202,20 +206,8 @@ msgstr "\"%s\" avadanl覺覺na yaz覺la bilmdi." #~ msgid "No device specified." #~ msgstr "Avadanl覺q bildirilmyib." -#~ msgid "Could not open device \"%s\" for reading and writing." -#~ msgstr "\"%s\" avadanl覺覺 oxuma v yazma 羹癟羹n a癟覺la bilmdi." - #~ 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 bufferlr al覺na bilmdi." - -#~ msgid "Could not get enough buffers from device \"%s\"." -#~ msgstr "\"%s\" avadanl覺覺ndan kifayt qdr bufferlr al覺na bilmdi." diff --git a/po/cs.po b/po/cs.po index 05f7daba..3c6447fc 100644 --- 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 \n" "Language-Team: Czech \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穩 pamti." -#: 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 pamt穩." -#: 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 pi 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穩 oteveno." #~ msgid "Device is open." #~ msgstr "Za穩zen穩 je oteveno." -#~ 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穩 pamti." - -#~ msgid "Could not get enough buffers from device \"%s\"." -#~ msgstr "Nemohu od za穩zen穩 \"%s\" z穩skat dost vyrovn獺vac穩ch pamt穩." - #~ 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 " diff --git a/po/en_GB.po b/po/en_GB.po index 522a2a47..ac216248 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -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 \n" "Language-Team: English (British) \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\"." diff --git a/po/hu.po b/po/hu.po index e3027374..e51ba8eb 100644 --- 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 \n" "Language-Team: Hungarian \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穩teszk繹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矇rleszk繹zt." +msgid "Could not get buffers from device \"%s\"." +msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszk繹ztl." -#: 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繹ztl." -#: 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矇rleszk繹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矇rleszk繹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矇rleszk繹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穩teszk繹z." - -#~ msgid "Could not get buffers from device \"%s\"." -#~ msgstr "Nem lehet puffereket szerezni a(z) \"%s\" eszk繹ztl." - -#~ msgid "Could not get enough buffers from device \"%s\"." -#~ msgstr "Nem lehet el矇g puffert szerezni a(z) \"%s\" eszk繹ztl." diff --git a/po/it.po b/po/it.po index 33a71092..2be5d311 100644 --- 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 \n" "Language-Team: Italian \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 " diff --git a/po/nb.po b/po/nb.po index a45fc2f0..18e05375 100644 --- 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 \n" "Language-Team: Norwegian Bokmaal \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." diff --git a/po/nl.po b/po/nl.po index b86fddcd..79551363 100644 --- 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 \n" "Language-Team: Dutch \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 " diff --git a/po/or.po b/po/or.po index c163bdea..b2cbb027 100644 --- 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 \n" "Language-Team: Oriya \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\" 酮徇狡酮酮 酮耜酮酮賴洵酮 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮." +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 "\"%s\" 酮徇狡酮酮 酮耜酮酮賴牲酯酮耜狡 酮兒狡酮嫩玷酮." +msgid "Device \"%s\" is not a capture device." +msgstr "\"%s\" 酮能洧酯酮戈酮 酮酯酮酮賴 酮酮兒酮耜玷酮芹玷酮酮擒為 酮兒酮嫩酮." -#: sys/dxr3/dxr3audiosink.c:298 +#: sys/v4l2/v4l2src_calls.c:127 #, c-format -msgid "Could not open audio device \"%s\" for writing." -msgstr "\"%s\" 酮抉酮眇洧酮 酮能洧酯酮戈酮 酮耜酮酮賴洵酮 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮." +msgid "Could not write to device \"%s\"." +msgstr "\"%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 "\"%s\" 酮兒玷酯酮兒酮戈酮啤派 酮能洧酯酮戈酮 酮耜酮酮賴洵酮 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮." +msgid "Could not get buffers from device \"%s\"." +msgstr "\"%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 "\"%s\" 酮抉酮眇洧酮 酮能洧酯酮戈酮啤酯 %d 酮嫩為酯酮酮啤 酮眇玷酮兒酮能狡酮 酮酮啤玷酮嫩酮耜狡 酮兒狡酮嫩玷酮." +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 酮嫩為酯酮酮啤 酮眇玷酮兒酮能狡酮 酮酮啤玷酮嫩酮耜狡 酮兒狡酮嫩玷酮." + +#~ 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 " diff --git a/po/sq.po b/po/sq.po index 16ba5a98..33936653 100644 --- 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 \n" "Language-Team: Albanian \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 " diff --git a/po/sr.po b/po/sr.po index 9fa021b2..4fc28e10 100644 --- 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 \n" "Language-Team: Serbian \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 "迮 邾郋迣 迡訄 郈邽迮邾 迡訄郋迮郕 %s." +msgid "Device \"%s\" is not a capture device." +msgstr "苺迮訄 %s 郇迮 郈迮迡訄赲訄 迮訄 郱訄 郇邽邾訄迮." -#: sys/dxr3/dxr3audiosink.c:298 +#: sys/v4l2/v4l2src_calls.c:127 #, c-format -msgid "Could not open audio device \"%s\" for writing." -msgstr "迮 邾郋迣 迡訄 郋赲郋邽邾 郱赲郇邽 迮訄 %s 訄迡邽 郈邽訄." +msgid "Could not write to device \"%s\"." +msgstr "迮 邾郋迣 迡訄 郈邽迮邾 郇訄 赲邽迡迮郋 迮訄 %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 "迮 邾郋迣 迡訄 郋赲郋邽邾 郈訄赲訄郕邽 迮訄 %s 訄迡邽 郈邽訄." +msgid "Could not get buffers from device \"%s\"." +msgstr "迮 邾郋迣 迡訄 郈邽邾邽邾 訇訄迮迮 訄 迮訄訄 %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 "迮 邾郋迣 迡訄 郈郋訄赲邽邾 郱赲郇邽 迮訄 %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." diff --git a/po/sv.po b/po/sv.po index 9f81a150..ca14faf3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,13 +2,13 @@ # Copyright (C) 2004 Free Software Foundation, Inc. # Christian Rose , 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 \n" "Language-Team: Swedish \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 " diff --git a/po/uk.po b/po/uk.po index 1667e3f0..0bb5c8db 100644 --- 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 \n" "Language-Team: Ukrainian \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 "迮 赲迡訄 郱訄郈邽訄邽 訄邿郅 \"%s\"." +msgid "Device \"%s\" is not a capture device." +msgstr "邽邿 \"%s\" 郇迮 郈邽郋邾 郱訄郋郈郅迮郇郇." -#: sys/dxr3/dxr3audiosink.c:298 +#: sys/v4l2/v4l2src_calls.c:127 #, c-format -msgid "Could not open audio device \"%s\" for writing." -msgstr "迮 赲迡訄 赲迡郕邽邽 郱赲郕郋赲邽邿 郈邽邿 \"%s\" 迡郅 郱訄郈邽." +msgid "Could not write to device \"%s\"." +msgstr "迮 赲迡訄 郱訄郈邽訄邽 郈邽邿 \"%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 "迮 赲迡訄 赲迡郕邽邽 郈邽邿 郕迮赲訄郇郇 \"%s\" 迡郅 郱訄郈邽." +msgid "Could not get buffers from device \"%s\"." +msgstr "迮 赲迡訄 郋邽邾訄邽 訇迮邽 赲迡 郈邽郋 \"%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 "迮 赲迡訄 赲訄郇郋赲邽邽 訄郋 \"%s\" %d ." +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 ." + +#~ 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\"." diff --git a/po/vi.po b/po/vi.po index 4eb6dc86..056f1d59 100644 --- 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 \n" "Language-Team: Vietnamese \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廕計 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廙 が廙θ t廕計 tin \"%s\" 廙 ghi." +msgid "Could not open device \"%s\" for reading and writing." +msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 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 が廙θ vo t廕計 tin \"%s\"." +msgid "Device \"%s\" is not a capture device." +msgstr "Thi廕篙 b廙 \"%s\" kh繫ng b廕眩 g穫 が廙θ." -#: 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廙 が廙θ thi廕篙 b廙 璽m thanh \"%s\" 廙 ghi." +msgid "Could not write to device \"%s\"." +msgstr "瓊 kh繫ng ghi が廙θ vo thi廕篙 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廙 が廙θ thi廕篙 b廙 i廙u khi廙n \"%s\" 廙 ghi." +msgid "Could not get buffers from device \"%s\"." +msgstr "瓊 kh繫ng g廙i が廙θ b廙 廙m no t廙 thi廕篙 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廕吟 h穫nh が廙θ thi廕篙 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 廕暗 が廙θ thi廕篙 b廙 璽m thanh \"%s\" thnh %d Hz." +msgid "Could not get enough buffers from device \"%s\"." +msgstr "瓊 kh繫ng g廙i が廙θ 廙 b廙 廙m t廙 thi廕篙 b廙 \"%s\"." -#: sys/dxr3/dxr3audiosink.c:422 -#, c-format -msgid "Could not close audio device \"%s\"." -msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 璽m thanh \"%s\"." +#~ msgid "No filename specified." +#~ msgstr "Chがa ghi r繭 t礙n t廕計 tin." -#: sys/dxr3/dxr3audiosink.c:429 sys/dxr3/dxr3videosink.c:308 -#, c-format -msgid "Could not close control device \"%s\"." -msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 i廙u khi廙n \"%s\"." +#~ msgid "Could not open file \"%s\" for writing." +#~ msgstr "瓊 kh繫ng m廙 が廙θ t廕計 tin \"%s\" 廙 ghi." -#: sys/dxr3/dxr3videosink.c:271 -#, c-format -msgid "Could not open video device \"%s\" for writing." -msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 廕τh 廙ng \"%s\" 廙 ghi." +#~ msgid "Could not write to file \"%s\"." +#~ msgstr "瓊 kh繫ng ghi が廙θ vo t廕計 tin \"%s\"." -#: sys/dxr3/dxr3videosink.c:301 -#, c-format -msgid "Could not close video device \"%s\"." -msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 廕τh 廙ng \"%s\"." +#~ msgid "Could not open audio device \"%s\" for writing." +#~ msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 璽m thanh \"%s\" 廙 ghi." -#: sys/dxr3/dxr3videosink.c:453 -#, c-format -msgid "Could not write to device \"%s\"." -msgstr "瓊 kh繫ng ghi が廙θ vo thi廕篙 b廙 \"%s\"." +#~ msgid "Could not open control device \"%s\" for writing." +#~ msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 i廙u khi廙n \"%s\" 廙 ghi." + +#~ msgid "Could not configure audio device \"%s\"." +#~ msgstr "瓊 kh繫ng 廙nh c廕吟 h穫nh が廙θ thi廕篙 b廙 璽m thanh \"%s\"." + +#~ msgid "Could not set audio device \"%s\" to %d Hz." +#~ msgstr "瓊 kh繫ng 廕暗 が廙θ thi廕篙 b廙 璽m thanh \"%s\" thnh %d Hz." + +#~ msgid "Could not close audio device \"%s\"." +#~ msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 璽m thanh \"%s\"." + +#~ msgid "Could not close control device \"%s\"." +#~ msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 i廙u khi廙n \"%s\"." + +#~ msgid "Could not open video device \"%s\" for writing." +#~ msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 廕τh 廙ng \"%s\" 廙 ghi." + +#~ msgid "Could not close video device \"%s\"." +#~ msgstr "瓊 kh繫ng 籀ng が廙θ thi廕篙 b廙 廕τh 廙ng \"%s\"." #~ msgid "Error closing file \"%s\"." #~ msgstr "L廙i khi 籀ng t廕計 tin \"%s\"." @@ -209,24 +213,12 @@ msgstr "瓊 kh繫ng ghi が廙θ vo thi廕篙 b廙 \"%s\"." #~ msgid "No device specified." #~ msgstr "Chがa ghi r繭 thi廕篙 b廙 no" -#~ msgid "Could not open device \"%s\" for reading and writing." -#~ msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 \"%s\" 廙 廙c v ghi." - #~ msgid "Device is not open." #~ msgstr "Thi廕篙 b廙 chがa m廙" #~ msgid "Device is open." #~ msgstr "Thi廕篙 b廙 m廙 r廙i" -#~ msgid "Device \"%s\" is not a capture device." -#~ msgstr "Thi廕篙 b廙 \"%s\" kh繫ng b廕眩 g穫 が廙θ." - -#~ msgid "Could not get buffers from device \"%s\"." -#~ msgstr "瓊 kh繫ng g廙i が廙θ b廙 廙m no t廙 thi廕篙 b廙 \"%s\"." - -#~ msgid "Could not get enough buffers from device \"%s\"." -#~ msgstr "瓊 kh繫ng g廙i が廙θ 廙 b廙 廙m t廙 thi廕篙 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 " diff --git a/sys/cdrom/gstcdplayer.c b/sys/cdrom/gstcdplayer.c index 6d3bec03..2ab7d481 100644 --- a/sys/cdrom/gstcdplayer.c +++ b/sys/cdrom/gstcdplayer.c @@ -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); diff --git a/sys/directdraw/gstdirectdrawplugin.c b/sys/directdraw/gstdirectdrawplugin.c index de5452f3..728551e0 100644 --- a/sys/directdraw/gstdirectdrawplugin.c +++ b/sys/directdraw/gstdirectdrawplugin.c @@ -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) diff --git a/sys/directsound/gstdirectsoundplugin.c b/sys/directsound/gstdirectsoundplugin.c index aaa496f3..e619f1a3 100644 --- a/sys/directsound/gstdirectsoundplugin.c +++ b/sys/directsound/gstdirectsoundplugin.c @@ -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) diff --git a/sys/dxr3/dxr3init.c b/sys/dxr3/dxr3init.c index 7c4f3e8b..2cbb74be 100644 --- a/sys/dxr3/dxr3init.c +++ b/sys/dxr3/dxr3init.c @@ -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) diff --git a/sys/glsink/glimagesink.c b/sys/glsink/glimagesink.c index b312725f..6f22d809 100644 --- a/sys/glsink/glimagesink.c +++ b/sys/glsink/glimagesink.c @@ -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) diff --git a/sys/qcam/gstqcamsrc.c b/sys/qcam/gstqcamsrc.c index 2bae6d85..ed0bc27a 100644 --- a/sys/qcam/gstqcamsrc.c +++ b/sys/qcam/gstqcamsrc.c @@ -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) diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index 23da8da1..513899ed 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -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) diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index 107dbb51..52b76ebb 100644 --- a/sys/vcd/vcdsrc.c +++ b/sys/vcd/vcdsrc.c @@ -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) diff --git a/sys/ximagesrc/ximagesrc.c b/sys/ximagesrc/ximagesrc.c index 95c54bae..06dccead 100644 --- a/sys/ximagesrc/ximagesrc.c +++ b/sys/ximagesrc/ximagesrc.c @@ -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) -- cgit v1.2.1