Benjamin Otte
4eaa6b584c
ext/alsa/gstalsa.*: debugging output fixes
...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_open_audio),
(gst_alsa_probe_hw_params):
* ext/alsa/gstalsa.h:
debugging output fixes
2004-03-24 18:48:54 +00:00
Benjamin Otte
df29013795
ext/gnomevfs/gstgnomevfssrc.c: don't g_return_if_fail if element is PLAYING, fail silently as every other element.
...
Original commit message from CVS:
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
don't g_return_if_fail if element is PLAYING, fail silently as every
other element.
* gst/effectv/gstquark.c: (gst_quarktv_chain):
only fix needed for cast lvalue issues in gst-plugins
* gst/volenv/gstvolenv.c: (gst_volenv_init):
add proxy_getcaps
2004-03-24 14:44:08 +00:00
Benjamin Otte
15e6469a64
gst/level/gstlevel.c: add proxying getcaps function, so level doesn't advertise impossible caps
...
Original commit message from CVS:
* gst/level/gstlevel.c: (gst_level_init):
add proxying getcaps function, so level doesn't advertise impossible
caps
2004-03-24 14:04:53 +00:00
David Schleef
404b9dbd31
gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the compression ratio (needed for MACE audio)
...
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
(gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
(qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
(qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
(qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
(qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
(qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
(qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
(qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
messages. Divide the chunk size by the compression ratio
(needed for MACE audio)
2004-03-24 08:33:06 +00:00
Ronald S. Bultje
845f850c41
gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error.
...
Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
Fix buffer overflow read error.
2004-03-24 04:21:38 +00:00
Ronald S. Bultje
6db4c47337
ext/alsa/gstalsa.h: Remove unused entry.
...
Original commit message from CVS:
* ext/alsa/gstalsa.h:
Remove unused entry.
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
Add cinepak.
* gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
(gst_videodrop_link), (gst_videodrop_chain):
Fix, sort of. Was horribly broken with new capsnego. Bah...
2004-03-24 02:12:30 +00:00
Jeremy Simon
2776854a43
gst/typefind/gsttypefindfunctions.c: Add a monkeysaudio typefind function
...
Original commit message from CVS:
2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
* gst/typefind/gsttypefindfunctions.c: (ape_type_find),
(plugin_init):
Add a monkeysaudio typefind function
2004-03-23 18:23:37 +00:00
Johan Dahlin
58719f492b
gst-libs/gst/play/play.c (gst_play_audio_fixate)
...
Original commit message from CVS:
* gst-libs/gst/play/play.c (gst_play_audio_fixate)
(gst_play_video_fixate): Check so the structure has the field
before trying to fixate them, this makes it possible to have
fakesinks for video and audio output without printing errors on
the output console.
2004-03-23 16:59:59 +00:00
David Schleef
5168e399ba
sys/oss/: Rate probing test app.
...
Original commit message from CVS:
* sys/oss/Makefile.am:
* sys/oss/oss_probe.c: (main), (probe_check), (add_range),
(check_rate), (add_rate): Rate probing test app.
2004-03-23 04:01:27 +00:00
Benjamin Otte
f86b823686
gst/audioconvert/gstaudioconvert.c: add a fixation function that pretty much does the right thing ( fixes #137556 )
...
Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
(_fixate_caps_to_int), (gst_audio_convert_fixate):
add a fixation function that pretty much does the right thing (fixes
#137556 )
2004-03-21 02:54:37 +00:00
David I. Lehn
8df89d5c91
configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
...
Original commit message from CVS:
* configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
2004-03-20 18:48:44 +00:00
Benjamin Otte
64d41662d2
UTF-8, dude
...
Original commit message from CVS:
UTF-8, dude
2004-03-20 01:26:06 +00:00
Benjamin Otte
3127f12ae9
ext/ogg/gstoggdemux.c: terminate gst_event_new_discontinuous correctly (fixes parts of #137711 )
...
Original commit message from CVS:
reviewed by: Benjamin Otte <otte@gnome.org>
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
terminate gst_event_new_discontinuous correctly (fixes parts of
#137711 )
2004-03-20 01:24:46 +00:00
David Schleef
09871dd081
gst-libs/gst/Makefile.am: Enable xoverlay unconditionally, since it doesn't depend on X, and it's part of our ABI.
...
Original commit message from CVS:
* gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
since it doesn't depend on X, and it's part of our ABI.
2004-03-19 23:44:33 +00:00
Iain Holmes
c2c6db137c
Use the is_int structure member rather than the local variable so that the correct splitting function is used.
...
Original commit message from CVS:
Use the is_int structure member rather than the local variable so that the correct splitting function is used.
2004-03-19 12:44:22 +00:00
David Schleef
e248a5d0d2
ext/librfb/gstrfbsrc.c: Improvements in caps negotiation.
...
Original commit message from CVS:
* ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
(gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
(gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
Improvements in caps negotiation.
2004-03-19 08:31:15 +00:00
Thomas Vander Stichele
71a7c55d2a
adding afrikaans
...
Original commit message from CVS:
adding afrikaans
2004-03-18 18:09:43 +00:00
Thomas Vander Stichele
c0b9ecc341
forgot this one
...
Original commit message from CVS:
forgot this one
2004-03-18 13:42:21 +00:00
Thomas Vander Stichele
2dbae403f6
throw error ( #137588 )
...
Original commit message from CVS:
throw error (#137588 )
2004-03-18 12:53:35 +00:00
Thomas Vander Stichele
bb35b43c26
dist common and m4 correctly
...
Original commit message from CVS:
dist common and m4 correctly
2004-03-18 12:38:53 +00:00
David Schleef
8756bbb8b2
pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348 )
...
Original commit message from CVS:
* pkgconfig/gstreamer-media-info.pc.in: Add Version.
(bug #137348 )
2004-03-17 23:32:07 +00:00
Thomas Vander Stichele
ea55d950e6
adding swedish
...
Original commit message from CVS:
adding swedish
2004-03-17 18:09:44 +00:00
Thomas Vander Stichele
714e43a1a2
use release.mak
...
Original commit message from CVS:
use release.mak
2004-03-17 10:59:35 +00:00
Thomas Vander Stichele
0016a53a84
fix X check explain version check
...
Original commit message from CVS:
fix X check
explain version check
2004-03-16 18:00:18 +00:00
Thomas Vander Stichele
6e19cf02ef
back to CVS
...
Original commit message from CVS:
back to CVS
2004-03-16 12:42:02 +00:00
Thomas Vander Stichele
7f57fad87e
releasing
...
Original commit message from CVS:
releasing
2004-03-16 12:25:45 +00:00
Thomas Vander Stichele
7b2f9e5dad
update libtool version actually use it in media-info
...
Original commit message from CVS:
update libtool version
actually use it in media-info
2004-03-15 23:31:46 +00:00
Thomas Vander Stichele
ceeb839a46
work with speex 1.0, not 1.1
...
Original commit message from CVS:
work with speex 1.0, not 1.1
2004-03-15 22:34:48 +00:00
Thomas Vander Stichele
bdc6434aa1
adding gstreamer-plugins.pc fixes #126999
...
Original commit message from CVS:
adding gstreamer-plugins.pc
fixes #126999
2004-03-15 22:27:32 +00:00
Julien Moutte
4fe61f2848
gst-libs/gst/play/play.c: First draft of gst_play_get_framerate.
...
Original commit message from CVS:
2004-03-15 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/play/play.c: (gst_play_get_framerate),
(gst_play_get_sink_element): First draft of gst_play_get_framerate.
* gst-libs/gst/play/play.h:
2004-03-15 21:41:35 +00:00
Thomas Vander Stichele
4fd57bbe3f
don't mix tabs and spaces
...
Original commit message from CVS:
don't mix tabs and spaces
2004-03-15 19:32:27 +00:00
Thomas Vander Stichele
9f4226fe55
reverse order
...
Original commit message from CVS:
reverse order
2004-03-15 17:38:42 +00:00
Thomas Vander Stichele
46952beb43
ignore files
...
Original commit message from CVS:
ignore files
2004-03-15 17:22:20 +00:00
Thomas Vander Stichele
8cf1cbe4ba
some info
...
Original commit message from CVS:
some info
2004-03-15 17:19:06 +00:00
Thomas Vander Stichele
b8c966dc3e
adding media info pc files package them use ffmpegcolorspace in gstplay
...
Original commit message from CVS:
adding media info pc files
package them
use ffmpegcolorspace in gstplay
2004-03-15 17:17:28 +00:00
Johan Dahlin
39fd8a2dbd
*.h: Revert indenting
...
Original commit message from CVS:
* *.h: Revert indenting
2004-03-15 16:32:54 +00:00
Thomas Vander Stichele
1633bd8693
adding ffmpegcolorspace element, thanks ronald
...
Original commit message from CVS:
adding ffmpegcolorspace element, thanks ronald
2004-03-15 16:27:29 +00:00
Thomas Vander Stichele
5702e5e474
bad bad ronald, here's the struct member
...
Original commit message from CVS:
bad bad ronald, here's the struct member
2004-03-15 10:52:49 +00:00
Ronald S. Bultje
218dc4e593
ext/alsa/: Don't open the device if we're a mixer (= padless).
...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_property),
(gst_alsa_open_audio), (gst_alsa_close_audio):
* ext/alsa/gstalsa.c:
Don't open the device if we're a mixer (= padless).
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
(gst_alsa_mixer_init), (gst_alsa_mixer_open),
(gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
Open mixer during state change rather than during object
initialization. Also, get a device name. Currently in a somewhat
hackish fashion, but I didn't really find something better.
2004-03-15 06:34:44 +00:00
Thomas Vander Stichele
87960e43ea
gst-indent c++ files
...
Original commit message from CVS:
gst-indent c++ files
2004-03-14 23:20:41 +00:00
Thomas Vander Stichele
7a778ee4b7
gst-indent
...
Original commit message from CVS:
gst-indent
2004-03-14 22:34:33 +00:00
Thomas Vander Stichele
a19db4bbdc
indentation test
...
Original commit message from CVS:
indentation test
2004-03-14 20:47:18 +00:00
Benjamin Otte
bcddae04d6
gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffers
...
Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
* gst/modplug/gstmodplug.h:
set correct timestamps on outgoing buffers
2004-03-14 13:11:14 +00:00
Benjamin Otte
94f1403b7b
gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arrives that's not necessary
...
Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
handle events - don't do crap when a discont arrives that's not
necessary
This allows correct loading and playback of mods in Rhythmbox
2004-03-14 12:40:57 +00:00
Benjamin Otte
7dc81ddbcc
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly
...
Original commit message from CVS:
* configure.ac:
* gst-libs/gst/gconf/Makefile.am:
* pkgconfig/Makefile.am:
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
they get rebuilt properly
* configure.ac:
when checking for vorbis, try pkgconfig first.
* gst/modplug/gstmodplug.cc:
add fixate function
2004-03-14 10:33:44 +00:00
Ronald S. Bultje
ca3eaf9764
gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offset and then read a samplesize element as...
...
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
Fix for obvious mistake, where we first shift the offset and then
read a samplesize element assuming the old offset. Note that this
part still has something weird, i.e. my movies containing those
don't actually play well, but at least there's something that looks
like sound now.
2004-03-14 05:43:33 +00:00
Jan Schmidt
adf3889a89
Add speex typefinding function
...
Original commit message from CVS:
Add speex typefinding function
2004-03-14 04:01:34 +00:00
Ronald S. Bultje
15e30496b1
gst/asfdemux/gstasfdemux.c: Use 25fps as our "fake" fps value (marked for fixage in 0.9.x) instead of 0. Reason is si...
...
Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
(gst_asf_demux_setup_pad):
Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
instead of 0. Reason is simple: some elements have a fps range
of 1-max instead of 0-max. So now ASF video actually works.
2004-03-14 03:31:51 +00:00
Thomas Vander Stichele
5259bba164
dist NEWS
...
Original commit message from CVS:
dist NEWS
2004-03-13 14:07:54 +00:00
Thomas Vander Stichele
06a45cce7d
adding serbian
...
Original commit message from CVS:
adding serbian
2004-03-13 13:55:55 +00:00