mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
RELEASE 0.11.1
This commit is contained in:
parent
ed4b967d16
commit
5581355732
63 changed files with 2058 additions and 960 deletions
545
NEWS
545
NEWS
|
@ -1,543 +1,8 @@
|
|||
This is GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
|
||||
This is GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo"
|
||||
|
||||
Changes since 0.10.17:
|
||||
New in 0.11.1:
|
||||
|
||||
* amrwbdec: avoid stalling on invalid frame
|
||||
* asfpacket: don't rely on data from duration extension
|
||||
* dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
|
||||
* dvdsubdec: Output only a single buffer per subpicture and set the correct duration
|
||||
* lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
|
||||
* mad: build the mad plugin even if libid3tag is not available
|
||||
* mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
|
||||
* mpeg2dec: don't deadlock when setting an index
|
||||
* mpegstream: increase allowable gap between streams
|
||||
* x264enc: allow changing the bitrate and quantitizers dynamically
|
||||
* x264enc: don't register flags with a value of 0
|
||||
* x264enc: implement getcaps function to proxy downstream caps restrictions upstream
|
||||
* x264enc: make tag event writable before modifying tag list in place
|
||||
* x264enc: set max bitrate in quality mode
|
||||
* Parallel installability with 0.10.x series
|
||||
* Many cleanups
|
||||
* Ported to new 0.11 core API changes
|
||||
|
||||
Bugs fixed since 0.10.17:
|
||||
|
||||
* 539708 : [mpegstream] Increase allowable gap between streams
|
||||
* 607698 : asfdemux: fix parsing of packets with padding
|
||||
* 619136 : [dvdsubdec] spits out buffers at video framerate
|
||||
* 621663 : x264enc: support changing bitrate property on the fly
|
||||
* 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
|
||||
* 639715 : amrparse: seek error with EOS
|
||||
* 640272 : x264enc: make tag event writable before modifying tag list in place
|
||||
* 641151 : lame: doesn't negotiate sample rate properly
|
||||
* 642360 : x264enc: Don't register flags which have 0 as a value
|
||||
* 644704 : [dvdsubedc] no SPU clipping implemented
|
||||
* 647709 : mpeg2dec: errors out on not-linked flow return
|
||||
|
||||
Changes since 0.10.16:
|
||||
|
||||
* asfdemux: Handle new type of DRM'd asf files
|
||||
* dvdreadsrc: fix handling of multi-angle streams
|
||||
* dvdreadsrc: improve error messages on read errors
|
||||
* mad: if gst_pad_alloc_buffer() returns a buffer with the wrong size allocate a new one
|
||||
* mad: support reverse playback
|
||||
* mpeg2dec: convert the position to stream time before answering to a position query
|
||||
* mpeg2dec: fix position query by trusting upstream
|
||||
* mpeg2dec: refactor cropping code to use libgstvideo functions
|
||||
* mpeg2dec: use gst_pad_alloc_buffer() when cropping buffers
|
||||
* mpegparse: re-fix flow return handling
|
||||
* rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
|
||||
* x264enc: add a note to the docs about encoder latency and queues
|
||||
* x264enc: also accept YV12 input
|
||||
* x264enc: Handle codec/encoder tags
|
||||
* x264enc: Work around a rate control issue in libx264
|
||||
* x264: use pkg-config to locate libx264
|
||||
* x264: vbv-buf-capacity should have a minimum of 0
|
||||
* xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream
|
||||
|
||||
Bugs fixed since 0.10.16:
|
||||
|
||||
* 539254 : [dvdreadsrc] DVDs with multiple angles switch angles during read
|
||||
* 571146 : mpeg2dec: possibly uses wrong strides for 4:2:2 and 4:4:4 YUV with unusual display width or height
|
||||
* 599515 : Fix dvb for DVB API 3.3
|
||||
* 621465 : [x264enc] Video codec information copied incorrectly to output
|
||||
* 632549 : [mpeg2dec] answers to position queries are wrong for DVDs
|
||||
* 632861 : [x264enc] really bad quality with tune=zerolatency
|
||||
* 634840 : x264: use pkg-config to locate dependencies for plugin
|
||||
* 635291 : x264enc: " vbv-buf-capacity " property should have minimum value of 0
|
||||
* 635461 : Crash in mad decoder when changing number of audio output channels in Totem while media is running
|
||||
* 636107 : x264enc: docs should indicate specifics of using with queues
|
||||
* 637093 : rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
|
||||
* 637932 : realmedia: do not use the pad buffer allocation functions in demuxers
|
||||
* 639226 : [asfdemux] Doesn't handle new PlayReady DRM files
|
||||
|
||||
Changes since 0.10.15:
|
||||
|
||||
* refactor x264enc to use current x264 API correctly, add new properties and new defaults
|
||||
* liboil is no longer required, but orc is now required
|
||||
* build: require orc >= 0.4.5, GLib >= 2.20, automake >= 1.10, autoconf >= 2.60; liboil is no longer required
|
||||
* asfdemux: fix playback of files or streams that are shorter than the advertised preroll value
|
||||
* asfdemux: fix sending eos event for chained asfs in pull mode (exotic)
|
||||
* asfdemux: fix playback of files or streams that advertise miniscule preroll values
|
||||
* lamemp3enc: implement latency query
|
||||
* rmdemux: fix playback of sipro audio streams
|
||||
* x264enc: refactor code in preparation for presets/tunings
|
||||
* x264enc: add "profile" property (and default to MAIN profile)
|
||||
* x264enc: improve defaults: medium speed/quality preset; auto mode for threads
|
||||
* x264enc: add "speed-preset", "tune" and "psy-tune" properties
|
||||
* x264enc: add "option-string" property to specify advanced parameters
|
||||
* x264enc: set time base if needed, fixes visual artifacts
|
||||
* x264enc: add "sliced-threads", "sync-lookahead", "intra-refresh", "mb-tree", and "rc-lookahead" properties
|
||||
* x264enc: fix compilation against ancient x264 versions (X264_BUILD <= 75)
|
||||
* x264enc: speed up first pass of multi-pass encoding (has no impact on quality)
|
||||
* x264enc: fix flushing of delayed frames with new default settings
|
||||
|
||||
Bugs fixed since 0.10.15:
|
||||
|
||||
* 599718 : [asf] support chained asfs
|
||||
* 600412 : [asfdemux] Wrong handling of downstream GstFlowReturn
|
||||
* 607798 : x264enc needs updating to support new features and use x264 correctly
|
||||
* 618896 : lamemp3enc doesn't implement latency query
|
||||
* 620007 : Gibberish sound when playing a certain RealMedia file of Sipro/ACELP.net audio codec
|
||||
* 620344 : Update gst-plugins-ugly docs on website
|
||||
* 622407 : [asfdemux] doesn't detect some streams if preroll value is very small
|
||||
* 624786 : x264enc time base is wrong
|
||||
* 625557 : x264enc doesn't flush delayed frames properly
|
||||
* 626577 : [x264enc] regression: doesn't work with older versions of x264
|
||||
* 627946 : mp3parse misuses GST_FLOW_IS_FATAL, doesn't forward GST_FLOW_UNEXPECTED upstream
|
||||
|
||||
Changes since 0.10.14:
|
||||
|
||||
* amrnbenc: give element a rank (SECONDARY) so it's autoplugged
|
||||
* rmdemux: descramble sipro audio before pushing out
|
||||
* x264enc: fix up codec_data / avcC header construction some more
|
||||
* x264enc: Put pixel-aspect-ratio from input into the src pad caps
|
||||
|
||||
Bugs fixed since 0.10.14:
|
||||
|
||||
* 612995 : x264enc: pixel-aspect-ratio does not appear in src pad caps
|
||||
* 613815 : A call in gst/realmedia/rmutils.c discards qualifiers from pointer target type
|
||||
* 615410 : x264 orders NALs differently than x264enc expects
|
||||
* 617078 : Wrong include paths in amr elements
|
||||
* 619776 : [x264enc] is unable to do Baseline with recent x264
|
||||
* 618098 : [rmdemux] Add descrambling for Sipro codec
|
||||
|
||||
Changes since 0.10.13:
|
||||
|
||||
* amrwbdec: give decoder a rank so decodebin/playbin will use it
|
||||
* asfdemux: fix flow aggregation
|
||||
* asfdemux: try harder to put sane timestamps and durations on buffers
|
||||
* asfdemux: accept fragments in a continued packet where the subsequent fragments declare a size of 0
|
||||
* asfdemux: improve seek behaviour for audio-only files without an index
|
||||
* asfdemux: careful to avoid crash on bogus data; avoid strlen() on NULL pointers
|
||||
* asfdemux: add support for chained asfs (push mode)
|
||||
* asfdemux: map WM/TrackNumber to GST_TAG_TRACK_NUMBER and prefer over WM/Track
|
||||
* asfdemux: post bitrate tags
|
||||
* mp3parse: seeking fixes: fix non-flushing seek, conserve stop time for non-accurate seek
|
||||
* rtspreal: memory leak fixes; make config header construction valgrind clean
|
||||
* rmdemux: fix AC-3 in RealAudio playback; post bitrate tags
|
||||
* x264enc: fix up avcC header construction and playback by flash players
|
||||
* x264enc: Make upstream GstForceKeyUnit thread-safe
|
||||
* x264enc: make use of Access Unit delimiters configurable
|
||||
* x264enc: adapt to slightly modified x264 API
|
||||
* xingmux: fix unaligned memory access, makes things work better on ARM/SPARC
|
||||
|
||||
Bugs fixes since 0.10.13:
|
||||
|
||||
* 606662 : h264: add stream-format to output caps
|
||||
* 563276 : Internal GStreamer error: negotiation problem - after opening avi file
|
||||
* 586464 : [xingmux] Unit test failures on sparc and arm/eabi
|
||||
* 598761 : [mpegaudioparse] Reduce processing time by 2
|
||||
* 599095 : x264enc: Adapt to slightly modified x264 API
|
||||
* 599297 : [asfdemux] Doesn't populate video bitrate field
|
||||
* 599299 : [rmdemux] Doesn't populate video bitrate field
|
||||
* 599333 : Segfault with asfdemuxer
|
||||
* 599676 : RealAudio file with AC-3 audio no longer plays
|
||||
* 600037 : [asfdemux] ASF MPEG4 Part 2 file captured from Linksys WVC200 Camera corrupted/fails
|
||||
* 601419 : x264enc crashes
|
||||
* 602280 : [asfdemux] fix segmentation fault when utf8 tag name is null
|
||||
* 602556 : x264enc and ffenc upstream GstForceKeyUnit handling are not thread-safe
|
||||
* 603695 : Innaccurate seeking in MP3 files results in cut off playback
|
||||
* 608564 : [ffdec_cook] memory leak
|
||||
* 610432 : [asfdemux] handle negative payload timestamps
|
||||
* 611473 : [regression] outgoing buffers with a duration of zero
|
||||
* 608533 : [real] memory leak in real audio stream via rtsp
|
||||
* 610089 : Flash players are unable to show x264 encoded streams
|
||||
|
||||
Changes since 0.10.12:
|
||||
|
||||
* Improve A52 decoder
|
||||
* Add AMR-WB decoder and AMR-NB decoder/encoder based on OpenCore codecs
|
||||
* ASF playback improvements
|
||||
* Improve mp3 parser and seeking
|
||||
|
||||
Bugs fixed since 0.10.12:
|
||||
|
||||
* 519721 : [asfdemux] wma tags are not copied when converting to another format
|
||||
* 584890 : AMR plugins based on Opencore codecs
|
||||
* 585956 : [mp3parse] indexing improvements
|
||||
* 590432 : It's only possible to build the mad plugin when building id3tag as well
|
||||
* 591348 : AMR plugins should check for opencore-amr .pc files
|
||||
* 592787 : a52dec: Allow liba52 to use djbfft based IMDCT transform
|
||||
* 596517 : x264 element no longer compiles against changed upstream API
|
||||
* 598272 : a52dec leaks input buffers
|
||||
* 598370 : Properly detect pre-releases
|
||||
|
||||
Changes since 0.10.11:
|
||||
|
||||
* Real and WMS RTSP improvements
|
||||
* Other cleanups and bug fixes
|
||||
* Improve ASF file handling
|
||||
* Large MPEG video file support
|
||||
* Interlacing support for MPEG video
|
||||
* New 'lamemp3dec' mp3 encoder element
|
||||
* x264enc moved from -bad
|
||||
* Remove id3mux in favour of the new id3tag element in -bad
|
||||
|
||||
Bugs fixed since 0.10.11:
|
||||
|
||||
* 401173 : [asfdemux] Stream doesn't play, stuck on first frame
|
||||
* 494528 : Simplifications of the LAME plugin
|
||||
* 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
|
||||
* 576305 : twolame plugin does not detet proper version
|
||||
* 579058 : [asfdemux] proper handling of RTSP input
|
||||
* 580803 : [PLUGIN-MOVE] Move x264enc to -ugly
|
||||
* 580869 : dvdsubdec ARGB support
|
||||
* 581341 : [lamemp3enc] doesn't build with LAME 3.97: implicit decla...
|
||||
* 581756 : [id3mux] replace with something more reliable
|
||||
* 582056 : [asfdemux] forcing an EOS on the pipeline doesn't work wi...
|
||||
* 582375 : mpeg2dec not building in gst-plugins-ugly
|
||||
* 583112 : [asfdemux] extract coverart (WM/Picture tag)
|
||||
* 573720 : [mp3parse] Memory leak when playing shoutcast streams
|
||||
* 581464 : xing data is being ignored
|
||||
* 578524 : synaesthesia MSVC compatibility
|
||||
|
||||
Changes since 0.10.10:
|
||||
|
||||
* Migrate twolame element from -bad
|
||||
* mp3parse improvements
|
||||
* Support scaling in the synaesthsia visualisation
|
||||
* Improve realmedia streaming, supporting RDT and pnm://
|
||||
* Improved ASF demuxing, including streaming-mode seeking
|
||||
* Support for 4:4:4 MPEG-2 video
|
||||
|
||||
Bugs fixed since 0.10.10:
|
||||
|
||||
* 571146 : [mpeg2dec] Probably uses wrong strides for 4:2:2 and 4:4:...
|
||||
* 574461 : [mpeg2dec] Lower rank and make ffdec_mpeg2video PRIMARY
|
||||
* 454228 : [mpegdemux] problem with mark shuttleworth clip
|
||||
* 522699 : pnm:/something.ra streams can't be loaded in Totem from a...
|
||||
* 527112 : [real] Can't play several real audio streams
|
||||
* 556714 : Real Audio streams not working properly
|
||||
* 560348 : plus7.arte.tv plays slooooowly
|
||||
* 562065 : mpeg2dec does not handle STATE_SEQUENCE_MODIFIED from > =l...
|
||||
* 562086 : mpeg2 stream crashes something in gstreamer
|
||||
* 564885 : [mpegstream] memory leak
|
||||
* 568836 : [asfdemux] add seeking support when operating in push mode
|
||||
* 569317 : [PLUGIN-MOVE] Move twolame plugin from -bad to -ugly
|
||||
* 575068 : [mp3parse] deadlock with accurate seeking
|
||||
* 335067 : Need RTP ASF depayloader
|
||||
* 571358 : [real] file playing stops immediately
|
||||
|
||||
Changes since 0.10.9:
|
||||
|
||||
* asfdemux and rmdemux fixes
|
||||
* RDT support
|
||||
* AMR-NB parser improvements
|
||||
* Fix a52dec channel output negotiation
|
||||
* Compilation fixes for mad, mpeg2dec
|
||||
|
||||
Bugs fixed since 0.10.9:
|
||||
|
||||
* 546859 : Asfdemux doesn't properly error out on not-linked
|
||||
* 536274 : handle flush seeking in amrnbparse
|
||||
* 554142 : mad plugin with disable index seeking issue
|
||||
* 554150 : mpeg2dec plugin with disable index seeking issue
|
||||
* 556184 : [PATCH] mpeg2dec: prefer container's pixel aspect ratio o...
|
||||
* 556277 : mp3parse generate discontinuities.
|
||||
* 558277 : generic states test fails
|
||||
* 559569 : GStreamer mp3 consistent and regular stuttering
|
||||
* 559682 : negotiation problem
|
||||
* 561161 : [sidplay] Uses GST_CFLAGS for C++
|
||||
* 424070 : [amrnbdec] add IF2 handling
|
||||
* 536226 : fix query duration
|
||||
* 558896 : DVD playing on Vista using dvddemux element seg-faults on...
|
||||
|
||||
Changes since 0.10.8:
|
||||
|
||||
* Improvements in a52 and mp3 decoding
|
||||
* Bug fixes in Xing header muxer
|
||||
* MPEG demuxer improvements and dvdreadsrc bug-fixes
|
||||
* Fix build with LAME 3.97 and above
|
||||
* Fix LAME parameter settings to allow setting the bitrate properly
|
||||
|
||||
Bugs fixed since 0.10.8:
|
||||
|
||||
* 476149 : Fix and add needed features to dvdnavsrc
|
||||
* 490372 : Variable bit rates are limited to 160 kbps in higher qual...
|
||||
* 498004 : preset is ignored by lame plugin
|
||||
* 540194 : [mpegdemux] Doesn't handle files with a non-zero start ti...
|
||||
* 542646 : gstreamer endless loop by zzuf sample
|
||||
* 544039 : [lame] Doesn't build with 3.97
|
||||
* 545370 : playing some mp3s segfaults
|
||||
* 546859 : Asfdemux doesn't properly error out on not-linked
|
||||
* 548194 : a52dec doesn't set up segment for raw files correctly.
|
||||
* 537235 : [mp3parse] some mp3 files do not play with gstreamer
|
||||
|
||||
Changes since 0.10.7:
|
||||
|
||||
* ASF demuxer fixes
|
||||
* MP3 parsing and Xing header output bug-fixes
|
||||
* Real streaming and demuxing improvements
|
||||
|
||||
Bugs fixed since 0.10.7:
|
||||
|
||||
* 527572 : Crash in volume_process_int32
|
||||
* 321857 : [mp3parse] needs to post DURATION message for VBR mp3s
|
||||
* 428021 : [mad, mp3parse] better duration estimates for VBR
|
||||
* 517985 : [lame] compile error on Solaris, broken GST_ELEMENT_ERROR...
|
||||
* 518676 : xingmux doesn't work anymore
|
||||
* 518933 : mp3 tags are not copied when converting to another format
|
||||
* 521459 : RTSP extension for Real Audio doesn't extract Author, Co...
|
||||
* 524346 : Framerate not being displayed correctly on running gst-di...
|
||||
* 529488 : [sidplay] Missing sentinel in function call
|
||||
* 532807 : [rmdemux] Doesn't properly aggregate flow returns
|
||||
* 533581 : [mad] inconsistent use of rate and channels
|
||||
* 533832 : [rmdemux] reset variables on flush
|
||||
|
||||
Changes since 0.10.6:
|
||||
|
||||
* Many bug fixes and improvements
|
||||
* Accurate seeking support in mp3
|
||||
* xingmux moved from -bad
|
||||
* RealMedia and WMS RTSP support
|
||||
* LAME mp3 encoder fixes
|
||||
* Support non-square pixels in ASF
|
||||
* rmdemux fixes
|
||||
* amrnb fixes
|
||||
* dvdreadsrc seeking fix
|
||||
* Initial MPEG-2 reverse playback support
|
||||
* New element: dvdsubdec
|
||||
|
||||
Bugs fixed since 0.10.6:
|
||||
|
||||
* 358891 : [dvdreadsrc] aborts due to src- > cur_pack == dsi_pack.dsi_...
|
||||
* 337681 : Seeking problem with MP3s in banshee and rhythmbox
|
||||
* 414988 : Stream encoded by lame has gap after decoding
|
||||
* 427309 : [rmdemux] trouble playing RV10 video
|
||||
* 439390 : [lame] fix up so we can control sample rate conversion
|
||||
* 450879 : Missing files in po/POTFILES.in
|
||||
* 452025 : ./configure breaks when cross-compiling LAME
|
||||
* 454311 : missing xml/{element-synaesthesia-details.xml,plugin-syna...
|
||||
* 466442 : amrnbenc has not properties to add header and select band...
|
||||
* 495885 : [mpegdemux] unknown stream id 0xbe
|
||||
* 500467 : [rmdemux] totem crashed with SIGSEGV
|
||||
* 500808 : gstmpeg2dec compile problem in MSVC 6.0
|
||||
* 507821 : Skip over broken seektable in Xing headers
|
||||
* 511497 : [PLUGIN-MOVE] Move xingheader to gst-plugins-ugly
|
||||
* 514297 : mpeg2dec with corrupted packets causes fps denominator so...
|
||||
* 515575 : [lame] unit test shows memory leak
|
||||
* 515708 : [dvdsubparse] Leaks a pad template
|
||||
* 515725 : [xingmux] Fails on big endian systems
|
||||
* 516278 : [dvdreadsrc] FORMAT_BYTES based seek stopped working sinc...
|
||||
* 516811 : [mp3parse] immediate EOS when playing back AVIs
|
||||
* 516989 : [dvdreadsrc] wrong (negative) stream position returned du...
|
||||
* 308312 : Make mp3parse plugin implement GST_SEEK_FLAG_ACCURATE
|
||||
* 508595 : [lame] wrong output caps in mono encoding mode
|
||||
* 140136 : [mpeg] plays choppy in gst-player/totem
|
||||
* 448782 : add finalize() to amrnbdec element
|
||||
* 491305 : [playbin?] intro-leopard.mov sometimes EOSes immediately,...
|
||||
* 504671 : [rtspsrc] spews warnings on setup and shutdown
|
||||
|
||||
Changes since 0.10.5:
|
||||
|
||||
* fixes in handling of MPEG streams, Real streams and MP3
|
||||
* AMR-NB fixes
|
||||
* Other bug-fixes and improvements
|
||||
|
||||
Bugs fixed since 0.10.5:
|
||||
|
||||
* 336370 : [asfdemux] crashes on an assertion in gst_asf_demux_get_v...
|
||||
* 332157 : [asfdemux] This WMV file is played very strangely
|
||||
* 335760 : [asfdemux] dataflow error when seeking in zeldadslarge.wmv
|
||||
* 349779 : [real] can't play ancient RealAudio 1.0/2.0 format files
|
||||
* 353116 : [asfdemux] hangs playing some mms stations
|
||||
* 365288 : [asfdemux] seeking not very smooth
|
||||
* 370020 : [mpeg2dec] continue even after 5 consecutive decoding errors
|
||||
* 385292 : [rmdemux] stream index leaked on shutdown
|
||||
* 385311 : Memory leak initializing lame mp3 encoder plugin (gstlame.c)
|
||||
* 385651 : [asfdemux] Jerky playback of " I love sky "
|
||||
* 393890 : [win32] autogenerated win32/common/config.h needed
|
||||
* 397219 : [rmdemux] captured realaudio stream with non-zero start p...
|
||||
* 403188 : [asfdemux] bug parsing certain stream header object
|
||||
* 421594 : [real] doesn't compile if zlib includes are missing
|
||||
* 425374 : [asfdemux] seek in WMV rarely works
|
||||
* 428698 : [rmdemux] crashes on files with many logical streams
|
||||
* 429960 : [mpegdemux] playbin hangs with small external vobsub subt...
|
||||
* 431707 : [amrnbparse] make pipeline hang
|
||||
* 432533 : [mad, mp3parse] regression: CVS version doesn't parse dur...
|
||||
* 438610 : [dvddemux] fails after flushing seek
|
||||
* 440120 : [mpegdemux] crashes in gst_mpeg_demux_send_subbuffer() wi...
|
||||
* 442706 : [dvdsubdec] crashes when flushing/on seek
|
||||
* 444514 : [PATCH] dvdsubdec miscalculates (long) subtitle durations
|
||||
* 386218 : [asfdemux] Division by zero when seeking live streams
|
||||
|
||||
Changes since 0.10.4:
|
||||
|
||||
* Improved asf playback
|
||||
* Fixes to MPEG demuxer
|
||||
* Improved Real playback
|
||||
* Fix crasher bugs in the MPEG video decoder
|
||||
* DVD-read-src improvements
|
||||
* mp3 parser fixes
|
||||
|
||||
Bugs fixed since 0.10.4:
|
||||
|
||||
* 361584 : [mpeg2dec] framerate=0/0 on caps leads to crash
|
||||
* 162417 : [mpeg] movie skips
|
||||
* 340433 : [dvdread] fails to play certain DVDs with playbin and Totem
|
||||
* 348002 : AC3 5.1 foreground movie sound cannot be heard in Totem/g...
|
||||
* 350761 : [a52dec] Select output format based on peer element caps
|
||||
* 350778 : [mpegdemux] Send update newsegments
|
||||
* 356004 : [mpeg2dec] memory corruption
|
||||
* 361140 : [lame] lame bitrate=196 errors out in setup
|
||||
* 362639 : Fixes compiling with forte: warning clean up (part 6)
|
||||
* 369627 : [mpeg2dec] unit test addition and memleak fix
|
||||
* 374760 : [PATCH] last buffer sent by lame may not have (valid) tim...
|
||||
* 374914 : this mp4 video doesn't play correctly (codec problem)
|
||||
* 384447 : totem crashes while trying to play dvd on ppc
|
||||
* 385192 : mpegparse accesses random memory
|
||||
* 334322 : [mpegdemux] playbin freezes with VobSub subtitles
|
||||
* 384989 : misparsing of Real Media mux leads to buffer overrun
|
||||
* 384996 : Tailored or broken Real Media mux file crashes RM demuxer
|
||||
* 327350 : [mpeg2dec] altivec crashes on misaligned buffers
|
||||
* 350723 : [mad] Wrong output buffer timestamping
|
||||
|
||||
Bugs fixed since 0.10.3:
|
||||
|
||||
* 329184 : [lame] remove tag writing support
|
||||
* 345694 : [dvdreadsrc] crash with 'who wants to be a millionnaire' ...
|
||||
* 349035 : [asfdemux] should error out on encrypted WMV stream
|
||||
* 341677 : massive memory leak with mpeg2 video in AVI
|
||||
* 321609 : [mpegstream] flush packetizer cache on discontinuities
|
||||
* 323658 : [id3mux] Changing of ID3 tags is broken in gstreamer
|
||||
* 335288 : Totem Crashes on Certain .mpg Files
|
||||
* 336550 : [asfdemux] only first video frames are displayed with som...
|
||||
* 336824 : [mad] returns incorrect duration to queries in BYTES format
|
||||
* 337834 : [dvddemux] seeking in DVDs doesn't work
|
||||
* 339287 : [lame] segfault if EOS before setcaps
|
||||
* 340594 : [mad] does not publish supported query formats
|
||||
* 340710 : [lame] typo in event handler
|
||||
* 341254 : [asfdemux] gst_tag_list_get_string_index assertion
|
||||
* 342222 : [amrnb] can't play AMR Narrowband from cellphone (S.E. W800)
|
||||
* 342594 : [mad] should send new-segment before pad_alloc_buffer
|
||||
* 343763 : [asfdemux] broken audio and unrecognised 2nd audio stream
|
||||
* 345184 : [mpeg2dec] crash with video with pixel_width and pixel_he...
|
||||
* 347029 : Minor mistake in comment
|
||||
* 347292 : [rmdemux] Realaudio files with 'cook' audio 'stutter'
|
||||
* 348786 : lame put lots of 0's at start of mp3
|
||||
* 350044 : [dvdsubdec] outputs buffers with negative durations
|
||||
* 350895 : [dvdreadsrc] wrong use of debugging causes fatal warning
|
||||
* 343627 : Add QoS to mpeg2dec
|
||||
* 344667 : [siddec] sounds very broken
|
||||
* 350554 : [patch] assertation failed trying to play .ac3 files
|
||||
|
||||
Features since 0.10.2:
|
||||
|
||||
* dvdsubdec ported
|
||||
* fixes in mpeg2dec, asfdemux, mpegdemux, dvddemux, rmdemux,
|
||||
mpegparse, amrnb, mad, lame, a52dec
|
||||
|
||||
Bugs fixed since 0.10.2:
|
||||
|
||||
* 300682 : [mpeg2dec] fails to play mpgtx -j joined files to the end
|
||||
* 317310 : Cant play swedish radio station " P3 "
|
||||
* 320022 : [asfdemux] borks on a particular mms asf stream
|
||||
* 323023 : [rmdemux] stops immediately if there are unlinked source ...
|
||||
* 326598 : [mpegstream] does not handle timestamp overflow correctly
|
||||
* 327356 : gst-plugins-ugly fails to build with GCC 4.1
|
||||
* 328957 : [mpegstream] fix build with gcc 2.95
|
||||
* 331588 : [rmdemux] realmedia files with AC3 don't work
|
||||
* 331838 : build problem caused by AS_LIBTOOL_TAGS([CXX])
|
||||
* 331842 : should check for mad and id3tag headers, not libs
|
||||
* 332796 : [asfdemux] cannot play an ASF stream
|
||||
* 333345 : [lame] fix some memory leaks
|
||||
* 333683 : [id3mux] patch to add support for GST_TAG_ALBUM_VOLUME_NU...
|
||||
* 334550 : Some ac3 files fail to play
|
||||
* 336097 : [asfdemux] live ASF streams do not work
|
||||
* 336387 : [mpegdemux] reffing null caps
|
||||
|
||||
|
||||
Features since 0.10.1:
|
||||
|
||||
* DVD Title source (dvdreadsrc) ported (DVD Menus in a future release)
|
||||
* ASF demuxer ported
|
||||
* Fixes for MPEG demuxing
|
||||
* Fixes for the MAD MP3 decoder
|
||||
* Fixes for the LAME MP3 encoder
|
||||
* ID3 tag reading has moved to id3demux in gst-plugins-good
|
||||
* Fixes for the Real Media demuxer
|
||||
* Various other fixes
|
||||
|
||||
Bugs fixed since 0.10.1:
|
||||
|
||||
* 171528 : SIGFPE in gstasf with http://joule.via.ecp.fr/~lool/debia...
|
||||
* 317872 : Cannot demux ASF/WMV files with auxillary (non-audio/vide...
|
||||
* 319782 : Lame encoding is broken with vbr=vbr-new and vbr-quality=9
|
||||
* 326711 : [mpegdemux] does not negotiate source pads
|
||||
* 326734 : [mad] Add 24-bit output support
|
||||
* 329575 : misc bugfixes for mad from 0.8
|
||||
* 331035 : [asfdemux] port to 0.10
|
||||
* 331301 : [mpeg2dec] strides issues when cropping
|
||||
* 330844 : mpeg2dec crashes with " cropped " MPEG videos
|
||||
* 331579 : Set asfdemux rank to secondary
|
||||
* 313838 : totem hangs after playing an amazon sample
|
||||
|
||||
Features since 0.10.0:
|
||||
|
||||
* fixes in dvddemux, mpegdemux, mad, iec958
|
||||
* removed id3demux (new version in gst-plugins-good)
|
||||
|
||||
Bugs fixed since 0.10.0:
|
||||
|
||||
* 322049 : [id3demux] should support pull range
|
||||
* 322856 : [mpeg2dec] Use of wrong variables
|
||||
* 322857 : [mpeg2dec] Seeking in byte format
|
||||
* 325652 : many plugins don't pass unhandled queries upstream
|
||||
|
||||
API added since 0.10.0:
|
||||
|
||||
* AC3IEC::raw-audio
|
||||
|
||||
Bugs fixed since 0.9.7:
|
||||
|
||||
* 323199 : Remove id3tag element (replaced by id3demux and id3mux)
|
||||
|
||||
Changes since 0.9.6:
|
||||
|
||||
* mpegstream fixes
|
||||
|
||||
Bugs fixed since 0.9.6:
|
||||
|
||||
* 319784 : mad claims to need more data
|
||||
* 322745 : [mpegdemux] segfaults
|
||||
|
||||
Changes since 0.9.5:
|
||||
|
||||
* mpegstream ported
|
||||
* fractional framerates
|
||||
|
||||
Bugs fixed since 0.9.5:
|
||||
|
||||
* 319862 : Partial mpegstream/dvddemux port
|
||||
* 321955 : gst-plugins-ugly fail to compile
|
||||
|
||||
Changes since 0.9.3:
|
||||
|
||||
* rmdemux fixes
|
||||
* a52dec ported
|
||||
|
||||
Bugs fixed since 0.9.3:
|
||||
|
||||
* 318849 : [a52dec] ported to gstreamer 0.9
|
||||
|
||||
Changes since 0.9.1:
|
||||
|
||||
* lame, rmdemux, iec958 fixes
|
||||
|
|
63
RELEASE
63
RELEASE
|
@ -1,15 +1,16 @@
|
|||
|
||||
Release notes for GStreamer Ugly Plug-ins 0.10.18 "Extra Life"
|
||||
Release notes for GStreamer Ugly Plug-ins 0.11.1 "Moonlapse Vertigo"
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new release
|
||||
in the 0.10.x stable series of the
|
||||
in the 0.11.x unstable series of the
|
||||
GStreamer Ugly Plug-ins.
|
||||
|
||||
|
||||
The 0.10.x series is a stable series targeted at end users.
|
||||
It is not API or ABI compatible with the stable 0.8.x series.
|
||||
It is, however, parallel installable with the 0.8.x series.
|
||||
The 0.11.x series is an unstable series targeted at developers and will
|
||||
eventually lead up to the stable 1.0 series.
|
||||
It is not API or ABI compatible with the stable 0.10.x series.
|
||||
It is, however, parallel installable with the 0.10.x series.
|
||||
|
||||
|
||||
|
||||
|
@ -55,34 +56,11 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* amrwbdec: avoid stalling on invalid frame
|
||||
* asfpacket: don't rely on data from duration extension
|
||||
* dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
|
||||
* dvdsubdec: Output only a single buffer per subpicture and set the correct duration
|
||||
* lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
|
||||
* mad: build the mad plugin even if libid3tag is not available
|
||||
* mpeg2dec: do not fail fatally when downstream is unlinked (let upstream handle that)
|
||||
* mpeg2dec: don't deadlock when setting an index
|
||||
* mpegstream: increase allowable gap between streams
|
||||
* x264enc: allow changing the bitrate and quantitizers dynamically
|
||||
* x264enc: don't register flags with a value of 0
|
||||
* x264enc: implement getcaps function to proxy downstream caps restrictions upstream
|
||||
* x264enc: make tag event writable before modifying tag list in place
|
||||
* x264enc: set max bitrate in quality mode
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 539708 : [mpegstream] Increase allowable gap between streams
|
||||
* 607698 : asfdemux: fix parsing of packets with padding
|
||||
* 619136 : [dvdsubdec] spits out buffers at video framerate
|
||||
* 621663 : x264enc: support changing bitrate property on the fly
|
||||
* 639291 : [xingmux] Return NULL instead of 0 for a function returning gboolean
|
||||
* 639715 : amrparse: seek error with EOS
|
||||
* 640272 : x264enc: make tag event writable before modifying tag list in place
|
||||
* 641151 : lame: doesn't negotiate sample rate properly
|
||||
* 642360 : x264enc: Don't register flags which have 0 as a value
|
||||
* 644704 : [dvdsubedc] no SPU clipping implemented
|
||||
* 647709 : mpeg2dec: errors out on not-linked flow return
|
||||
* Parallel installability with 0.10.x series
|
||||
* Many cleanups
|
||||
* Ported to new 0.11 core API changes
|
||||
There were no bugs fixed in this release
|
||||
|
||||
|
||||
Download
|
||||
|
||||
|
@ -111,17 +89,24 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Brendan Le Foll
|
||||
* Alessandro Decina
|
||||
* Brian Gitonga Marete
|
||||
* Christian Fredrik Kalager Schaller
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Luis de Bethencourt
|
||||
* Julien Isorce
|
||||
* Mark Nauwelaerts
|
||||
* Miguel Angel Cabrera Moya
|
||||
* Matej Knopp
|
||||
* Olivier Crête
|
||||
* René Stadler
|
||||
* Robert Swain
|
||||
* Sebastian Dröge
|
||||
* Sjoerd Simons
|
||||
* Stefan Kost
|
||||
* Thibault Saunier
|
||||
* Stefan Sauer
|
||||
* Thiago Santos
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Vincent Penquerc'h
|
||||
* Yang Xichuan
|
||||
* Wim Taymans
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||
AC_INIT(GStreamer Ugly Plug-ins, 0.11.0.1,
|
||||
AC_INIT(GStreamer Ugly Plug-ins, 0.11.1,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-ugly)
|
||||
|
||||
|
@ -52,8 +52,8 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.11.0
|
||||
GSTPB_REQ=0.11.0
|
||||
GST_REQ=0.11.2
|
||||
GSTPB_REQ=0.11.2
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<ARG>
|
||||
<NAME>GstCdioCddaSrc::read-speed</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[-1,100]</RANGE>
|
||||
<RANGE>[G_MAXULONG,100]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Read speed</NICK>
|
||||
<BLURB>Read from device at the specified speed (-1 = default).</BLURB>
|
||||
|
@ -530,12 +530,12 @@
|
|||
|
||||
<ARG>
|
||||
<NAME>GstSidDec::blocksize</NAME>
|
||||
<TYPE>gulong</TYPE>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE>>= 1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Block size</NICK>
|
||||
<BLURB>Size in bytes to output per buffer.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
<DEFAULT>4096</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
|
|
@ -3,20 +3,23 @@ GObject
|
|||
GstObject
|
||||
GstBus
|
||||
GstClock
|
||||
GstControlBinding
|
||||
GstControlSource
|
||||
GstElement
|
||||
GstA52Dec
|
||||
GstASFDemux
|
||||
GstAudioDecoder
|
||||
GstA52Dec
|
||||
GstAmrnbDec
|
||||
GstAmrwbDec
|
||||
GstMad
|
||||
GstAudioEncoder
|
||||
GstAmrnbEnc
|
||||
GstLameMP3Enc
|
||||
GstTwoLame
|
||||
GstBaseRTPDepayload
|
||||
GstRtpAsfDepay
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstAudioCdSrc
|
||||
GstCdioCddaSrc
|
||||
GstDvdReadSrc
|
||||
GstPNMSrc
|
||||
GstBin
|
||||
|
@ -24,11 +27,12 @@ GObject
|
|||
GstDvdLpcmDec
|
||||
GstDvdSubDec
|
||||
GstDvdSubParse
|
||||
GstMad
|
||||
GstMpeg2dec
|
||||
GstRDTDepay
|
||||
GstRDTManager
|
||||
GstRMDemux
|
||||
GstRTPBaseDepayload
|
||||
GstRtpAsfDepay
|
||||
GstRTSPReal
|
||||
GstRTSPWMS
|
||||
GstRealAudioDemux
|
||||
|
@ -39,7 +43,6 @@ GObject
|
|||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
GstIndexFactory
|
||||
GstTypeFindFactory
|
||||
GstRegistry
|
||||
GstTask
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
GstAmrnbEnc GstPreset
|
||||
GstAudioCdSrc GstURIHandler
|
||||
GstAudioEncoder GstPreset
|
||||
GstBin GstChildProxy
|
||||
GstCddaBaseSrc GstURIHandler
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||
<basename>libgsta52dec.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)F32LE, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
|
||||
<details>audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Narrow-Band</description>
|
||||
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
|
||||
<basename>libgstamrnb.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details>
|
||||
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1</details>
|
||||
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
|
||||
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
|
||||
<basename>libgstamrwbdec.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)S16LE, rate=(int)16000, channels=(int)1</details>
|
||||
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)16000, channels=(int)1</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
|
||||
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
|
||||
<basename>libgstasf.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Read audio from audio CDs</description>
|
||||
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
||||
<basename>libgstcdio.so</basename>
|
||||
<version>0.10.18.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2</details>
|
||||
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string){ S16BE, S24BE }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details>
|
||||
<details>audio/x-raw, format=(string){ S16BE, S24BE }, layout=(string)interleaved, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Access a DVD with dvdread</description>
|
||||
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
|
||||
<basename>libgstdvdread.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVD subtitle parser and decoder</description>
|
||||
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
||||
<basename>libgstdvdsub.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode MP3s with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)S16LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
||||
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>mp3 decoding based on the mad library</description>
|
||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||
<basename>libgstmad.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string)S32LE, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
||||
<details>audio/x-raw, format=(string)S32LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>LibMpeg2 decoder</description>
|
||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||
<basename>libgstmpeg2dec.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RealMedia support plugins</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Uses libsidplay to decode .sid files</description>
|
||||
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
|
||||
<basename>libgstsid.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string){ S8, U8, S16LE, U16LE }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
|
||||
<details>audio/x-raw, format=(string){ S16LE, U16LE, S8, U8 }, layout=(string)interleaved, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Encode MP2s with TwoLAME</description>
|
||||
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
|
||||
<basename>libgsttwolame.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw, format=(string){ F32LE, S16LE }, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details>
|
||||
<details>audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libx264-based H264 plugins</description>
|
||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||
<basename>libgstx264.so</basename>
|
||||
<version>0.11.0.1</version>
|
||||
<version>0.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins git</package>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, constrained-baseline, high-10-intra }</details>
|
||||
<details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ byte-stream, avc }, alignment=(string){ au }, profile=(string){ high-10, high, main, baseline, constrained-baseline, high-10-intra }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -33,6 +33,17 @@ might be widely known to present patent problems.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.11.1</revision>
|
||||
<branch>0.11</branch>
|
||||
<name>Moonlapse Vertigo</name>
|
||||
<created>2012-02-16</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.18</revision>
|
||||
|
|
2
po/af.po
2
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
|
||||
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
|
||||
"Language-Team: Afrikaans <i18n@af.org.za>\n"
|
||||
|
|
2
po/az.po
2
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.0\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
|
||||
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
|
||||
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
|
||||
|
|
2
po/bg.po
2
po/bg.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 22:34+0300\n"
|
||||
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
|
||||
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
||||
|
|
30
po/ca.po
30
po/ca.po
|
@ -2,26 +2,28 @@
|
|||
# Copyright © 2004, 2005, 2010 Free Software Foundation, Inc.
|
||||
# This file is put in the public domain.
|
||||
# Jordi Mallach <jordi@sindominio.net>, 2004, 2005, 2010.
|
||||
# Jordi Estrada <jordi.estrada@yamaha-motor.es>, 2011.
|
||||
# Gil Forcada <gforcada@gnome.org>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2010-11-04 23:22+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2012-01-01 14:19+0100\n"
|
||||
"Last-Translator: Gil Forcada <gforcada@gnome.org>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
msgid "Could not read from CD."
|
||||
msgstr "No s'ha pogut llegir des del CD."
|
||||
|
||||
msgid "Could not open CD device for reading."
|
||||
msgstr "No s'ha pogut obrir el dispositiu de CD per a llegir."
|
||||
msgstr "No s'ha pogut obrir el dispositiu de CD per a lectura."
|
||||
|
||||
msgid "Disc is not an Audio CD."
|
||||
msgstr "El disc no és un CD d'àudio."
|
||||
|
@ -43,22 +45,23 @@ msgid ""
|
|||
"element"
|
||||
msgstr ""
|
||||
"No s'ha pogut obrir el títol %d del DVD. Els títols interactius no són "
|
||||
"implementats per aquest element"
|
||||
"compatibles amb aquest element"
|
||||
|
||||
msgid ""
|
||||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
"No s'ha pogut llegir el DVD. Possiblement el DVD està encriptat i la "
|
||||
"biblioteca de desencriptació de DVD no està instal·lada."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "No s'ha pogut obrir el DVD"
|
||||
msgstr "No s'ha pogut llegir el DVD."
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"No s'ha pogut configurar el codificador TwoLAME. Comproveu els paràmetres de "
|
||||
"No s'ha pogut configurar el codificador LAME. Comproveu els paràmetres de "
|
||||
"codificació."
|
||||
|
||||
#, c-format
|
||||
|
@ -79,10 +82,3 @@ msgstr "Aquest flux no conté dades."
|
|||
|
||||
msgid "Internal data stream error."
|
||||
msgstr "S'ha produït un error intern de flux de dades."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr ""
|
||||
#~ "No s'ha pogut configurar el codificador LAME. Comproveu els paràmetres de "
|
||||
#~ "codificació."
|
||||
|
|
2
po/cs.po
2
po/cs.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.10.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-03-16 03:46+0100\n"
|
||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
||||
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
|
||||
|
|
2
po/da.po
2
po/da.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-28 03:56+0100\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
2
po/de.po
2
po/de.po
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-28 00:04+0200\n"
|
||||
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
|
||||
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
||||
|
|
2
po/el.po
2
po/el.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.12.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-07-29 18:18+0300\n"
|
||||
"Last-Translator: Simos Xenitellis <simos.lists@googlemail.com>\n"
|
||||
"Language-Team: Greek <team@lists.gnome.gr>\n"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.1\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
|
||||
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
||||
"Language-Team: English (British) <en_gb@li.org>\n"
|
||||
|
|
6
po/eo.po
6
po/eo.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-12-10 15:17+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-06-04 22:24+0200\n"
|
||||
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
|
@ -55,7 +55,9 @@ msgstr ""
|
|||
msgid "Could not read DVD."
|
||||
msgstr "Ne eblis legi la DVD-n."
|
||||
|
||||
msgid "Failed to configure LAME encoder. Check your encoding parameters."
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr "Fiaskis agordi la LAME-kodilon. Kontrolu viajn kodad-parametrojn."
|
||||
|
||||
#, c-format
|
||||
|
|
26
po/es.po
26
po/es.po
|
@ -1,14 +1,14 @@
|
|||
# translation of gst-plugins-ugly-0.10.10.2.po to Español
|
||||
# translation of gst-plugins-ugly-0.10.17.2.po to Español
|
||||
# spanish translation for gst-plugins-ugly
|
||||
# This file is put in the public domain.
|
||||
# Jorge González <jorgegonz@svn.gnome.org>, 2007, 2009, 2011.
|
||||
#
|
||||
# Jorge González González <aloriel@gmail.com>, 2007, 20, 2009.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2009-04-04 13:32+0200\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-10-02 15:45+0200\n"
|
||||
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
"Language: es\n"
|
||||
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
||||
|
||||
msgid "Could not read from CD."
|
||||
msgstr "No se pudo leer del CD."
|
||||
|
@ -50,16 +50,17 @@ msgid ""
|
|||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
"No se pudo leer el DVD. Puede ser debido a que el DVD está cifrado y la "
|
||||
"biblioteca de descifrado del DVD no está instalada."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "No se pudo abrir el DVD"
|
||||
msgstr "No se pudo leer el DVD."
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"Falló al configurar el codificador TwoLAME. Compruebe sus parámetros de "
|
||||
"Falló al configurar el codificador LAME. Compruebe sus parámetros de "
|
||||
"codificación."
|
||||
|
||||
#, c-format
|
||||
|
@ -81,13 +82,6 @@ msgstr "Este medio no contiene datos."
|
|||
msgid "Internal data stream error."
|
||||
msgstr "Error del flujo de datos interno."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr ""
|
||||
#~ "Falló al configurar el codificador LAME. Compruebe sus parámetros de "
|
||||
#~ "codificación."
|
||||
|
||||
#~ msgid "Invalid title information on DVD."
|
||||
#~ msgstr "Información del título del DVD no válida."
|
||||
|
||||
|
|
2
po/eu.po
2
po/eu.po
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2010-03-07 13:12+0200\n"
|
||||
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
|
||||
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fi.po
2
po/fi.po
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-03-10 20:41+0200\n"
|
||||
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
|
2
po/fr.po
2
po/fr.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-28 09:25+0200\n"
|
||||
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
|
||||
"Language-Team: French <traduc@traduc.org>\n"
|
||||
|
|
2
po/gl.po
2
po/gl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2010-05-30 15:49+0200\n"
|
||||
"Last-Translator: Fran Diéguez <frandieguez@ubuntu.com>\n"
|
||||
"Language-Team: Galician <proxecto@trasno.net>\n"
|
||||
|
|
2
po/hu.po
2
po/hu.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-04-20 01:48+0200\n"
|
||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
|
||||
|
|
20
po/id.po
20
po/id.po
|
@ -1,13 +1,13 @@
|
|||
# Indonesian translations for gst-plugins-ugly package.
|
||||
# This file is put in the public domain.
|
||||
# Andhika Padmawan <andhika.padmawan@gmail.com>, 2009.
|
||||
# Andhika Padmawan <andhika.padmawan@gmail.com>, 2009-2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2009-06-13 22:02+0700\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2012-01-28 11:39+0700\n"
|
||||
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
|
||||
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
|
||||
"Language: id\n"
|
||||
|
@ -47,15 +47,16 @@ msgid ""
|
|||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
"Tak dapat membaca DVD. Hal ini karena DVD terenkripsi dan pustaka dekripsi "
|
||||
"DVD tidak diinstal."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "Tak dapat membuka DVD"
|
||||
msgstr "Tak dapat membaca DVD."
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr "Gagal mengatur penyandi TwoLAME. Cek parameter penyandian anda."
|
||||
msgstr "Gagal mengatur penyandi LAME. Cek parameter penyandian anda."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
|
@ -74,11 +75,6 @@ msgstr "Arus ini tidak berisi data."
|
|||
msgid "Internal data stream error."
|
||||
msgstr "Galat arus data internal."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr "Gagal mengatur penyandi LAME. Cek parameter penyandian anda."
|
||||
|
||||
#~ msgid "Invalid title information on DVD."
|
||||
#~ msgstr "Informasi judul tidak sah pada DVD."
|
||||
|
||||
|
|
2
po/it.po
2
po/it.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-06-14 12:31+0200\n"
|
||||
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
|
|
2
po/ja.po
2
po/ja.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 19:42+0900\n"
|
||||
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
|
||||
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
|
||||
|
|
2
po/lt.po
2
po/lt.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.7.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2008-05-14 02:52+0300\n"
|
||||
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||
|
|
22
po/lv.po
22
po/lv.po
|
@ -1,13 +1,13 @@
|
|||
# Latvain translation of gst-plugins
|
||||
# This file is put in the public domain.
|
||||
# Arvis Lācis <arvis.lacis@inbox.lv>, 2009.
|
||||
#
|
||||
# Rihards Prieditis <rprieditis@gmail.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2009-08-20 11:40+0100\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-09-02 12:04-0000\n"
|
||||
"Last-Translator: Rihards Priedītis <rprieditis@gmail.com>\n"
|
||||
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
|
||||
"Language: lv\n"
|
||||
|
@ -49,16 +49,16 @@ msgid ""
|
|||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
"Nevarēja nolasīt DVD. Iespējams, ka DVD ir šifrēts un DVD atšifrēšanas "
|
||||
"bibliotēka nav instalēta."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "Nevar atvērt DVD"
|
||||
msgstr "Nevar nolasīt DVD."
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"Nezidevās uzstādīt TwoLAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
|
||||
msgstr "Neizdevās uzstādīt LAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
|
@ -78,12 +78,6 @@ msgstr "Šī straume nesatur datus."
|
|||
msgid "Internal data stream error."
|
||||
msgstr "Iekšējās datu plūsmas kļūda."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr ""
|
||||
#~ "Neizdevās uzstādīt LAME kodētāju. Pārbaudiet jūsu kodējuma parametrus."
|
||||
|
||||
#~ msgid "Invalid title information on DVD."
|
||||
#~ msgstr "Nederīga DVD virsraksta informācija."
|
||||
|
||||
|
|
2
po/ms.po
2
po/ms.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.11.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-07-16 15:07+0800\n"
|
||||
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi@gmail.com>\n"
|
||||
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
|
||||
|
|
2
po/mt.po
2
po/mt.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.9.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2008-11-13 18:18+0100\n"
|
||||
"Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
|
||||
"Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
|
||||
|
|
2
po/nb.po
2
po/nb.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.6\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2007-11-02 14:39+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
|
||||
|
|
2
po/nl.po
2
po/nl.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-23 23:55+0200\n"
|
||||
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
|
|
2
po/or.po
2
po/or.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
|
||||
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
|
||||
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
|
||||
|
|
2
po/pl.po
2
po/pl.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 18:00+0200\n"
|
||||
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
|
||||
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2010-05-14 23:53-0300\n"
|
||||
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
|
||||
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
|
||||
|
|
2
po/ro.po
2
po/ro.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2010-08-16 03:32+0300\n"
|
||||
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
|
||||
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
|
||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 20:28+0400\n"
|
||||
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
|
||||
"Language-Team: Russian <gnu@mx.ru>\n"
|
||||
|
|
2
po/sk.po
2
po/sk.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-09-21 10:26+0100\n"
|
||||
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
|
||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||
|
|
2
po/sl.po
2
po/sl.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 15:35+0100\n"
|
||||
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
|
||||
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
|
||||
|
|
2
po/sq.po
2
po/sq.po
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.8.3\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
|
||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||
"Language-Team: Albanian <begraj@hotmail.com>\n"
|
||||
|
|
227
po/sr.po
227
po/sr.po
|
@ -1,252 +1,81 @@
|
|||
# Serbian translation of gst-plugins
|
||||
# Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
# Danilo Segan <dsegan@gmx.net>, 2004.
|
||||
#
|
||||
# This file is put in the public domain.
|
||||
# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins 0.7.6\n"
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
|
||||
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-12-04 13:43+0200\n"
|
||||
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
|
||||
"Language-Team: Serbian <gnu@prevod.org>\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : (n%10>=2 && n"
|
||||
"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"
|
||||
"X-Generator: Virtaal 0.7.0\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read from CD."
|
||||
msgstr "Не могу да пишем у датотеку „%s“."
|
||||
msgstr "Не могу да читам ЦД."
|
||||
|
||||
msgid "Could not open CD device for reading."
|
||||
msgstr "Не могу да отворим ЦД уређај ради читања."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Disc is not an Audio CD."
|
||||
msgstr "Уређај није отворен."
|
||||
msgstr "Диск није Звучни ЦД."
|
||||
|
||||
msgid "Could not open DVD"
|
||||
msgstr ""
|
||||
msgstr "Не могу да отворим ДВД"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "Could not open DVD title %d"
|
||||
msgstr "Не могу да затворим ВСД датотеку „%s“."
|
||||
msgstr "Не могу да отворим ДВД наслов „%d“"
|
||||
|
||||
#, c-format
|
||||
msgid "Failed to go to chapter %d of DVD title %d"
|
||||
msgstr ""
|
||||
msgstr "Нисам успео да стигнем до поглавља „%d“ ДВД наслова „%d“"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Could not open DVD title %d. Interactive titles are not supported by this "
|
||||
"element"
|
||||
msgstr ""
|
||||
"Не могу да отворим ДВД наслов „%d“. Овај елемент не подржава међудејствене "
|
||||
"наслове"
|
||||
|
||||
msgid ""
|
||||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
"Не могу да читам ДВД. Можда зато што је ДВД шифрован а библиотека за "
|
||||
"дешифровање ДВД-а није инсталирана."
|
||||
|
||||
msgid "Could not read DVD."
|
||||
msgstr "Не могу да читам ДВД."
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "Не могу да пишем у датотеку „%s“."
|
||||
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"Нисам успео да подесим ЛАМЕ енкодер. Проверите ваше параметре кодирања."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The requested bitrate %d kbit/s for property '%s' is not allowed. The "
|
||||
"bitrate was changed to %d kbit/s."
|
||||
msgstr ""
|
||||
"Тражени проток података од %d kbit/s за „%s“ није допуштен. Проток података "
|
||||
"је постављен на %d kbit/s."
|
||||
|
||||
msgid "Failed to configure TwoLAME encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"Нисам успео да подесим ДваЛАМЕ енкодер. Проверите ваше параметре кодирања."
|
||||
|
||||
msgid "This stream contains no data."
|
||||
msgstr ""
|
||||
msgstr "Овај ток не садржи податке."
|
||||
|
||||
msgid "Internal data stream error."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Could not read title information for DVD."
|
||||
#~ msgstr "Не могу да пишем у датотеку „%s“."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Failed to open DVD device '%s'."
|
||||
#~ msgstr "Не могу да затворим ВСД датотеку „%s“."
|
||||
|
||||
#~ msgid "Could not open file \"%s\" for writing."
|
||||
#~ msgstr "Не могу да отворим датотеку „%s“ ради уписа."
|
||||
|
||||
#~ msgid "Error closing file \"%s\"."
|
||||
#~ msgstr "Грешка при затварању датотеке „%s“."
|
||||
|
||||
#~ msgid "Could not open file \"%s\" for reading."
|
||||
#~ msgstr "Не могу да отворим датотеку „%s“ ради читања."
|
||||
|
||||
#~ msgid "No filename specified."
|
||||
#~ msgstr "Име датотеке није задато."
|
||||
|
||||
#~ msgid "No or invalid input audio, AVI stream will be corrupt."
|
||||
#~ msgstr "Улазног звука нема или је неисправан, АВИ ток ће бити искварен."
|
||||
|
||||
#~ msgid "Could not open audio device \"%s\" for writing."
|
||||
#~ 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 "Could not write to device \"%s\"."
|
||||
#~ msgstr "Не могу да пишем на видео уређај „%s“."
|
||||
|
||||
#~ msgid "OSS device \"%s\" is already in use by another program."
|
||||
#~ msgstr "OSS уређај „%s“ већ користи неки програм."
|
||||
|
||||
#~ msgid "Could not access device \"%s\", check its permissions."
|
||||
#~ msgstr "Не могу да приступим уређају „%s“, проверите његова овлашћења."
|
||||
|
||||
#~ msgid "Device \"%s\" does not exist."
|
||||
#~ msgstr "Не постоји уређај „%s“."
|
||||
|
||||
#~ msgid "Could not open device \"%s\" for writing."
|
||||
#~ msgstr "Не могу да отворим уређај „%s“ ради уписа."
|
||||
|
||||
#~ msgid "Could not open device \"%s\" for reading."
|
||||
#~ msgstr "Не могу да отворим уређај „%s“ ради читања."
|
||||
|
||||
#~ msgid "Volume"
|
||||
#~ msgstr "Јачина звука"
|
||||
|
||||
#~ msgid "Bass"
|
||||
#~ msgstr "Бас"
|
||||
|
||||
#~ msgid "Treble"
|
||||
#~ msgstr "Шум"
|
||||
|
||||
#~ msgid "Synth"
|
||||
#~ msgstr "Синт."
|
||||
|
||||
#~ msgid "PCM"
|
||||
#~ msgstr "ПЦМ"
|
||||
|
||||
#~ msgid "Speaker"
|
||||
#~ msgstr "Звучник"
|
||||
|
||||
#~ msgid "Line-in"
|
||||
#~ msgstr "Ул.лин."
|
||||
|
||||
#~ msgid "Microphone"
|
||||
#~ msgstr "Микрофон"
|
||||
|
||||
#~ msgid "CD"
|
||||
#~ msgstr "ЦД"
|
||||
|
||||
#~ msgid "Mixer"
|
||||
#~ msgstr "Миксер"
|
||||
|
||||
#~ msgid "PCM-2"
|
||||
#~ msgstr "ПЦМ-2"
|
||||
|
||||
#~ msgid "Record"
|
||||
#~ msgstr "Снимање"
|
||||
|
||||
#~ msgid "In-gain"
|
||||
#~ msgstr "Ул. пој."
|
||||
|
||||
#~ msgid "Out-gain"
|
||||
#~ msgstr "Из. пој."
|
||||
|
||||
#~ msgid "Line-1"
|
||||
#~ msgstr "Лин. 1"
|
||||
|
||||
#~ msgid "Line-2"
|
||||
#~ msgstr "Лин. 2"
|
||||
|
||||
#~ msgid "Line-3"
|
||||
#~ msgstr "Лин. 3"
|
||||
|
||||
#~ msgid "Digital-1"
|
||||
#~ msgstr "Диг. 1"
|
||||
|
||||
#~ msgid "Digital-2"
|
||||
#~ msgstr "Диг. 2"
|
||||
|
||||
#~ msgid "Digital-3"
|
||||
#~ msgstr "Диг. 3"
|
||||
|
||||
#~ msgid "Phone-in"
|
||||
#~ msgstr "Тел. ул."
|
||||
|
||||
#~ msgid "Phone-out"
|
||||
#~ msgstr "Тел. из."
|
||||
|
||||
#~ msgid "Video"
|
||||
#~ msgstr "Видео"
|
||||
|
||||
#~ msgid "Radio"
|
||||
#~ msgstr "Радио"
|
||||
|
||||
#~ msgid "Monitor"
|
||||
#~ msgstr "Праћење"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "PC Speaker"
|
||||
#~ msgstr "Звучник"
|
||||
|
||||
# Виртуелни Систем Датотека
|
||||
#~ msgid "Could not open vfs file \"%s\" for reading."
|
||||
#~ msgstr "Не могу да отворим ВСД датотеку „%s“ ради читања."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "No filename given."
|
||||
#~ msgstr "Име датотеке није задато."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Could not open vfs file \"%s\" for writing: %s."
|
||||
#~ msgstr "Не могу да отворим ВСД датотеку „%s“ ради уписа."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "No filename given"
|
||||
#~ msgstr "Име датотеке није задато."
|
||||
|
||||
#~ msgid "No device specified."
|
||||
#~ msgstr "Уређај није наведен."
|
||||
|
||||
#~ msgid "Could not open device \"%s\" for reading and writing."
|
||||
#~ msgstr "Не могу да отворим уређај „%s“ ради читања и уписа."
|
||||
|
||||
#~ 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“."
|
||||
msgstr "Унутрашња грешка тока података."
|
||||
|
|
11
po/sv.po
11
po/sv.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2009-03-10 16:12+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|
||||
|
@ -57,7 +57,7 @@ msgstr "Kunde inte öppna dvd"
|
|||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr ""
|
||||
"Misslyckades med att konfigurera TwoLAME-kodaren. Kontrollera dina "
|
||||
"Misslyckades med att konfigurera LAME-kodaren. Kontrollera dina "
|
||||
"kodningsparametrar."
|
||||
|
||||
#, c-format
|
||||
|
@ -79,13 +79,6 @@ msgstr "Den här strömmen innehåller inget data."
|
|||
msgid "Internal data stream error."
|
||||
msgstr "Fel i intern dataström."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr ""
|
||||
#~ "Misslyckades med att konfigurera LAME-kodaren. Kontrollera dina "
|
||||
#~ "kodningsparametrar."
|
||||
|
||||
#~ msgid "Invalid title information on DVD."
|
||||
#~ msgstr "Ogiltig titelinformation på dvd."
|
||||
|
||||
|
|
2
po/tr.po
2
po/tr.po
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly-0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-26 19:24+0200\n"
|
||||
"Last-Translator: Server Acim <serveracim@gmail.com>\n"
|
||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||
|
|
2
po/uk.po
2
po/uk.po
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-04-30 16:27+0300\n"
|
||||
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
||||
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
|
||||
|
|
2
po/vi.po
2
po/vi.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.13.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2010-03-06 22:13+1030\n"
|
||||
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
|
||||
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
|
||||
|
|
24
po/zh_CN.po
24
po/zh_CN.po
|
@ -3,16 +3,16 @@
|
|||
# This file is distributed under the same license as the gst-plugins-ugly package.
|
||||
# Wenzheng Hu <db_lobster@163.com>, 2007.
|
||||
# LI Daobing <lidaobing@gmail.com>, 2008, 2009.
|
||||
# Wylmer Wang <wantinghard@gmail.com>, 2011.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
|
||||
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
|
||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
|
||||
"POT-Creation-Date: 2011-11-11 01:29+0000\n"
|
||||
"PO-Revision-Date: 2009-06-12 23:12+0800\n"
|
||||
"Last-Translator: LI Daobing <lidaobing@gmail.com>\n"
|
||||
"Language-Team: Chinese (simplified) <translation-team-zh-cn@lists."
|
||||
"sourceforge.net>\n"
|
||||
"POT-Creation-Date: 2012-02-17 10:49+0100\n"
|
||||
"PO-Revision-Date: 2011-12-20 10:58+0800\n"
|
||||
"Last-Translator: Wylmer Wang <wantinghard@gmail.com>\n"
|
||||
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -47,16 +47,15 @@ msgstr "无法打开 DVD 标题 %d. 这个元素不支持互动标题"
|
|||
msgid ""
|
||||
"Could not read DVD. This may be because the DVD is encrypted and a DVD "
|
||||
"decryption library is not installed."
|
||||
msgstr ""
|
||||
msgstr "无法读取 DVD。可能 DVD 光盘已加密,但 DVD 解密库没有安装。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Could not read DVD."
|
||||
msgstr "无法打开 DVD"
|
||||
msgstr "无法读取 DVD。"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Failed to configure LAME mp3 audio encoder. Check your encoding parameters."
|
||||
msgstr "设置 TwoLAME 编码器失败. 请检查你的编码参数."
|
||||
msgstr "设置 LAME 编码器失败. 请检查你的编码参数."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
|
@ -73,11 +72,6 @@ msgstr "这个串流中没有包含数据."
|
|||
msgid "Internal data stream error."
|
||||
msgstr "内部数据流错误。"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Failed to configure LAMEMP3ENC encoder. Check your encoding parameters."
|
||||
#~ msgstr "设置 LAME 编码器失败. 请检查你的编码参数."
|
||||
|
||||
#~ msgid "Invalid title information on DVD."
|
||||
#~ msgstr "无效的 DVD 标题信息。"
|
||||
|
||||
|
|
|
@ -31,7 +31,13 @@
|
|||
#undef ENABLE_NLS
|
||||
|
||||
/* gettext package name */
|
||||
#define GETTEXT_PACKAGE "gst-plugins-ugly-0.10"
|
||||
#define GETTEXT_PACKAGE "gst-plugins-ugly-0.11"
|
||||
|
||||
/* The GIO library directory. */
|
||||
#undef GIO_LIBDIR
|
||||
|
||||
/* The GIO modules directory. */
|
||||
#undef GIO_MODULE_DIR
|
||||
|
||||
/* macro to use to show function name */
|
||||
#undef GST_FUNCTION
|
||||
|
@ -46,13 +52,13 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins git"
|
||||
#define GST_PACKAGE_NAME "GStreamer Ugly Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2011-05-14T09:08Z"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-16"
|
||||
|
||||
/* Define to enable a52dec (used by a52dec). */
|
||||
#undef HAVE_A52DEC
|
||||
|
@ -147,9 +153,6 @@
|
|||
/* Define if you have the iconv() function and it works. */
|
||||
#undef HAVE_ICONV
|
||||
|
||||
/* defined if libid3tag is available */
|
||||
#undef HAVE_ID3TAG
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
|
@ -236,7 +239,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.10.18.1"
|
||||
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-ugly"
|
||||
|
@ -245,13 +248,13 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.18.1"
|
||||
#define PACKAGE_VERSION "0.11.1"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.10"
|
||||
# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
|
||||
#else
|
||||
# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
|
||||
# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
|
||||
#endif
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
|
@ -273,7 +276,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.18.1"
|
||||
#define VERSION "0.11.1"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
Loading…
Reference in a new issue