Edward Hervey
466a76bd9d
po/.cvsignore: We never put .pot files in cvs. Let's ignore them all.
...
Original commit message from CVS:
* po/.cvsignore:
We never put .pot files in cvs. Let's ignore them all.
2006-11-22 17:39:13 +00:00
Tim-Philipp Müller
75beed75b0
po/POTFILES.in: ... but better exclude files that aren't disted.
...
Original commit message from CVS:
* po/POTFILES.in:
... but better exclude files that aren't disted.
2006-11-19 18:46:03 +00:00
Tim-Philipp Müller
afeaf4c8a4
po/POTFILES.in: Add v4l2 source files to list of files with translations, so the strings are actually extracted (howe...
...
Original commit message from CVS:
* po/POTFILES.in:
Add v4l2 source files to list of files with translations, so the
strings are actually extracted (however bad they still may be).
2006-11-19 16:32:49 +00:00
Thomas Vander Stichele
7303a62de5
update translations
...
Original commit message from CVS:
update translations
2006-08-10 13:10:38 +00:00
Jan Schmidt
1e6b348ad9
Update .po files
...
Original commit message from CVS:
Update .po files
2006-05-03 18:44:38 +00:00
Thomas Vander Stichele
a2fa31530e
add ximagesrc for translation
...
Original commit message from CVS:
add ximagesrc for translation
2006-05-01 11:43:31 +00:00
Tim-Philipp Müller
1c8e824c4e
Rewrite a bit: use GstBaseSink::start and stop instead of a state change function; use GST_ELEMENT_ERROR for error re...
...
Original commit message from CVS:
* ext/shout2/gstshout2.c: (gst_shout2send_base_init),
(gst_shout2send_class_init), (gst_shout2send_init),
(set_shout_metadata), (gst_shout2send_set_metadata),
(gst_shout2send_event), (gst_shout2send_start),
(gst_shout2send_connect), (gst_shout2send_stop),
(gst_shout2send_render), (gst_shout2send_set_property),
(gst_shout2send_get_property), (gst_shout2send_setcaps),
(plugin_init):
* ext/shout2/gstshout2.h:
* po/POTFILES.in:
Rewrite a bit: use GstBaseSink::start and stop instead of a state
change function; use GST_ELEMENT_ERROR for error reporting, not
g_error() or GST_ERROR(); don't unref caps in setcaps function,
will cause crashes or assertion failures; remove (unused) "sync"
property, basesink already has such a property; misc. other
minor fixes and cleanups.
2006-04-18 17:17:55 +00:00
Tim-Philipp Müller
e83351eeff
Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ...
...
Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
* ext/esd/gstesd.c: (plugin_init):
* po/POTFILES.in:
Add translatable error message for when we cannot
connect to the sound server, as "Cannot open resource
for writing" isn't really an acceptable message to show
to the user in this case.
2006-04-18 14:15:33 +00:00
Thomas Vander Stichele
c3141ee26c
configure.ac: clean up, use AS_VERSION and AS_NANO
...
Original commit message from CVS:
* configure.ac:
clean up, use AS_VERSION and AS_NANO
* gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
use PACKAGE_VERSION define
* 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:
updated
2006-04-01 09:56:45 +00:00
Julien Moutte
675a5afed0
Fix a memleak in gst_cmml_track_list_add_clip.
...
Original commit message from CVS:
2006-02-25 Alessandro Decina <alessandro@nnva.org>
* ext/annodex/Makefile.am:
* ext/annodex/gstannodex.c:
* ext/annodex/gstcmmldec.c:
* ext/annodex/gstcmmlenc.c:
* ext/annodex/gstcmmlparser.c:
* ext/annodex/gstcmmlparser.h:
* ext/annodex/gstcmmlutils.c:
* tests/check/elements/cmmldec.c:
* tests/check/elements/cmmlenc.c:
Fix a memleak in gst_cmml_track_list_add_clip.
Handle overflows in clip's start and end times.
Add the "encoded" parameter to cmmldec and cmmlenc caps.
Do not parse junk at the end of a CMML preamble buffer.
Register a libxml error handler to not print stuff on stderr.
Check for bad clip start and end times in the testsuites.
2006-02-25 19:07:41 +00:00
Jan Schmidt
79adf3a92a
Update .po files
...
Original commit message from CVS:
Update .po files
2006-02-08 17:35:05 +00:00
Thomas Vander Stichele
013f1dcab2
configure.ac: prereleasing
...
Original commit message from CVS:
* configure.ac:
prereleasing
* 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:
update translations
2006-01-11 11:39:10 +00:00
Philippe Kalaf
0c2414650a
gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) inherit from
...
Original commit message from CVS:
2005-12-22 Philippe Khalaf <burger@speedy.org>
* gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
* gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
* gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
* gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
Making these depayloaders (H263+ and mpeg4 video) inherit from
RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908 .
2005-12-22 15:00:41 +00:00
Thomas Vander Stichele
329691bf45
Update .po files
...
Original commit message from CVS:
Update .po files
2005-12-05 16:21:08 +00:00
Thomas Vander Stichele
590e301d8d
update translations
...
Original commit message from CVS:
update translations
2005-12-05 15:08:46 +00:00
Thomas Vander Stichele
6d9d2f4f62
Update .po files
...
Original commit message from CVS:
Update .po files
2005-12-01 17:53:29 +00:00
Thomas Vander Stichele
cadef6a1d5
Update .po files
...
Original commit message from CVS:
Update .po files
2005-11-23 19:05:29 +00:00
Thomas Vander Stichele
4afd1c36fb
Update .po files
...
Original commit message from CVS:
Update .po files
2005-11-11 18:33:21 +00:00
Thomas Vander Stichele
2b3f876d7c
releasing 0.9.4
...
Original commit message from CVS:
releasing 0.9.4
2005-10-23 22:43:08 +00:00
Thomas Vander Stichele
d006b0680f
STOPPED->FAILED
...
Original commit message from CVS:
STOPPED->FAILED
2005-10-23 11:07:10 +00:00
Thomas Vander Stichele
cb48063706
release time
...
Original commit message from CVS:
release time
2005-10-03 17:48:57 +00:00
Thomas Vander Stichele
6482f4af8f
fix distcheck
...
Original commit message from CVS:
fix distcheck
2005-09-04 11:50:47 +00:00
Andy Wingo
7ebd7b97d4
All plugins updated for element state changes.
...
Original commit message from CVS:
2005-09-02 Andy Wingo <wingo@pobox.com>
* All plugins updated for element state changes.
2005-09-02 15:44:50 +00:00
Thomas Vander Stichele
81f63142d6
tidying up -good for business
...
Original commit message from CVS:
tidying up -good for business
2005-08-30 17:32:12 +00:00
Andy Wingo
99fc32962a
Updates for two-arg init from GST_BOILERPLATE.
...
Original commit message from CVS:
2005-08-28 Andy Wingo <wingo@pobox.com>
* Updates for two-arg init from GST_BOILERPLATE.
* ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use
the second arg for the class, because G_OBJECT_GET_CLASS (self)
returns the wrong thing.
(gst_signal_processor_add_pad_from_template): Make pads of the
right type.
* ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make
writable param specs G_PARAM_CONSTRUCT so default values work.
(gst_ladspa_init): Use the second arg for the class.
2005-08-28 17:59:20 +00:00
Christian Schaller
a7d2662a8f
add speex to spec file and remove gstosslement from POTFILES.in
...
Original commit message from CVS:
add speex to spec file and remove gstosslement from POTFILES.in
2005-08-24 10:04:35 +00:00
Thomas Vander Stichele
da8915bfc1
more macro splitting; fix po problem
...
Original commit message from CVS:
more macro splitting; fix po problem
2005-07-10 12:52:20 +00:00
Christian Schaller
be52c709a4
make this module a bit more 0.9 friendly
...
Original commit message from CVS:
make this module a bit more 0.9 friendly
2005-05-05 09:10:38 +00:00
Thomas Vander Stichele
4a7e49c78a
adding vietnamese translation
...
Original commit message from CVS:
adding vietnamese translation
2005-01-27 16:44:02 +00:00
Thomas Vander Stichele
d31ddf21b7
po update
...
Original commit message from CVS:
po update
2005-01-03 16:16:27 +00:00
Thomas Vander Stichele
cf3890de96
releasing
...
Original commit message from CVS:
releasing
2004-11-25 18:55:57 +00:00
Thomas Vander Stichele
e454662c41
add italian (Luca Feretti)
...
Original commit message from CVS:
add italian (Luca Feretti)
2004-11-08 19:51:31 +00:00
Thomas Vander Stichele
0a3aa22d08
committing Norwegian Bokmaal translation
...
Original commit message from CVS:
committing Norwegian Bokmaal translation
2004-10-27 21:45:58 +00:00
Ronald S. Bultje
8e13000e3b
ALSA mixer track label internationalization ( #154054 ).
...
Original commit message from CVS:
Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
* ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
* ext/alsa/gstalsamixertrack.h:
* po/POTFILES.in:
ALSA mixer track label internationalization (#154054 ).
2004-10-25 15:58:35 +00:00
Thomas Vander Stichele
2757b47319
releasing
...
Original commit message from CVS:
releasing
2004-10-06 17:02:14 +00:00
Thomas Vander Stichele
b20c2c492d
add Oriya translation, yippee
...
Original commit message from CVS:
add Oriya translation, yippee
2004-10-06 09:16:19 +00:00
Thomas Vander Stichele
2c45f60b46
handle new media
...
Original commit message from CVS:
handle new media
2004-08-27 12:18:16 +00:00
Thomas Vander Stichele
d4568c92e6
added translations
...
Original commit message from CVS:
added translations
2004-08-13 13:27:11 +00:00
Thomas Vander Stichele
5fbe257e57
albanian translation
...
Original commit message from CVS:
albanian translation
2004-08-09 09:24:32 +00:00
Thomas Vander Stichele
b7b9f19b12
updated cz
...
Original commit message from CVS:
added albanian (sq), updated cz
2004-08-09 09:24:07 +00:00
Thomas Vander Stichele
59c47b4cba
updated translations
...
Original commit message from CVS:
updated translations
2004-08-05 14:41:00 +00:00
Benjamin Otte
c5d29a1b39
compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
...
Original commit message from CVS:
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
(gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
(gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
(gst_alsa_mixer_get_option):
* ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
(dvdnavsrc_print_event):
* ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
* ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
(gst_ogg_mux_pad_unlink):
* gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
(gst_multipart_mux_pad_unlink):
* gst/videofilter/gstvideobalance.c:
(gst_videobalance_colorbalance_set_value):
* gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
(gst_videomixer_pad_unlink):
* po/uk.po:
* sys/oss/gstossmixer.c:
* sys/v4l/gstv4lcolorbalance.c:
* sys/v4l/gstv4ltuner.c:
* sys/v4l/v4lsrc_calls.c:
* sys/v4l2/gstv4l2colorbalance.c:
* sys/v4l2/gstv4l2tuner.c:
compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2004-08-03 16:06:09 +00:00
Thomas Vander Stichele
30558437cf
updated translation
...
Original commit message from CVS:
updated translation
2004-08-03 09:03:09 +00:00
Thomas Vander Stichele
2dbf0c6313
gearing up for release
...
Original commit message from CVS:
gearing up for release
2004-08-02 11:39:17 +00:00
Thomas Vander Stichele
2bc445f95c
bump nano for prerel
...
Original commit message from CVS:
bump nano for prerel
2004-07-30 17:27:46 +00:00
Thomas Vander Stichele
77545a9995
don't use stupid colorspace, do use hermes, make macro, mark for translation
...
Original commit message from CVS:
don't use stupid colorspace, do use hermes, make macro, mark for translation
2004-07-30 13:41:55 +00:00
Thomas Vander Stichele
5fd5eba80a
adding hungarian translation
...
Original commit message from CVS:
adding hungarian translation
2004-07-20 10:53:07 +00:00
Thomas Vander Stichele
a84f72264f
adding czech translation
...
Original commit message from CVS:
adding czech translation
2004-07-06 09:38:11 +00:00
Thomas Vander Stichele
eb95a260d6
updated translations
...
Original commit message from CVS:
updated translations
2004-05-03 13:37:09 +00:00
Thomas Vander Stichele
b3aa5beb3e
readding po files with -ko
...
Original commit message from CVS:
readding po files with -ko
2004-04-20 16:42:17 +00:00