Thomas Vander Stichele
ffb798b4dd
samples done
...
Original commit message from CVS:
samples done
2005-07-06 15:48:29 +00:00
Thomas Vander Stichele
58f4969dea
fix wim's problem by only checking for plugins in our module
...
Original commit message from CVS:
fix wim's problem by only checking for plugins in our module
2005-07-06 15:38:21 +00:00
Wim Taymans
ceb88a7777
Added audiosource base classes.
...
Original commit message from CVS:
Added audiosource base classes.
Ported alsasrc, still very basic.
2005-07-06 15:27:17 +00:00
Wim Taymans
a46a991d26
ext/theora/theoradec.c: Prepare for better timestamp fix later.
...
Original commit message from CVS:
* ext/theora/theoradec.c: (theora_dec_src_getcaps),
(theora_dec_push), (theora_handle_data_packet):
Prepare for better timestamp fix later.
* gst/audioconvert/gstaudioconvert.c:
List most accurate caps first
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
Use proper pad task function.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
(gst_xvimagesink_show_frame):
Fix deadlock when alloc failed.
2005-07-06 15:14:38 +00:00
Andy Wingo
82fd840734
s/BASESRC/BASE_SRC/.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* ext/gnomevfs/gstgnomevfssrc.c:
* gst/sine/gstsinesrc.c:
* gst/tcp/gsttcpserversrc.c:
* gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
2005-07-05 16:43:02 +00:00
Andy Wingo
02c883d5b5
dont go into v4l for now
...
Original commit message from CVS:
dont go into v4l for now
2005-07-05 15:01:39 +00:00
Andy Wingo
25d9545cf3
sys/v4l/: Port from 0.8.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* sys/v4l/: Port from 0.8.
2005-07-05 14:54:19 +00:00
Andy Wingo
c871aa3dd8
whoops, fix changelog
...
Original commit message from CVS:
whoops, fix changelog
2005-07-05 11:11:57 +00:00
Andy Wingo
e4180644b1
Many files: Null if we got it....
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* Many files: Null if we got it....
2005-07-05 11:08:56 +00:00
Andy Wingo
8c6f8b846f
gst/tcp/: Signedness fixes.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
* gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
Signedness fixes.
2005-07-05 11:07:20 +00:00
Andy Wingo
68eeef9614
Way, way, way too many files: Remove crack comment from the 2000 era.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* Way, way, way too many files:
Remove crack comment from the 2000 era.
2005-07-05 10:51:45 +00:00
Wim Taymans
e9de36e38c
Ported tcp plugins to 0.9.
...
Original commit message from CVS:
* configure.ac:
* gst/tcp/Makefile.am:
* gst/tcp/README:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
(gst_multifdsink_base_init), (gst_multifdsink_class_init),
(gst_multifdsink_init), (gst_multifdsink_remove_client_link),
(is_sync_frame), (gst_multifdsink_handle_client_write),
(gst_multifdsink_render), (gst_multifdsink_start),
(gst_multifdsink_stop), (gst_multifdsink_change_state):
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
(gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
(gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
* gst/tcp/gsttcp.h:
* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
(gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
(gst_tcpclientsink_render), (gst_tcpclientsink_start),
(gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
* gst/tcp/gsttcpclientsink.h:
* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
(gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
(gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
(gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
(gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpplugin.c: (plugin_init):
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
* gst/tcp/gsttcpserversink.h:
* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
(gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
(gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
(gst_tcpserversrc_create), (gst_tcpserversrc_start),
(gst_tcpserversrc_stop):
* gst/tcp/gsttcpserversrc.h:
* gst/tcp/gsttcpsink.c:
* gst/tcp/gsttcpsink.h:
* gst/tcp/gsttcpsrc.c:
* gst/tcp/gsttcpsrc.h:
Ported tcp plugins to 0.9.
2005-07-05 10:21:40 +00:00
Andy Wingo
207c8ee79a
changelog
...
Original commit message from CVS:
changelog
2005-07-05 09:18:08 +00:00
Andy Wingo
0b62987934
gst/playback/gstplaybasebin.c (fill_buffer): message_new_application fixen.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* gst/playback/gstplaybasebin.c (fill_buffer):
message_new_application fixen.
x
2005-07-05 09:15:53 +00:00
Andy Wingo
0db66b48d9
gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps): Style fix.
...
Original commit message from CVS:
2005-07-05 Andy Wingo <wingo@pobox.com>
* gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
Style fix.
2005-07-05 09:08:36 +00:00
Wim Taymans
45bb2fe9d3
ext/vorbis/vorbisenc.c: Set caps on output buffer.
...
Original commit message from CVS:
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
Set caps on output buffer.
2005-07-04 15:14:51 +00:00
Andy Wingo
7d4be3b71a
ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_received_headers_callback)
...
Original commit message from CVS:
2005-07-04 Andy Wingo <wingo@pobox.com>
* ext/gnomevfs/gstgnomevfssrc.c
(gst_gnomevfssrc_received_headers_callback)
(audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
hopefully.
2005-07-04 14:12:41 +00:00
Christian Schaller
d1f752ff75
fix spec file so it works with latest changes
...
Original commit message from CVS:
fix spec file so it works with latest changes
2005-07-04 13:52:00 +00:00
Andy Wingo
3a7f5a2e06
gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate): No refcount leakage.
...
Original commit message from CVS:
2005-07-04 Andy Wingo <wingo@pobox.com>
* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
No refcount leakage.
2005-07-04 10:40:17 +00:00
Andy Wingo
1f40231de5
configure.ac: Enable -Werror.
...
Original commit message from CVS:
2005-07-04 Andy Wingo <wingo@pobox.com>
* configure.ac: Enable -Werror.
* ext/theora/theoradec.c (theora_dec_src_getcaps):
* gst/audioconvert/bufferframesconvert.c
(buffer_frames_convert_fixate):
* gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
(gst_audio_convert_fixate):
* gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
(gst_sinesrc_create): Fixate func changes.
* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
(gst_ximagesink_buffer_alloc): Unused var.
2005-07-04 10:37:25 +00:00
Andy Wingo
5e606a8451
ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a getcaps to do explicit caps. Needs to be done in all dec...
...
Original commit message from CVS:
2005-07-01 Andy Wingo <wingo@pobox.com>
* ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
getcaps to do explicit caps. Needs to be done in all decoders,
possibly via a base class.
* configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
* ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
caps on the sink pad, just rely on the pad template. Also, setting
ANY caps on a pad is not valid because the caps are not fixed.
* sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
caps on the buffer, and get the width from the desired_caps if
they're set.
(gst_ximagesink_renegotiate_size): Implement via setting the
desired_caps on the ximagesink.
(gst_ximagesink_setcaps): Only reset the width of the player if it
wasn't already set. Not sure if this is right.
(gst_ximagesink_show_frame): Memcpy only for normal buffers.
* sys/ximage/ximagesink.h (desired_caps): New field, is the caps
that the user wants. NULL unless the window has been resized.
* gst/volume/gstvolume.c (volume_transform): Adapt to
basetransform refcount changes.
2005-07-01 17:13:02 +00:00
Andy Wingo
5f91e70f0b
gst/videoscale/gstvideoscale.*: Clean up, port to 0.9. Derives from BaseTransform, implements a transform_caps. Remov...
...
Original commit message from CVS:
2005-07-01 Andy Wingo <wingo@pobox.com>
* gst/videoscale/gstvideoscale.c:
* gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
from BaseTransform, implements a transform_caps. Removed dead code
including some PAR stuff that was never reached -- should probably
be added back somehow.
2005-07-01 17:03:13 +00:00
Andy Wingo
4063477460
gst/videoscale: Merge David's work from 0.8 branch. Changes to come later.
...
Original commit message from CVS:
2005-07-01 Andy Wingo <wingo@pobox.com>
* gst/videoscale: Merge David's work from 0.8 branch. Changes to
come later.
2005-07-01 16:55:43 +00:00
Thomas Vander Stichele
ab4fbc5655
adding mixer docs
...
Original commit message from CVS:
adding mixer docs
2005-06-30 15:34:38 +00:00
Thomas Vander Stichele
d23c35c394
adding mixer docs
...
Original commit message from CVS:
adding mixer docs
2005-06-30 15:27:33 +00:00
Thomas Vander Stichele
1f62f7e724
remove some more
...
Original commit message from CVS:
remove some more
2005-06-30 15:05:39 +00:00
Thomas Vander Stichele
c600abef63
commit
...
Original commit message from CVS:
commit
2005-06-30 14:51:33 +00:00
Thomas Vander Stichele
818c60b158
add notes on pkg-config
...
Original commit message from CVS:
add notes on pkg-config
2005-06-30 14:42:38 +00:00
Thomas Vander Stichele
79c44e6e4e
more doc fixing
...
Original commit message from CVS:
more doc fixing
2005-06-30 13:47:16 +00:00
Thomas Vander Stichele
2e7f4a811c
remove some more
...
Original commit message from CVS:
remove some more
2005-06-30 13:28:51 +00:00
Thomas Vander Stichele
924249543b
add new pc files
...
Original commit message from CVS:
add new pc files
2005-06-30 13:26:56 +00:00
Thomas Vander Stichele
5f8b446446
remove old pc files
...
Original commit message from CVS:
remove old pc files
2005-06-30 13:25:15 +00:00
Thomas Vander Stichele
344f74dc60
remove old pc files
...
Original commit message from CVS:
remove old pc files
2005-06-30 13:22:55 +00:00
Thomas Vander Stichele
c5d3e65e86
adding interfaces.h
...
Original commit message from CVS:
adding interfaces.h
2005-06-30 12:09:26 +00:00
Thomas Vander Stichele
bb8da77fa8
ignore more
...
Original commit message from CVS:
ignore more
2005-06-30 12:01:41 +00:00
Thomas Vander Stichele
eeb7984bfd
remove old ones
...
Original commit message from CVS:
remove old ones
2005-06-30 12:00:42 +00:00
Thomas Vander Stichele
5014a9eee6
fold all interfaces in one interfaces dir, preserving CVS history
...
Original commit message from CVS:
fold all interfaces in one interfaces dir, preserving CVS history
2005-06-30 11:58:40 +00:00
Ronald S. Bultje
49d755a020
ext/ogg/gstogmparse.c: Fix build after riff changes.
...
Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
Fix build after riff changes.
2005-06-30 09:22:30 +00:00
Ronald S. Bultje
a8bff2dd5e
gst-libs/gst/riff/: Add gst_riff_init() to initialize the debug category, instead of plugin_init(). Port riff-media.[...
...
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
(gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
(gst_riff_create_video_template_caps),
(gst_riff_create_audio_template_caps),
(gst_riff_create_iavs_template_caps):
* gst-libs/gst/riff/riff-media.h:
* gst-libs/gst/riff/riff-read.h:
* gst-libs/gst/riff/riff.c: (gst_riff_init):
Add gst_riff_init() to initialize the debug category, instead
of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
2005-06-30 08:59:30 +00:00
Ronald S. Bultje
d7c5ab0cb6
gst/playback/gstplaybasebin.c: Oops, I shouldn't apply hacks.
...
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
Oops, I shouldn't apply hacks.
2005-06-29 18:05:03 +00:00
Ronald S. Bultje
dc84f0dcf1
gst/videotestsrc/gstvideotestsrc.c: Remove pad_loop function which doesn't work.
...
Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
Remove pad_loop function which doesn't work.
2005-06-29 16:58:25 +00:00
Ronald S. Bultje
1ce6923abb
ext/ogg/gstoggdemux.c: Send EOS when deactivating.
...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
Send EOS when deactivating.
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
(check_queue), (queue_threshold_reached), (queue_out_of_data),
(gen_preroll_element), (probe_triggered), (mute_stream),
(silence_stream), (new_decoded_pad), (setup_substreams),
(set_active_source):
* gst/playback/gstplaybin.c: (gst_play_bin_get_property),
(remove_sinks), (add_sink):
* gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
Change for new probe API.
2005-06-29 15:46:00 +00:00
Thomas Vander Stichele
85ce238308
up requirement for gtk-doc to 1.3 to fix gtk-doc build issues
...
Original commit message from CVS:
up requirement for gtk-doc to 1.3 to fix gtk-doc build issues
2005-06-29 14:06:57 +00:00
Thomas Vander Stichele
344f56b829
more docs fixes
...
Original commit message from CVS:
more docs fixes
2005-06-29 13:39:03 +00:00
Thomas Vander Stichele
79dc9a3419
dist docs
...
Original commit message from CVS:
dist docs
2005-06-29 13:35:04 +00:00
Wim Taymans
2e2623748d
gst-libs/gst/audio/: Fix compilation error.
...
Original commit message from CVS:
* gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
* gst-libs/gst/audio/gstbaseaudiosink.c:
(gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
(gst_baseaudiosink_change_state):
* gst-libs/gst/audio/gstbaseaudiosink.h:
* gst-libs/gst/audio/gstringbuffer.c:
(gst_ringbuffer_set_callback):
Fix compilation error.
Ringbuffer starts out as not running.
Free our clock in dispose.
When releasing the ringbuffer we need to renegotiate so
clear the pad caps.
2005-06-29 11:17:33 +00:00
Thomas Vander Stichele
1798f52625
ignore more
...
Original commit message from CVS:
ignore more
2005-06-29 11:06:11 +00:00
Thomas Vander Stichele
36d0c9ce29
reinstate plugin docs
...
Original commit message from CVS:
reinstate plugin docs
2005-06-29 10:56:25 +00:00
Wim Taymans
16141a4303
ext/ogg/gstoggdemux.c: Removed pad loop function.
...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
(gst_ogg_demux_init):
Removed pad loop function.
2005-06-28 11:40:46 +00:00
Wim Taymans
1e38cab512
ext/ogg/gstoggdemux.c: If we're building a chain we are not in an error case when we queue a buffer.
...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
If we're building a chain we are not in an error case
when we queue a buffer.
2005-06-28 11:00:03 +00:00