Benjamin Otte
42827c7be8
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
4e902f5346
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
65a8c0c6e6
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:37 +00:00
Ronald S. Bultje
9d214af3f6
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:29 +00:00
Jeremy Simon
517ac6e2e0
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
f517ff3118
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:58 +00:00
David Schleef
fa587e1ce5
minor updates to last checkin
...
Original commit message from CVS:
minor updates to last checkin
2004-03-23 04:42:57 +00:00
David Schleef
3cd8eca7f3
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
17e66fd906
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
9419d70ea8
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
a8d222b145
UTF-8, dude
...
Original commit message from CVS:
UTF-8, dude
2004-03-20 01:26:06 +00:00
Benjamin Otte
210db1cf16
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
4bf88c833a
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
efe7a50d4f
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
81f7f07f92
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
d84afe6cf8
adding afrikaans
...
Original commit message from CVS:
adding afrikaans
2004-03-18 18:09:43 +00:00
Thomas Vander Stichele
1b0764b13c
forgot this one
...
Original commit message from CVS:
forgot this one
2004-03-18 13:42:21 +00:00
Thomas Vander Stichele
45cc2d4cad
throw error ( #137588 )
...
Original commit message from CVS:
throw error (#137588 )
2004-03-18 12:53:35 +00:00
Thomas Vander Stichele
a2210256b1
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
583a498c54
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:06 +00:00
Thomas Vander Stichele
1f6c406f02
adding swedish
...
Original commit message from CVS:
adding swedish
2004-03-17 18:09:44 +00:00
Thomas Vander Stichele
f93dbbf15d
use release.mak
...
Original commit message from CVS:
use release.mak
2004-03-17 10:59:35 +00:00
Thomas Vander Stichele
928d651c0f
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
7158c49eee
back to CVS
...
Original commit message from CVS:
back to CVS
2004-03-16 12:42:02 +00:00
Thomas Vander Stichele
cea7259b0f
releasing
...
Original commit message from CVS:
releasing
2004-03-16 12:25:45 +00:00
Thomas Vander Stichele
7a570fb82c
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:45 +00:00
Thomas Vander Stichele
818e408892
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
e1ae891ac7
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
42f00dfcb5
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
6cc1c73d2b
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
d07ec45fa4
ignore files
...
Original commit message from CVS:
ignore files
2004-03-15 17:22:20 +00:00
Thomas Vander Stichele
c4e0ae6d2b
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:27 +00:00
Johan Dahlin
5acffea623
*.h: Revert indenting
...
Original commit message from CVS:
* *.h: Revert indenting
2004-03-15 16:32:54 +00:00
Thomas Vander Stichele
f878cc1640
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
e42fb4faf6
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
3c71c3fe63
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
5d25c00e4b
gst-indent
...
Original commit message from CVS:
gst-indent
2004-03-14 22:34:33 +00:00
Thomas Vander Stichele
1e83b097f7
add missing ending c++ blocks
...
Original commit message from CVS:
add missing ending c++ blocks
2004-03-14 21:51:28 +00:00
Thomas Vander Stichele
24aa823989
indenting tests
...
Original commit message from CVS:
indenting tests
2004-03-14 20:54:13 +00:00
Thomas Vander Stichele
82d6181bf2
removing stray commentation
...
Original commit message from CVS:
removing stray commentation
2004-03-14 19:57:26 +00:00
Benjamin Otte
1773f0d67d
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
c4eac71b3a
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
517e5d888c
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
9a78b5acf6
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
eac33f6122
Add speex typefinding function
...
Original commit message from CVS:
Add speex typefinding function
2004-03-14 04:01:34 +00:00
Ronald S. Bultje
7ff5e4bbb8
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
a4c517bc80
dist NEWS
...
Original commit message from CVS:
dist NEWS
2004-03-13 14:07:54 +00:00
Thomas Vander Stichele
c2bf28f9a1
adding serbian
...
Original commit message from CVS:
adding serbian
2004-03-13 13:55:55 +00:00
Benjamin Otte
d72f0acc29
gst/sine/gstsinesrc.c: return taglist correctly from _get function, don't gst_pad_push it.
...
Original commit message from CVS:
* gst/sine/gstsinesrc.c: (gst_sinesrc_get):
return taglist correctly from _get function, don't gst_pad_push it.
(fixes #137042 )
2004-03-13 09:57:01 +00:00
Jan Schmidt
ef40a9e892
Only close the device on probe if it succeeded in opening it.
...
Original commit message from CVS:
Only close the device on probe if it succeeded in opening it.
2004-03-13 06:47:25 +00:00