1 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
3 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
5 Fix nasty race where multiple decodebins could start pushing data before
6 we manage to configure the sinks, resulting in not-linked errors in
7 typical RTSP streaming cases.
9 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
11 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12 Since we now call stop, we trigger this code path that causes a deadlock
13 is apparently not needed.
15 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
17 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
18 (gst_ring_buffer_stop):
19 Also allow the case where the ringbuffer was paused when we try to stop
20 it so that the basesrc stop function is still called.
22 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
24 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
26 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
27 Reprobe devices again instead of taking a cached list as new
28 devices could've been plugged in. Fixes bug #549062.
30 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
32 Patch by: Alessandro Dessina <alessandro nnva org>
34 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
35 (gst_ogg_demux_activate_chain):
36 Don't add pads and activate them for skeleton streams. These are already
37 handled inside oggdemux. Fixes bug #537599.
39 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
41 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
42 Reset variable so that query and convert fail after going back to
45 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
47 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
48 If a buffer arrives with a timestamp before the timestamp+duration
49 of the previous buffer clip it instead of dropping it completely.
50 Slight improvement for the unfixable bug #548913.
52 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
54 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
55 Take the current timestamp instead of timestamp+duration for the offset.
56 This offset will later be used for calculating the timestamp and
57 otherwise vorbisdec will interpolate timestamps wrong if upstream
58 only sends timestamps and no granulepos.
60 2008-08-21 Stefan Kost <ensonic@users.sf.net>
62 * tests/examples/seek/seek.c:
63 Don't crash when having no visualisations.
65 2008-08-16 David Schleef <ds@schleef.org>
67 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
68 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
71 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
73 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
74 When cleaning up the caps fields also remove "depth" for the same
75 reason we remove "width".
77 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
79 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
80 Add Lead H.264 here as well.
82 2008-08-14 Julien Moutte <julien@fluendo.com>
84 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
85 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
87 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
89 * gst-libs/gst/audio/gstbaseaudiosrc.c:
90 (gst_base_audio_src_create):
91 When not slaved to another clock also subtract the base_time from our
92 internal clock time to get the running time.
94 2008-08-12 David Schleef <ds@schleef.org>
96 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
97 since it has no basis in libtheora.
99 2008-08-12 Stefan Kost <ensonic@users.sf.net>
101 * gst-libs/gst/interfaces/propertyprobe.h:
102 Remove double "interface" from doc-string.
104 * gst-libs/gst/interfaces/xoverlay.h:
107 * gst-libs/gst/riff/riff.c:
110 2008-08-11 Stefan Kost <ensonic@users.sf.net>
112 * gst-libs/gst/audio/Makefile.am:
113 Don't try to build that example anymore.
115 2008-08-11 Stefan Kost <ensonic@users.sf.net>
117 * gst-libs/gst/audio/.cvsignore:
118 * gst-libs/gst/audio/Makefile.am:
119 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
120 * gst-libs/gst/audio/make_filter:
121 Move audiofiltertemplate to gst-template.
123 2008-08-11 Stefan Kost <ensonic@users.sf.net>
125 * docs/libs/gst-plugins-base-libs-sections.txt:
126 * gst-libs/gst/audio/gstaudiosrc.h:
127 More docs and shuffling. What can we do with the hundreds of #defines.
129 2008-08-11 Stefan Kost <ensonic@users.sf.net>
131 * gst-libs/gst/audio/audio.h:
132 * gst-libs/gst/audio/gstaudiofilter.h:
133 * gst-libs/gst/audio/gstringbuffer.h:
134 * gst-libs/gst/interfaces/propertyprobe.h:
135 * gst-libs/gst/tag/gsttagdemux.h:
136 Reducing number of dundocumented symbols.
138 2008-08-11 Stefan Kost <ensonic@users.sf.net>
140 * gst-libs/gst/audio/audio.c:
141 Fix doc comment syntax.
143 * gst-libs/gst/interfaces/propertyprobe.c:
144 Add more doc-comments and a FIXME: for the signal.
146 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
148 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
149 (gst_ogg_mux_request_new_pad):
150 * ext/ogg/gstoggmux.h:
151 Don't pretend to support NEWSEGMENT events, instead override the
152 GstCollectPads event function to return FALSE on NEWSEGMENT events
153 and do the normal work for other events.
155 This prevents elements like flacenc to seek to the start and rewrite
156 some data which then results in a broken Ogg packet.
158 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
160 Patch by: Frederic Crozat <fcrozat@mandriva.org>
162 * ext/alsa/gstalsaplugin.c: (plugin_init):
163 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
164 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
165 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
166 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
167 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
168 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
169 * gst/playback/gstdecodebin.c: (plugin_init):
170 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
171 * gst/playback/gstplayback.c: (plugin_init):
172 * gst/playback/gstqueue2.c: (plugin_init):
173 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
174 * sys/v4l/gstv4l.c: (plugin_init):
175 Make sure gettext returns translations in UTF-8 encoding rather
176 than in the current locale encoding (#546822).
178 2008-08-06 Stefan Kost <ensonic@users.sf.net>
180 * gst-libs/gst/pbutils/descriptions.c:
181 Add audio/x-qdm for qtdemux.
183 2008-08-05 Stefan Kost <ensonic@users.sf.net>
185 * ext/vorbis/vorbisdec.c:
186 Do not leak old taglist.
188 2008-08-04 Stefan Kost <ensonic@users.sf.net>
190 * tests/icles/test-scale.c:
191 Include <stdlib.h> for atoi().
193 2008-08-04 Andy Wingo <wingo@pobox.com>
195 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
198 2008-08-01 Stefan Kost <ensonic@users.sf.net>
200 * gst/adder/gstadder.c:
201 Cleanup lots of empty lines that came from gst-indent going havoc
202 before I added the INDENT_ON/OFF marker some time agao.
204 2008-08-01 Stefan Kost <ensonic@users.sf.net>
207 * gst-libs/gst/riff/riff-read.c:
208 Bump requirement to latest core and use new tag for riff formats.
211 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
213 * tests/examples/dynamic/Makefile.am:
214 * tests/examples/dynamic/codec-select.c: (make_encoder),
215 (make_pipeline), (do_switch), (my_bus_callback), (main):
216 Add example app that dynamically switches between 3 'encoders'.
218 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
220 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
221 Add some more comments.
223 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
225 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
226 (gst_video_test_src_create):
227 Discard buffers of the wrong size after renegotiation, this is perfectly
228 possible with things like capsfilter that could suggest caps changes
229 upstream without knowing the size of the buffer.
231 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
233 * tests/icles/.cvsignore:
234 * tests/icles/Makefile.am:
235 * tests/icles/test-scale.c: (make_pipeline), (main):
236 Add dynamic rescaling tests for the new basetransform.
238 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
240 * gst/audioconvert/Makefile.am:
241 Dist recently-added gstfastrandom.h.
243 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
245 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
246 Fix a "may be used uninitialized in this function" which weirdly only
247 appears on macosx (?).
249 2008-07-30 Stefan Kost <ensonic@users.sf.net>
251 * gst-libs/gst/riff/riff-ids.h:
252 Adding acid chunk for tempo and loop information.
254 2008-07-29 Stefan Kost <ensonic@users.sf.net>
256 * sys/xvimage/Makefile.am:
257 floor() needs linking to $(LIBM).
259 2008-07-29 Stefan Kost <ensonic@users.sf.net>
261 * ext/gnomevfs/gstgnomevfssrc.c:
262 Aggregate short reads and add some comments and debug logging.
265 2008-07-29 Stefan Kost <ensonic@users.sf.net>
267 * gst/playback/gstplaybasebin.c:
268 Fix property doc markup (its not a signal).
270 * sys/xvimage/xvimagesink.c:
271 Add since tag for new proeprties (also add sice tags fro the last two
274 2008-07-29 Stefan Kost <ensonic@users.sf.net>
276 * sys/xvimage/xvimagesink.c:
277 * sys/xvimage/xvimagesink.h:
278 Add autofill/colorkey properties. Fixes #538656.
280 2008-07-28 David Schleef <ds@schleef.org>
282 * sys/xvimage/xvimagesink.c:
283 Fix rounding errors when converting colorbalance values
284 between hardware and object property ranges. Partial
285 fix for #537889, however, there still seems to be a small
286 drift problem that could be totem's fault.
288 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
290 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
291 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
292 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
293 This fixes a critical warning.
295 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
297 * ext/ogg/gstoggmux.c:
298 Allow muxing of CELT into Ogg streams.
300 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
302 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
304 Add simple typefinder for the CELT codec (www.celt-codec.org).
306 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
308 Patch by: Jan Gerber <j at oil21 dot org>
310 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
311 Fix calculation of the start time from skeleton streams.
314 2008-07-24 Stefan Kost <ensonic@users.sf.net>
316 * tests/examples/seek/seek.c:
317 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
319 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
321 * gst/audioconvert/audioconvert.h:
322 * gst/audioconvert/gstaudioquantize.c:
323 (gst_audio_quantize_setup_dither),
324 (gst_audio_quantize_free_dither):
325 * gst/audioconvert/gstfastrandom.h:
326 Implement a linear congruential generator as pseudo random number
327 generator for the dither noise. This is about 2 times faster than
328 using GLib's mersenne twister. Also this uses only integer math for
329 generating integers while GLib internally uses floating point math.
331 2008-07-23 Michael Smith <msmith@songbirdnest.com>
334 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
336 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
338 Patch by: Damien Lespiau <damien.lespiau gmail com>
340 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
341 Use GST_STR_NULL to avoid crashes with libcs that don't
342 like NULL strings in printf args (such as the win32 one).
345 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
347 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
348 Oops - set the size of the image used for probing back to 1x1, for
349 consistency with ximagesink
351 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
353 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
354 (gst_ximagesink_ximage_new):
355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
356 (gst_xvimagesink_xvimage_new):
358 Apparently on Solaris and OS/X (at least), it's not legal to ask the
359 X server to attach to a shared memory segment after we've deleted it,
360 with the result that MIT-SHM is disabled. Instead, remove it only after
361 X succeeds in attaching too.
363 2008-07-16 David Schleef <ds@schleef.org>
365 * gst/audiotestsrc/gstaudiotestsrc.c:
366 * gst/audiotestsrc/gstaudiotestsrc.h:
367 Add 'ticks', a 1/30 second sine wave pulse every second.
369 2008-07-15 David Schleef <ds@schleef.org>
371 * gst-libs/gst/video/video.c: Revert ABI change.
373 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
375 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
376 Make it impossible to have NULL caps at the point where we set
377 framerate and other things. Also don't return immediately for "3ivd"
378 video and let framerate, etc be set. Might fix bug #542508.
380 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
382 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
383 Video format can also be conveniently determined from (many)
386 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
388 * gst/playback/gstplaybasebin.c:
389 * gst/playback/gstplaybasebin.h:
390 * gst/playback/gstplaybin.c:
391 * gst/playback/gststreamselector.c:
392 First stab at integrating DVD subpicture overlay into
393 playbin. Successfully plugs and plays, but the queues need
394 shrinking - 3 seconds of video is too much buffering.
396 2008-07-11 Stefan Kost <ensonic@users.sf.net>
398 * gst/audioconvert/gstaudioconvert.c:
399 Remove now obsolete note in the docs.
401 2008-07-11 Stefan Kost <ensonic@users.sf.net>
403 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
404 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
405 * docs/plugins/gst-plugins-base-plugins-sections.txt:
406 * docs/plugins/gst-plugins-base-plugins.args:
407 * docs/plugins/gst-plugins-base-plugins.hierarchy:
408 * docs/plugins/gst-plugins-base-plugins.interfaces:
409 * docs/plugins/gst-plugins-base-plugins.prerequisites:
410 * docs/plugins/gst-plugins-base-plugins.signals:
411 * docs/plugins/inspect/plugin-adder.xml:
412 * docs/plugins/inspect/plugin-alsa.xml:
413 * docs/plugins/inspect/plugin-audioconvert.xml:
414 * docs/plugins/inspect/plugin-audiorate.xml:
415 * docs/plugins/inspect/plugin-audioresample.xml:
416 * docs/plugins/inspect/plugin-audiotestsrc.xml:
417 * docs/plugins/inspect/plugin-cdparanoia.xml:
418 * docs/plugins/inspect/plugin-decodebin.xml:
419 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
420 * docs/plugins/inspect/plugin-gdp.xml:
421 * docs/plugins/inspect/plugin-gnomevfs.xml:
422 * docs/plugins/inspect/plugin-libvisual.xml:
423 * docs/plugins/inspect/plugin-ogg.xml:
424 * docs/plugins/inspect/plugin-pango.xml:
425 * docs/plugins/inspect/plugin-playback.xml:
426 * docs/plugins/inspect/plugin-queue2.xml:
427 * docs/plugins/inspect/plugin-subparse.xml:
428 * docs/plugins/inspect/plugin-tcp.xml:
429 * docs/plugins/inspect/plugin-theora.xml:
430 * docs/plugins/inspect/plugin-typefindfunctions.xml:
431 * docs/plugins/inspect/plugin-uridecodebin.xml:
432 * docs/plugins/inspect/plugin-video4linux.xml:
433 * docs/plugins/inspect/plugin-videorate.xml:
434 * docs/plugins/inspect/plugin-videoscale.xml:
435 * docs/plugins/inspect/plugin-videotestsrc.xml:
436 * docs/plugins/inspect/plugin-volume.xml:
437 * docs/plugins/inspect/plugin-vorbis.xml:
438 * docs/plugins/inspect/plugin-ximagesink.xml:
439 * docs/plugins/inspect/plugin-xvimagesink.xml:
440 * ext/alsa/gstalsamixer.c:
441 * ext/alsa/gstalsasink.c:
442 * ext/alsa/gstalsasrc.c:
443 * ext/gio/gstgiosink.c:
444 * ext/gio/gstgiosrc.c:
445 * ext/gio/gstgiostreamsink.c:
446 * ext/gio/gstgiostreamsrc.c:
447 * ext/gnomevfs/gstgnomevfssink.c:
448 * ext/gnomevfs/gstgnomevfssrc.c:
449 * ext/ogg/gstoggdemux.c:
450 * ext/ogg/gstoggmux.c:
451 * ext/pango/gstclockoverlay.c:
452 * ext/pango/gsttextoverlay.c:
453 * ext/pango/gsttextrender.c:
454 * ext/pango/gsttimeoverlay.c:
455 * ext/theora/theoradec.c:
456 * ext/theora/theoraenc.c:
457 * ext/theora/theoraparse.c:
458 * ext/vorbis/vorbisdec.c:
459 * ext/vorbis/vorbisenc.c:
460 * ext/vorbis/vorbisparse.c:
461 * ext/vorbis/vorbistag.c:
462 * gst/adder/gstadder.c:
463 * gst/audioconvert/gstaudioconvert.c:
464 * gst/audioresample/gstaudioresample.c:
465 * gst/audiotestsrc/gstaudiotestsrc.c:
466 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
467 * gst/gdp/gstgdpdepay.c:
468 * gst/gdp/gstgdppay.c:
469 * gst/playback/gstdecodebin2.c:
470 * gst/playback/gstplaybin.c:
471 * gst/playback/gstplaybin2.c:
472 * gst/playback/gstqueue2.c:
473 * gst/playback/gsturidecodebin.c:
474 * gst/tcp/gstmultifdsink.c:
475 * gst/tcp/gsttcpserversink.c:
476 * gst/videorate/gstvideorate.c:
477 * gst/videoscale/gstvideoscale.c:
478 * gst/videotestsrc/gstvideotestsrc.c:
479 * gst/volume/gstvolume.c:
480 * sys/ximage/ximagesink.c:
481 * sys/xvimage/xvimagesink.c:
482 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
483 titles. Drop mentining that all our example pipelines are "simple"
486 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
488 * tests/examples/seek/Makefile.am:
489 Fix out of tree build by adding all required CFLAGS.
491 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
493 * gst/playback/gstdecodebin.c: (add_raw_queue):
494 And ref the pad before returning it again when linking to the queue
495 failed. Otherwise we will unref the pad twice later and things break.
497 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
499 * gst/playback/gstdecodebin.c: (add_raw_queue):
500 If linking the raw pad with a queue fails, try it without a queue
501 instead of failing completely. This should never happen.
503 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
505 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
507 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
508 Add a queue after a demuxer if the demuxer outputs raw data. This was
509 done before only for non-raw data but is required in this case too.
512 decodebin2 doesn't have this issue because all streams of a group
513 go through multiqueue.
515 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
517 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
519 * gst-libs/gst/sdp/gstsdpmessage.c:
520 Makes libgstsdp compile with mingw32 by defining the right WINVER so
521 that getaddrinfo() can be used. Fixes #541358.
523 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
525 * gst/videotestsrc/gstvideotestsrc.c:
526 (gst_video_test_src_class_init), (gst_video_test_src_init),
527 (gst_video_test_src_set_property),
528 (gst_video_test_src_get_property), (gst_video_test_src_create):
529 * gst/videotestsrc/gstvideotestsrc.h:
530 Cleanups, use default property values as defines.
531 Add property to enable/disable peer buffer allocation.
533 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
535 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
536 * tests/check/pipelines/streamheader.c: (streamheader_suite):
537 Enable unit tests on PPC again as the bugs are now fixed.
539 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
541 * gst-libs/gst/riff/riff-ids.h:
542 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
543 (gst_riff_create_audio_template_caps):
544 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
547 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
549 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
550 (gst_ffmpeg_pixfmt_to_caps):
551 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
552 (gst_ffmpegcsp_get_unit_size):
553 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
554 it on other formats. Also adjust the unit size only for that format
555 to not include the palette. Fixes bug #540497.
557 2008-06-29 Stefan Kost <ensonic@users.sf.net>
559 * gst/adder/gstadder.c:
560 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
562 2008-06-27 Stefan Kost <ensonic@users.sf.net>
567 * tests/examples/seek/seek.c:
568 Move variable into ifdef too.
571 2008-06-27 Stefan Kost <ensonic@users.sf.net>
573 * tests/examples/seek/seek.c:
574 Include config.h and check if we have X. Remove XInitThread(), don't
575 think its needed. Fixes: #540334.
577 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
579 Patch by: Sam Morris <sam at robots dot org to uk>
581 * gst-libs/gst/interfaces/mixertrack.c:
582 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
583 (gst_mixer_track_set_property):
584 API: Add "index" property to GstMixerTrack to differantiate between
585 multiple mixer tracks with the same label.
587 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
588 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
589 Set the "index" property of GstMixerTrack to the index given by ALSA.
592 2008-06-25 Stefan Kost <ensonic@users.sf.net>
594 * tests/examples/seek/Makefile.am:
595 * tests/examples/seek/seek.c:
596 Remove libgstvideo usage. Use gtk_get_option_group instead of
599 2008-06-24 Stefan Kost <ensonic@users.sf.net>
601 * tests/check/Makefile.am:
602 Name the test registry format neutral.
604 2008-06-24 Stefan Kost <ensonic@users.sf.net>
606 * gst/playback/gstqueue2.c:
607 Do not double notify. Remove the unsued return value.
609 2008-06-24 Stefan Kost <ensonic@users.sf.net>
611 * ext/alsa/gstalsamixer.c:
612 Also consider "speaker" as a name for master volume. If that doesn't
613 help look for the first non-mono volume control that also has a
616 2008-06-24 Stefan Kost <ensonic@users.sf.net>
619 Forgot to save the ChangeLog :/
621 2008-06-24 Stefan Kost <ensonic@users.sf.net>
623 * tests/examples/seek/Makefile.am:
624 * tests/examples/seek/seek.c:
625 Embedd the xwindow. Allow to play multiple files.
627 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
629 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
630 (gst_ximagesink_setcaps):
631 * sys/ximage/ximagesink.h:
632 When the caps change, make sure to re-draw borders in
633 force-aspect-ratio=true mode.
634 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
635 Don't clear the border_draw flag until we actually draw the border.
636 * tests/check/Makefile.am:
637 Ignore alsasink/src during the states test too, so it doesn't fail
638 when running without access to the sound device.
640 2008-06-22 Stefan Kost <ensonic@users.sf.net>
642 * tests/examples/seek/seek.c:
643 Fix crasher when playing a parse-launch line the 2nd time.
645 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
647 * tests/check/pipelines/oggmux.c:
648 Properly ifdef tests to fix compilation.
650 2008-06-20 Michael Smith <msmith@songbirdnest.com>
652 * gst/playback/gstplay-marshal.list:
653 * gst/playback/gstplaybin2.c:
654 Add get-video-pad, get-audio-pad, get-text-pad action signals to
655 playbin2. This allows the user to get to the selector's sinkpads, and
656 thus inspect a range of things - caps, tags, etc.
658 2008-06-20 Michael Smith <msmith@songbirdnest.com>
660 * gst/playback/gstplaybin2.c:
661 Use a different constant for the convert-frame signal id.
664 2008-06-20 Michael Smith <msmith@songbirdnest.com>
666 * gst/playback/gstplaybin2.c:
667 * gst/playback/gstplaysink.c:
668 Fix a whole bunch of typos in comments and log statements.
670 2008-06-20 Michael Smith <msmith@songbirdnest.com>
672 * sys/xvimage/xvimagesink.c:
673 Don't set colour balance values on the Xv port if the user hasn't
674 changed them (via properties or the interface). Avoids accumulating
675 rounding errors for the common case.
676 Partial fix for bug #537889.
678 2008-06-20 Michael Smith <msmith@songbirdnest.com>
680 * gst/playback/gstdecodebin2.c:
681 Ensure decodebin2 emits 'drained' signal once, and only once, when all
684 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
686 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
687 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
688 Report the encoder latency. Fixes #538232.
690 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
692 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
693 (notify_source), (activate_group):
694 Implement the source property, emit notify when it changes in the
695 underlying uridecodebin.
697 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
699 * tests/examples/seek/seek.c: (stop_cb):
700 Free and clear the seek element list so that we don't use invalid
701 references when seeking after recreating a gst-launch line.
703 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
705 * gst-libs/gst/audio/gstbaseaudiosink.c:
706 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
707 (gst_base_audio_sink_render):
708 Report latency even if we are not live instead of hiding it.
709 Take ts-offset and render-delay of the basesink into account when
711 Rework the clipping code so that we can take the various offsets into
712 account and still do correct clipping.
714 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
717 Bump verion back to devel -> 0.10.20.1
719 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
721 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
722 Don't increase the size of non-string image buffers by one as this
723 might in theory confuse decoders. Still increase it by one for string
724 image buffers to append '\0'.
726 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
728 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
730 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
731 Fix a buffer memleak and remove a confusing and wrong debug output.
734 === release 0.10.20 ===
736 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
739 releasing 0.10.20, "Here I Go Again"
741 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
744 0.10.19.3 pre-release
746 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
748 * gst-libs/gst/rtsp/gstrtspconnection.c:
750 Patch By: David Schleef <ds@schleef.org>
753 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
755 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
756 (gst_gio_base_src_create):
757 * ext/gio/gstgiobasesrc.h:
758 Try to read the requested number of bytes, even if the first
759 read returns less than requested, until nothing is read anymore
760 or we have the requested amount of bytes. This fixes playback of
761 files via Samba as Samba only allows to read 64k at once.
763 Implement a caching algorithm that makes sure that we read at
764 least 4k of data every time. Some elements will try to read a few
765 bytes, then seek, read again a few bytes and so on and this is
766 painfully slow as every operation has to go over DBus if GVfs is
769 Fixes bug #536849 and #536848.
771 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
772 (gst_gio_src_check_get_range):
773 Override check_get_range() to blacklist http/https URIs
774 and whitelist file URIs. More to be added on demand.
776 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
779 0.10.19.2 pre-release
781 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
783 * win32/common/libgstrtsp.def:
784 * win32/common/libgsttag.def:
785 Add new API functions to the dll exports
787 2008-06-04 Michael Smith <msmith@songbirdnest.com>
789 * gst/playback/gstplaybasebin.c:
790 Disconnect signals from decodebins we created before we remove it
791 from playbin, to avoid crashes if the decodebin is eventually
792 disposed after the playbin itself (possible if the app takes a
793 reference on the decodebin).
796 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
798 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
799 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
800 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
801 (h264_video_type_find), (mpeg_video_stream_type_find),
802 (dv_type_find), (mmsh_type_find):
803 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
804 copy caps for no good reason (this may be desirable to make it easier
805 to detect leaks, but then it should probably be done for all caps
806 in the typefinder somewhere).
808 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
810 * tests/check/Makefile.am:
811 Do not try to run the check tests for subparse unless it has been
814 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
816 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
817 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
818 Do not try to run a test which requires vorbisenc unless we have
821 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
823 * gst-libs/gst/rtsp/gstrtspconnection.c:
824 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
825 (gst_rtsp_connection_clear_auth_params),
826 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
827 * gst-libs/gst/rtsp/gstrtspconnection.h:
828 Add a couple of missing argument guards.
829 Add a way of setting the DSCP for an RTSP connection.
830 Add an accessor method for the ip member of GstRTSPConnection as all
831 members are supposed to be private.
833 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
835 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
836 Fixed accidental use of IPv4 options for all IPv6 addresses.
838 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
840 * gst-libs/gst/interfaces/mixertrack.h:
841 Document mixer track flags.
843 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
845 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
847 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
848 Don't set caps on the buffers that contain a copy of the buffer
849 including the caps of them resulting in an always increasing refcount
850 of the caps and insanely large caps. Instead include a buffer without
851 caps in the new caps. Fixes bug #536475.
853 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
855 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
856 Transform a given PAR to a range on the struct with the generic
857 height/width instead of the struct with the possibly restricted
860 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
862 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
863 Prefer the given format if it contains something stricter than [1,MAX]
864 for height or width and only put a structure that requires rescaling
865 as second. This makes it possible to use videoscale in pipelines where
866 the source can actually produce the wanted height/width but usually
867 selects a different one from the requested.
869 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
871 Based on patch by: John Millikin <jmillikin gmail com>
873 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
874 (gst_vorbis_tag_add_coverart):
875 Retrieve COVERART tags from vorbis comments (#512333)
877 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
879 * gst-libs/gst/tag/tag.h:
880 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
881 Don't forget to add new enum value here too (should probably use
882 glib-mkenums here...).
884 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
886 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
887 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
888 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
889 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
890 (gst_tag_image_data_to_image_buffer):
891 Add two utility functions to avoid code duplication (#512333):
892 API: add gst_tag_image_data_to_image_buffer()
893 API: add gst_tag_list_add_id3_image()
894 API: add GST_TAG_IMAGE_TYPE_NONE enum value
896 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
898 * win32/common/libgstaudio.def:
899 Add gst_audio_check_channel_positions() to the exported symbols.
901 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
903 * docs/libs/gst-plugins-base-libs-sections.txt:
904 * gst-libs/gst/audio/multichannel.c:
905 (gst_audio_check_channel_positions):
906 * gst-libs/gst/audio/multichannel.h:
907 API: Make gst_audio_check_channel_positions() public.
909 * tests/check/libs/audio.c: (GST_START_TEST):
910 Add some simple checks for gst_audio_check_channel_positions().
912 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
914 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
915 minrange and maxrange are scaled according to the frequency
918 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
920 * ext/pango/Makefile.am:
921 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
922 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
923 Use gstvideo functions to calculate strides and plane offsets. Fixes
924 rendering issue ('ghost' images of the text on the chroma planes)
925 with widths or heights that are not multiples of 8 (#506659 and
926 probably also #485729).
928 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
930 Test with odd height/width too.
932 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
934 * gst/adder/gstadder.c: (gst_adder_query_duration),
935 (gst_adder_query_latency):
936 When using gst_element_iterate_pads() one has to unref every pad
939 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
941 * gst-libs/gst/audio/gstbaseaudiosrc.c:
942 (gst_base_audio_src_class_init):
943 Add a gtk-doc chunk for the new properties to have a Since: indication.
945 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
947 * gst-libs/gst/audio/gstbaseaudiosrc.c:
948 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
949 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
950 (gst_base_audio_src_change_state):
951 Provide readable actual-buffer-time and actual-latency-time properties
952 that reflect the configured ringbuffer values. Fixes #524724.
953 API: GstBaseAudioSrc:actual-buffer-time
954 API: GstBaseAudioSrc:actual-latency-time
956 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
958 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
959 (gst_basertppayload_change_state):
960 Simply converting the running time into an RTP timestamp by scaling it
961 based on the clock-rate is good enough for making an RTP timestamp. This
962 has the added benefit that we can later on expose a property with the
963 RTP timestamp of running time 0, as is needed for RTSP servers to
964 generate the response of the PLAY request.
966 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
968 * gst/audioconvert/gstaudioconvert.c:
969 (structure_has_fixed_channel_positions),
970 (gst_audio_convert_transform_caps):
971 Allow up to 11 positioned channels now that audioconvert can handle
972 this but add no default positions for > 8 channels.
974 * tests/check/elements/audioconvert.c: (GST_START_TEST):
975 Add some unit tests for the above change: Test conversion of
976 11 positioned channels to stereo and the other way around, test
977 conversion of 15 unpositioned channels in different ways.
979 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
981 * win32/common/libgstaudio.def:
982 Add gst_audio_clock_reset to the list of exported symbols.
984 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
986 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
987 Remove wrong_channels_identification_header unit test as we now
988 support 7 (and more channels).
990 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
992 * gst/audioconvert/gstchannelmix.c:
993 (gst_channel_mix_fill_one_other):
994 If mixing left or right to center (or the other way around) only take
995 the complete value if we don't already have the original position in
998 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1000 * gst-libs/gst/audio/multichannel.c:
1001 (gst_audio_check_channel_positions),
1002 (gst_audio_set_structure_channel_positions_list),
1003 (gst_audio_fixate_channel_positions):
1004 Allow rear center together with rear left/right and other previously
1005 conflicting channel positions. The reason why they weren't allowed
1006 was the channel mixing implementation in audioconvert.
1007 Also take this into account when fixing channel layouts.
1009 Allow setting channel positions for 1/2 channels when using
1010 gst_audio_set_structure_channel_position().
1012 * gst/audioconvert/gstchannelmix.c:
1013 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1014 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1015 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1016 Major rewrite of the channel mixing.
1018 We now allow previously conflicting channel positions to appear
1019 together (rear center and rear left/right for example).
1022 Rework the way channels are mixed together to take more possible
1023 channel positions into account, properly mix from/to side channels
1024 and don't assume that either center, left&right or nothing of a
1025 specific position is available anymore.
1027 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1028 Adjust unit tests with non-standard 1/2 channel layouts to the more
1029 correct new behaviour.
1031 Add a unit test for 5.1->Stereo downmixing.
1033 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
1035 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1036 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1037 Add sane defaults for the 7 and 8 channel layouts as those are
1038 undefined in the Vorbis spec. Use NONE channel layouts when decoding
1039 more than 8 channels instead of erroring out. Fixes bug #535356.
1041 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
1043 * docs/plugins/Makefile.am:
1044 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1045 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1046 * ext/theora/theoraparse.c:
1047 Add theoraparse to the docs and fix some docs.
1049 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
1051 * gst-libs/gst/cdda/gstcddabasesrc.c:
1052 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1053 Fix EOS condition and track addition check, the track.end sector is
1054 included in the track. Fixes #533265.
1056 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
1058 Patch by: Mark Nauwelaerts <manauw at skynet be>
1060 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1061 (gst_video_rate_flush_prev), (gst_video_rate_event),
1062 (gst_video_rate_chain):
1063 * gst/videorate/gstvideorate.h:
1064 React (more) to NEWSEGMENT
1065 Small adjustment in timestamp calculation to prevent mismatches
1068 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
1070 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1071 Initialise error to NULL as we should.
1073 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
1075 * gst/adder/gstadder.c: (gst_adder_query_duration),
1076 (gst_adder_query_latency), (gst_adder_query):
1077 Implement latency query.
1079 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
1081 * gst/adder/gstadder.c: (gst_adder_query_duration):
1082 Correctly resync the iterator if gst_iterator_next() returns
1083 GST_ITERATOR_RESYNC.
1085 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1087 * win32/vs6/libgstpbutils.dsp:
1088 Add pbutils-enumtypes.c to sources (#518037).
1090 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
1092 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1093 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1094 * gst-libs/gst/audio/gstaudioclock.h:
1095 Add method to inform the clock that the time starts from 0 again. We use
1096 this info to calculate a clock offset so that the time we report in
1097 internal_time is monotonically increasing, as required by the clock base
1098 class. Fixes #521761.
1099 API: GstAudioClock::gst_audio_clock_reset()
1101 * gst-libs/gst/audio/gstbaseaudiosink.c:
1102 (gst_base_audio_sink_skew_slaving),
1103 (gst_base_audio_sink_change_state):
1104 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1105 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1106 Reset reported time when we (re)create the ringbuffer.
1108 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1110 * ext/alsa/gstalsamixertrack.c:
1111 (gst_alsa_mixer_track_update_alsa_capabilities):
1112 Make sure playback volumes aren't accidentally overwritten by
1113 capture volumes if an alsa mixer track has both playback and
1114 capture capabilities: we create two GstMixerTracks in that
1115 case, so make sure we query only the alsa capabilities that
1116 refer to the type of GstMixerTrack we created from the dual
1117 capability alsa element. Should fix issues with Audigy2 sound
1120 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
1122 * tests/check/pipelines/oggmux.c: (test_pipeline):
1123 Don't use deprecated function.
1125 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
1127 * gst/playback/gstdecodebin2.c:
1128 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1129 Check for NULL cases and log them, creating ghostpads can, for example,
1130 fail when the pad returns wrong caps.
1132 * gst/playback/gstplaybin2.c: (perform_eos):
1133 When pushing out the EOS event, collect the return value and warn when
1136 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
1138 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1139 (gst_riff_create_video_template_caps):
1140 Add support for DVCPRO.
1142 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
1144 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1145 Change default scaling method from nearest-neighbour to bilinear.
1147 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
1149 * tests/check/libs/video.c:
1152 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
1154 * gst/subparse/gstsubparse.c: (parser_state_init),
1155 (gst_sub_parse_format_autodetect), (handle_buffer):
1156 * gst/subparse/gstsubparse.h:
1157 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1158 Limit duration to a maximum of five seconds for tmplayer format where
1159 we can guess the duration only from the timestamp of the next line of
1160 text. We don't want to show a text for eternities just because nothing
1161 else is being said for a while.
1163 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
1165 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1166 (gst_base_rtp_depayload_chain),
1167 (gst_base_rtp_depayload_handle_sink_event),
1168 (gst_base_rtp_depayload_push_full),
1169 (gst_base_rtp_depayload_change_state):
1170 Check sequence numbers, mark input buffers with a discont flag for the
1171 subclass when we detected a gap, drop duplicate buffers. We do this
1172 because one can use the element without a jitterbuffer in front and we
1173 don't want to feed the subclasses invalid or reordered data.
1174 Do an error when the subclass did not provide a process function instead
1176 Some other small cleanups.
1178 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
1180 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1181 May just as well use the precalculated uvstride here.
1183 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
1185 * docs/plugins/Makefile.am:
1186 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1187 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1188 * docs/plugins/gst-plugins-base-plugins.args:
1189 * docs/plugins/gst-plugins-base-plugins.hierarchy:
1190 * docs/plugins/gst-plugins-base-plugins.interfaces:
1191 * docs/plugins/gst-plugins-base-plugins.prerequisites:
1192 * docs/plugins/inspect/plugin-adder.xml:
1193 * docs/plugins/inspect/plugin-alsa.xml:
1194 * docs/plugins/inspect/plugin-audioconvert.xml:
1195 * docs/plugins/inspect/plugin-audiorate.xml:
1196 * docs/plugins/inspect/plugin-audioresample.xml:
1197 * docs/plugins/inspect/plugin-audiotestsrc.xml:
1198 * docs/plugins/inspect/plugin-cdparanoia.xml:
1199 * docs/plugins/inspect/plugin-decodebin.xml:
1200 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1201 * docs/plugins/inspect/plugin-gdp.xml:
1202 * docs/plugins/inspect/plugin-gio.xml:
1203 * docs/plugins/inspect/plugin-gnomevfs.xml:
1204 * docs/plugins/inspect/plugin-libvisual.xml:
1205 * docs/plugins/inspect/plugin-ogg.xml:
1206 * docs/plugins/inspect/plugin-pango.xml:
1207 * docs/plugins/inspect/plugin-playback.xml:
1208 * docs/plugins/inspect/plugin-queue2.xml:
1209 * docs/plugins/inspect/plugin-subparse.xml:
1210 * docs/plugins/inspect/plugin-tcp.xml:
1211 * docs/plugins/inspect/plugin-theora.xml:
1212 * docs/plugins/inspect/plugin-typefindfunctions.xml:
1213 * docs/plugins/inspect/plugin-uridecodebin.xml:
1214 * docs/plugins/inspect/plugin-video4linux.xml:
1215 * docs/plugins/inspect/plugin-videorate.xml:
1216 * docs/plugins/inspect/plugin-videoscale.xml:
1217 * docs/plugins/inspect/plugin-videotestsrc.xml:
1218 * docs/plugins/inspect/plugin-volume.xml:
1219 * docs/plugins/inspect/plugin-vorbis.xml:
1220 * docs/plugins/inspect/plugin-ximagesink.xml:
1221 * docs/plugins/inspect/plugin-xvimagesink.xml:
1222 * ext/cdparanoia/gstcdparanoiasrc.c:
1223 * ext/ogg/gstoggdemux.c:
1224 * ext/ogg/gstoggdemux.h:
1225 * ext/ogg/gstoggmux.c:
1226 * ext/ogg/gstoggmux.h:
1227 * gst/audioconvert/audioconvert.c:
1228 * gst/audioconvert/audioconvert.h:
1229 * gst/audioconvert/gstaudioconvert.h:
1230 * gst/gdp/gstgdpdepay.h:
1231 * gst/gdp/gstgdppay.h:
1232 * gst/playback/gstdecodebin.c:
1233 * gst/playback/gstdecodebin2.c:
1234 * gst/playback/gstplaybin.c:
1235 * gst/playback/gstplaybin2.c:
1236 * gst/playback/gsturidecodebin.c:
1237 * gst/tcp/gstmultifdsink.c:
1238 * gst/tcp/gstmultifdsink.h:
1241 Add some documentation comments, and some new headers to be scanned.
1242 Rename some internal enum declarations (audioconvert's DitherType and
1243 NoiseShapingType, GstUnitType from the TCP elements) to match the
1244 documented GObject type names so that the docs pick them up.
1245 Name the playbin2 docs markups properly so they get picked up. They'll
1246 need renaming back when/if playbin2 becomes playbin.
1248 100% symbol coverage for the plugin docs, booya.
1250 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
1252 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1254 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1255 Fix generation of NV12/NV21 frames. Fixes bug #532454.
1257 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
1259 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1261 * gst/playback/gstdecodebin.c: (remove_fakesink):
1262 Lock the fakesink before setting the state to NULL and removing it from
1263 the bin so that a concurrent state change cannot interfere.
1266 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
1269 Fix installing plugin documentation when gtk-doc is disabled.
1271 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
1273 * gst-libs/gst/rtsp/Makefile.am:
1274 Distribute, don't install md5.h
1276 2008-05-21 Julien Moutte <julien@fluendo.com>
1278 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1279 instead of SOL_IP, works on more platforms.
1280 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1283 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
1285 * ext/vorbis/vorbisdec.c:
1286 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1287 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1288 Some debug and comment fixes.
1290 * tests/examples/dynamic/addstream.c: (main):
1293 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
1295 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1296 * gst/playback/decodetest.c: (new_decoded_pad_cb):
1297 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1298 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1299 (cleanup_decodebin):
1300 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1301 (connect_element), (gst_decode_group_control_demuxer_pad):
1302 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1303 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1305 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1306 (gst_play_bin_set_property), (handoff), (gen_video_element),
1307 (gen_text_element), (gen_audio_element), (gen_vis_element),
1308 (remove_sinks), (add_sink), (setup_sinks):
1309 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1310 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1311 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1312 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1313 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1314 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1315 (gen_vis_chain), (gst_play_sink_reconfigure),
1316 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1317 (gst_play_sink_request_pad):
1318 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1319 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1321 * gst/playback/test6.c: (new_decoded_pad_cb):
1322 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1323 * tests/check/elements/audiorate.c: (test_injector_chain),
1324 (do_perfect_stream_test):
1325 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1326 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1327 * tests/check/elements/gnomevfssink.c:
1328 * tests/check/elements/textoverlay.c:
1329 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1330 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1331 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1332 * tests/check/pipelines/oggmux.c: (test_pipeline):
1333 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1334 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1335 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1336 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1337 * tests/examples/seek/seek.c: (make_mod_pipeline),
1338 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1339 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1340 (make_theora_pipeline), (make_vorbis_theora_pipeline),
1341 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1342 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1343 (update_fill), (msg_buffering):
1344 Don't use bad gst_element_get_pad().
1346 2008-05-21 Stefan Kost <ensonic@users.sf.net>
1348 * gst-libs/gst/riff/riff-media.c:
1349 Fix wrong method name in docs. Fix calculation of strf fields for
1352 * gst-libs/gst/riff/riff-read.c:
1353 Whitespace fix and removing double ';'.
1355 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
1357 * docs/design/part-playbin2.txt:
1358 Add some leftover doc.
1360 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1362 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1363 Fix copy & paste error in last commit.
1365 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1367 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1368 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1369 other channel positions when source has SIDE channels and dest doesn't
1370 or the other way around.
1372 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
1374 Patch by: Henrik Eriksson <henriken at axis dot com>
1376 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1377 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1378 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1379 (gst_multi_fd_sink_get_property):
1380 * gst/tcp/gstmultifdsink.h:
1381 Add support for DSCP QOS. Fixes #469933.
1383 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1385 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1386 Add another test that checks if conversion between standard 1 and 2
1387 channel layouts with and without positions set is working.
1389 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1391 * gst-libs/gst/audio/multichannel.c:
1392 (gst_audio_check_channel_positions):
1393 Allow non-standard 2 channel layouts.
1395 * tests/check/elements/audioconvert.c: (GST_START_TEST):
1396 Add some tests for converting and remapping non-standard 1 and 2
1399 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1401 * gst/audioconvert/gstchannelmix.c:
1402 (gst_channel_mix_fill_normalize):
1403 Prevent division by zero if the channel mix matrix contains only
1406 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1408 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1410 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
1411 Close a buffer memory leak. Fixes bug #534071.
1413 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1415 * gst-libs/gst/rtsp/gstrtsptransport.h:
1416 Make the GstRTSPTransport struct members public as there are no
1417 setters/getters and it's supposed to be changed directly.
1420 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
1422 * gst/adder/gstadder.c:
1423 Adder also doesn't support audio/x-raw-int with width!=depth so don't
1424 claim this on the pad template caps.
1426 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
1428 * gst-libs/gst/audio/gstbaseaudiosink.c:
1429 (gst_base_audio_sink_sync_latency):
1430 We can only use our optimal calibration if we prerolled before the
1433 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
1436 Require core CVS for GstBaseSrc buffer caps setting magic.
1438 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
1440 * gst/audioconvert/gstaudioconvert.c:
1441 (gst_audio_convert_fixate_channels):
1442 Fix logic in last commit.
1444 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
1446 * gst/audioconvert/gstaudioconvert.c:
1447 (gst_audio_convert_fixate_channels):
1448 Passthrough the channel positions if the number of output channels is
1449 the same as the number of input channels, the input had a channel
1450 layout and downstream requests no special one. We did this already for
1451 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
1453 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
1455 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
1456 (gst_gnome_vfs_src_finalize),
1457 (gst_gnome_vfs_src_received_headers_callback),
1458 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
1459 * ext/gnomevfs/gstgnomevfssrc.h:
1460 Set the ICY caps on the srcpad from where they get picked up by the base
1461 class now and set on the outgoing buffers.
1463 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1464 (gst_base_audio_src_create):
1465 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
1466 BaseSrc now sets the caps on outgoing buffers automatically.
1468 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
1470 * gst-libs/gst/audio/gstbaseaudiosink.c:
1471 (gst_base_audio_sink_resample_slaving),
1472 (gst_base_audio_sink_skew_slaving),
1473 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
1474 (gst_base_audio_sink_async_play),
1475 (gst_base_audio_sink_change_state):
1476 Change the way in which the ringbuffer is started when dealing with a
1477 slaved clock and latency. We now sync to the clock until we reach
1478 upstream latency before starting the ringbuffer. This has the effect
1479 that we can accurately align the master and slave clocks and let the
1480 rate correction code take care of the initial drift or rounding errors
1481 instead of leaving them uncorrected with the old approach.
1483 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
1485 * gst/audioconvert/gstaudioconvert.c:
1486 (gst_audio_convert_fixate_channels):
1487 Correctly set the default channel positions when converting to 8
1490 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
1493 Error out if we don't have the required version of core.
1495 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
1497 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1498 Use data scan helper in aac typefinder and stop scanning
1499 for headers when we've found a type. Also fix potential invalid
1500 memory access when calculating the frame length.
1502 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
1504 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
1505 (mpeg_sys_is_valid_pack):
1506 Don't modify scan context when we return FALSE in ensure_data, so
1507 it's possible to continue scanning, and we don't end up with a NULL
1508 data pointer and a positive size, which might bite us the next time
1509 we're called. Small constification.
1511 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
1513 * gst/adder/gstadder.c:
1514 Adder doesn't support 24 bit samples so don't claim it supports them
1515 in the pad template caps.
1517 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
1519 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1520 (gst_base_rtp_depayload_chain):
1521 Validate the RTP packet before further processing it. It's just too
1522 dangerous to accept random packets and people are not forced to use a
1523 jitterbuffer or session manager to filter out the bad packets.
1525 * gst-libs/gst/rtp/gstrtpbuffer.c:
1526 (gst_rtp_buffer_set_extension_data),
1527 (gst_rtp_buffer_get_payload_subbuffer):
1529 When setting extension data in a buffer that is too small, we fail and
1530 we should not set the extension bit.
1531 Change GST_WARNINGS into g_warning because they really are
1534 * tests/check/libs/rtp.c: (GST_START_TEST):
1535 Catch the g_warnings now in the unit tests and that fact that failing to
1536 set extension data left the extension bit untouched.
1538 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1540 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1541 Revert previous change which made basetransform handle buffer_alloc
1542 and which breaks things badly in the non-passthrough case since it
1543 returned buffers with a different (ie. sometimes smaller) size than
1546 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
1548 Patch by: Bernard B <b-gnome at largestprime dot net>
1550 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
1551 Fix seqnum compare function for bordercase values and fix the docs
1552 again. Fixes #533075.
1554 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
1555 Add a testcase for seqnum compare function.
1557 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
1559 * gst/adder/gstadder.c: (gst_adder_setcaps),
1560 (gst_adder_class_init):
1561 Correctly declare the supported endianness on the pad templates
1562 and check for correct endianness in the set caps function. Adder
1563 only supports native endianness.
1564 Also use gst_element_class_set_details_simple().
1566 2008-05-14 Stefan Kost <ensonic@users.sf.net>
1568 * sys/xvimage/xvimagesink.c:
1569 Better debug logging in port value handling. Merging separate port
1570 value loops into one.
1572 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
1574 Patch by: Hannes Bistry <hannesb at gmx dot de>
1576 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
1577 * gst/tcp/gsttcpserversink.c:
1578 (gst_tcp_server_sink_handle_server_read),
1579 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
1580 Fix regression in clientsrc because we did not add the fd to the poll
1581 set anymore. Fixes #532364.
1582 Do some cleanups here and there.
1584 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
1586 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1587 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
1588 * gst/playback/gstplay-marshal.list:
1589 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
1590 Use correct marshallers. GstCaps are a boxed type and no GObject
1593 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
1595 * win32/common/libgstrtsp.def:
1596 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
1599 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
1601 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1603 * tests/check/elements/audioresample.c:
1604 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
1605 (live_switch_push), (GST_START_TEST):
1606 Add unit test for the latest basetransform negotiation changes.
1609 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
1611 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1612 Fix nv12<->nv21 conversion if stride is larger than width.
1614 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
1616 Patch by: Jan Gerber <j at oil21 dot org>
1618 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1619 (gst_ogg_pad_parse_skeleton_fisbone):
1620 * ext/ogg/gstoggdemux.h:
1621 Parse presentation time from skeleton streams and use it as offset
1622 for the timestamps. Fixes bug #530068.
1624 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
1626 * gst-libs/gst/audio/gstbaseaudiosink.c:
1627 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
1628 Revert previous patch that attempted to more accurately calculate the
1629 initial offset between master and slave clock. The best thing we can do
1630 in general is take the time of both clocks as the diff since we don't
1631 know when the actual preroll happened.
1633 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
1635 * gst-libs/gst/pbutils/install-plugins.c:
1636 Fix docs: type and missing word.
1638 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
1640 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1641 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
1642 for this instead; don't check if we've found enough markers after
1643 each and every step, it's enough to do that only if we've actually
1645 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
1647 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
1649 * gst/typefind/gsttypefindfunctions.c:
1650 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
1651 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
1652 (mpeg_video_stream_type_find):
1653 Move scan helper thingy to the beginning of the file so we can use
1654 it in other typefind functions. Rename it to something more
1655 generic. Also improve handling of things towards the end of the
1656 typefind data: peek as much as we can if we know the size of the
1657 data, rather than just min_size.
1659 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
1661 * docs/libs/gst-plugins-base-libs-sections.txt:
1662 * gst-libs/gst/interfaces/colorbalance.c:
1663 * gst-libs/gst/interfaces/colorbalance.h:
1664 * gst-libs/gst/interfaces/colorbalancechannel.c:
1665 * gst-libs/gst/interfaces/colorbalancechannel.h:
1666 * gst-libs/gst/interfaces/tuner.c:
1667 * gst-libs/gst/interfaces/tunerchannel.c:
1668 * gst-libs/gst/interfaces/tunerchannel.h:
1669 * gst-libs/gst/interfaces/tunernorm.c:
1670 * gst-libs/gst/interfaces/tunernorm.h:
1671 * gst-libs/gst/video/video.c:
1672 * gst-libs/gst/video/video.h:
1673 Document the GstTuner and GstColorBalance interfaces, and some
1674 other random API functions that needed it. 70% symbol coverage, woo.
1676 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
1678 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1679 Choose to allocate one less segment but require one additional segment
1682 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
1683 No need to increment the number of segments in the source.
1685 * gst-libs/gst/audio/gstbaseaudiosink.c:
1686 (gst_base_audio_sink_get_time), (clock_convert_external),
1687 (gst_base_audio_sink_resample_slaving),
1688 (gst_base_audio_sink_skew_slaving),
1689 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
1690 (gst_base_audio_sink_async_play):
1691 Remove adding latency when returning the internal time while subtracting
1692 it again when we use the value a little later.
1693 When calculating the end timestamp, we are making a rounding error
1694 with the current algorithm. Ensure that we don't accumulate these
1695 rounding errors when aligning samples by not resampling at all if we
1696 don't need to. Fixes #419351.
1697 Make the initial calibration of the clock slaving a little more
1698 predictable and accurate. Also handle the case where we don't do
1701 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
1703 Based on a patch by:
1704 Björn Benderius <bjoern dot benderius at axis dot com>
1706 * gst/ffmpegcolorspace/avcodec.h:
1707 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1708 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1709 (gst_ffmpegcsp_avpicture_fill):
1710 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1711 * gst/ffmpegcolorspace/imgconvert_template.h:
1712 Add conversions from/to NV12 and NV21 and conversions between those
1713 two formats. Fixes bug #532166.
1715 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
1717 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1718 Abort the h264 typefinding as soon as _peek() doesn't return anything,
1719 which happens for example with files smaller than 128kb.
1721 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
1723 Patch by: Wouter Cloetens <zombie at e2big dot org>
1725 * gst-libs/gst/rtsp/Makefile.am:
1726 * gst-libs/gst/rtsp/gstrtspconnection.c:
1727 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
1728 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
1729 (add_auth_header), (gst_rtsp_connection_free),
1730 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
1731 (gst_rtsp_connection_set_auth_param),
1732 (gst_rtsp_connection_clear_auth_params):
1733 * gst-libs/gst/rtsp/gstrtspconnection.h:
1734 Add Digest authorization support for RTSP connections. See #532065.
1736 * gst-libs/gst/rtsp/md5.c:
1737 * gst-libs/gst/rtsp/md5.h:
1738 Yeap, another md5 implementation until we can depend on a glib that has
1741 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
1743 Patch by: Sjoerd Simons <sjoerd at luon dot net>
1745 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1746 Let audioresample use the buffer allocation of basetransform instead
1749 * tests/check/elements/audioresample.c: (alloc_only_48000),
1750 (GST_START_TEST), (audioresample_suite):
1751 Add unit test for the recent basetransform bugfix, where upstream
1752 changes caps to something that can't be passed through anymore.
1754 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
1756 * win32/common/config.h.in:
1757 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
1758 use the real thing than having "???" unconditionally.
1760 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
1762 * gst-libs/gst/audio/gstbaseaudiosink.c:
1763 (gst_base_audio_sink_query):
1764 Report the latency with the new seglatency parameter.
1766 * gst-libs/gst/audio/gstringbuffer.c:
1767 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1768 (gst_ring_buffer_acquire):
1769 * gst-libs/gst/audio/gstringbuffer.h:
1770 Add new field to the ringbufferspec to specify the expected latency
1771 between the underlying device read/write pointer, this is needed
1772 when writing sinks that sit a little closer to the hardware.
1773 Add some more docs for other fields.
1775 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1777 * gst/volume/gstvolume.c: (volume_transform_ip):
1778 Return NOT_NEGOTIATED if we didn't set a process function yet for some
1779 reason instead of crashing later. Might fix bug #509125.
1781 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1783 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
1785 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
1786 * gst/audioconvert/audioconvert.h:
1787 * gst/audioconvert/gstaudioconvert.c:
1788 (gst_audio_convert_parse_caps),
1789 (structure_has_fixed_channel_positions),
1790 (gst_audio_convert_transform_caps):
1791 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
1792 Add support for more than 8 channels and NONE channel layouts. For
1793 more than 8 channels no channel conversion is supported yet, only
1794 format conversions are supported. Fixes bug #398033.
1796 * tests/check/elements/audioconvert.c: (verify_convert),
1797 (GST_START_TEST), (audioconvert_suite):
1798 Add some unit tests by Tim for checking the NONE channel layouts
1799 and more than 8 channels and add some more unit tests for channel
1802 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
1804 * gst/playback/gstdecodebin2.c: (connect_pad):
1805 When autoplugging fails, set the element back to NULL before
1808 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
1810 * win32/common/libgstaudio.def:
1811 Add gst_base_audio_src_[sg]et_slave_method() to the exported
1814 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1816 * gst/subparse/samiparse.c: (handle_start_sync),
1817 (end_sami_element), (characters_sami):
1818 Remove trailing, leading and double whitespaces.
1819 Correctly timestamp buffers and output the last buffer too.
1821 * tests/check/elements/subparse.c: (GST_START_TEST),
1823 Add a simple unit test for SAMI parsing.
1825 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1827 Patch by: Young-Ho Cha <ganadist at chollian dot net>
1829 * gst/subparse/samiparse.c: (handle_start_sync),
1830 (start_sami_element), (end_sami_element), (characters_sami),
1831 (sami_context_reset):
1832 Only output characters inside the "sync" elements. There could be
1833 other elements like "style" that have some content but should
1834 not be printed. Fixes bug #467911.
1836 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
1838 * gst/playback/gstplaybasebin.c: (set_audio_mute),
1839 (set_active_source):
1840 * gst/playback/gstplaybasebin.h:
1841 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1842 (playbin_set_audio_mute):
1843 Allow setting -1 as current-audio to mute the current audio stream,
1844 similar to what is done for subtitles. Fixes bug #342294.
1846 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
1848 * gst-libs/gst/pbutils/descriptions.c: (formats):
1849 It's SorensOn and not SorensEn.
1851 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
1853 * gst-libs/gst/pbutils/descriptions.c: (formats):
1854 Fix description of video/x-flash-video.
1856 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
1858 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1859 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1860 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1861 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
1862 Remove some unused code.
1864 * gst/audioconvert/gstaudioquantize.c:
1865 (gst_audio_quantize_free_noise_shaping):
1866 Don't return before freeing the noise shaping history.
1868 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1870 * tests/check/elements/subparse.c: (do_test),
1871 (test_tmplayer_style3b), (subparse_suite):
1872 Add unit test for the tmplayer variant from bug #530962.
1874 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1876 * gst/subparse/gstsubparse.c: (handle_buffer),
1877 (gst_sub_parse_sink_event):
1878 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
1879 (tmplayer_parse_line):
1880 Fix parsing of tmplayer subtitle variant where every single line contains
1881 text and there isn't an empty line after each line to determine the
1882 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
1883 making sure that we push out the last line of text without a duration if
1884 there's still text left in the buffer at the end.
1886 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1888 * gst/subparse/gstsubparse.c: (feed_textbuf):
1889 Fix detection of discontinuities based on the buffer offset (doesn't work
1890 so well if no buffer offset is set) and also check for the DISCONT buffer
1891 flag. This keeps the parser state from being reset after each buffer in
1894 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
1896 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
1897 Further fine-tuning: don't absolutely require sequence or GOP headers
1898 (as introduced in the previous commit), but adjust the typefind
1899 probabilities returned accordingly if we don't see them. Also make sure
1900 picture header and first slice are somewhat close to each other (which
1901 is not perfect but still better than requiring a fixed offset or having
1904 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
1906 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1907 (gst_basertppayload_sink_setcaps),
1908 (gst_basertppayload_sink_getcaps):
1909 Rename the setcaps/getcaps function internally to make it clear that
1910 they are called for the sink pad.
1912 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
1914 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1915 (gst_base_rtp_depayload_class_init),
1916 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
1917 (gst_base_rtp_depayload_packet_lost),
1918 (gst_base_rtp_depayload_set_gst_timestamp):
1919 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1920 Catch packet-lost events from the jitterbuffer and convert them into a
1921 vmethod call (lost-packet) so that depayloaders can do something smart.
1922 Also add a default packet-lost function that sends out a segment update
1925 2008-05-02 Stefan Kost <ensonic@users.sf.net>
1927 * gst/playback/test4.c:
1928 * gst/playback/test5.c:
1929 * gst/playback/test6.c:
1930 * gst/playback/test7.c:
1931 Also include config.h when relying on defines from it. Fixes the
1932 build. Its been a please to serve :)
1934 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
1936 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
1937 (paint_setup_NV21), (paint_hline_NV12_NV21):
1938 Add support for NV12 and NV21 in videotestsrc
1940 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
1942 * gst/videoscale/gstvideoscale.c:
1943 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1944 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
1945 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
1946 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
1947 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
1948 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
1949 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
1950 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
1951 (vs_image_scale_linear_RGB555):
1952 Support 1x1 images as input and output as for example the BBC HQ new
1953 streams have 1x1 GIFs in the playlists for some reason.
1955 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
1957 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
1959 If we can't activate one of the decoders we plugged in (such as,
1960 say, musepackdec) for some reason (it might not support push mode,
1961 for example), remove any pad probes that close_pad_link() might
1962 have set up. This makes sure we later don't try to remove a probe
1963 for a pad that doesn't exist any longer, and avoids nast warnings
1964 and probably other things too.
1966 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1968 * gst/typefind/gsttypefindfunctions.c:
1969 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
1971 Rework mpeg video stream typefinding a bit more: make sure sequence,
1972 GOP, picture and slice headers appear in the order they should and
1973 that we've in fact at least had one of each; fix picture header
1974 detection; decouple picture and slice header check - don't assume
1975 they're at a fixed offset, there may be extra data in between. Also,
1976 announce varying degrees of probability depending on what we found
1977 exactly (multiple pictures, at least one picture, just sequence and
1978 GOP headers). Finally, in _ensure_data(), take into account that we
1979 might be typefinding smaller amounts of data, such as the first
1980 buffer of a stream, so fall back to the minimum size needed as long
1981 as that's available, instead of erroring out if there's less than
1982 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
1983 fuzzed file from #399342 as valid.
1985 2008-04-30 Michael Smith <msmith@songbirdnest.com>
1987 * ext/theora/theoradec.c:
1988 Cool kids don't divide by zero.
1989 Treat PAR of x:0 as 1:1.
1992 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1994 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
1995 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
1996 (mpeg_video_stream_type_find):
1997 Refactor a bit: use context structure to track parsing offset and
1998 size of available data and make the code a bit clearer. Fixes bad
1999 memory access in #356937.
2001 2008-04-28 Michael Smith <msmith@songbirdnest.com>
2003 * gst/playback/test4.c:
2004 * gst/playback/test5.c:
2005 * gst/playback/test6.c:
2006 * gst/tcp/gstmultifdsink.c:
2007 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2010 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
2012 * gst-libs/gst/audio/gstbaseaudiosink.h:
2015 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2016 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2017 (gst_base_audio_src_set_slave_method),
2018 (gst_base_audio_src_get_slave_method),
2019 (gst_base_audio_src_set_property),
2020 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2021 * gst-libs/gst/audio/gstbaseaudiosrc.h:
2022 Add property and methods for selecting the clock slave method in the
2023 source, like in the sink.
2024 We only implement "none" and "re-timestamp" for now.
2025 API: gst_base_audio_src_set_slave_method()
2026 API: gst_base_audio_src_get_slave_method()
2028 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
2030 * gst-libs/gst/rtp/gstrtpbuffer.c:
2031 Fix the docs about the seqnum compare function, it returns a difference.
2033 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
2035 * ext/alsa/gstalsadeviceprobe.c:
2036 (gst_alsa_get_device_list): Don't return before freeing up
2037 the allocated structures.
2039 2008-04-24 Stefan Kost <ensonic@users.sf.net>
2041 * gst/playback/gstplaybin.c:
2042 Remove obsolete streaminfo code and fix a leak. Fixes #529546
2044 2008-04-23 Stefan Kost <ensonic@users.sf.net>
2046 * ext/ogg/gstoggdemux.c:
2047 Revert the event part, that should not go in.
2049 2008-04-23 Stefan Kost <ensonic@users.sf.net>
2051 * ext/ogg/gstoggdemux.c:
2052 Don't leak GstPluginFeatures when filtering.
2054 2008-04-23 Stefan Kost <ensonic@users.sf.net>
2056 * sys/xvimage/xvimagesink.c:
2057 Add some logging for cases when grabbing the xv failed.
2059 2008-04-21 David Schleef <ds@schleef.org>
2061 * ext/ogg/gstoggmux.c:
2062 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
2063 packet. Should conform to what we currently think is the
2064 final Ogg/Dirac muxing spec.
2066 2008-04-21 David Schleef <ds@schleef.org>
2068 * sys/xvimage/xvimagesink.c:
2069 Fix typo that causes the overlay keying color to bright green
2070 on a 16-bit display. Dark grey good. Bright green bad.
2072 2008-04-21 Stefan Kost <ensonic@users.sf.net>
2074 * ext/gnomevfs/gstgnomevfsuri.c:
2075 Add FIXME comment about using uri-list for source and sink.
2077 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
2079 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2080 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2081 vaargs functions to gint. Otherwise the fractions will get 0 set
2082 instead of the correct value on big endian systems. Fixes bug #529018.
2084 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
2086 * ext/gnomevfs/gstgnomevfssink.c:
2087 (gst_gnome_vfs_sink_uri_get_protocols):
2088 * ext/gnomevfs/gstgnomevfssrc.c:
2089 (gst_gnome_vfs_src_uri_get_protocols):
2090 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2091 (gst_gnomevfs_get_supported_uris):
2092 Get the list of supported URI schemes in a threadsafe way and use the
2093 same list for the source and sink.
2095 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
2097 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2098 (gst_gio_get_supported_protocols):
2099 Don't generate a new supported protocols list on each call but cache
2100 it. It's supposed to be static anyway, this way we only leak it once
2103 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2104 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2105 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2106 (gst_gio_sink_start):
2107 * ext/gio/gstgiosink.h:
2108 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2109 (gst_gio_src_class_init), (gst_gio_src_finalize),
2110 (gst_gio_src_set_property), (gst_gio_src_get_property),
2111 (gst_gio_src_start):
2112 * ext/gio/gstgiosrc.h:
2113 API: Add "file" properties where one can set a GFile as
2116 Add locking to the properties and use
2117 gst_element_class_set_details_simple() instead of a static
2118 GstElementDetails struct.
2120 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
2122 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2124 Add "mpp" and "mp+" as possible extensions for MusePack files.
2126 Add typefinding for MusePack StreamVersion 8 files and include the
2127 stream version in the caps.
2129 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
2131 * gst-libs/gst/rtp/gstrtppayloads.c:
2132 (gst_rtp_payload_info_for_name):
2133 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2135 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
2138 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2139 (NB: this only affects compilation of some of the examples).
2140 Remove some configure.ac cruft that's not needed any longer.
2142 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
2144 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2145 Don't validate the payload if there isn't any.
2148 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
2150 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2151 Use g_atomic_int_set() instead of gst_atomic_int_set().
2153 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
2155 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2156 Return NULL instead of a gchar * array with one NULL element if we
2157 don't get any supported URI schemes from GIO.
2159 2008-04-15 Stefan Kost <ensonic@users.sf.net>
2161 * gst/audiotestsrc/gstaudiotestsrc.c:
2162 Remove cpp style commented old code.
2164 2008-04-15 Stefan Kost <ensonic@users.sf.net>
2166 * gst/playback/gstdecodebin2.c:
2169 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
2171 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2172 (gst_text_overlay_init):
2173 Fix textoverlay unit test again by making the supposed default
2174 value for the wait-text property the actual default value.
2175 Also fix Since: tag for new property.
2177 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
2179 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2180 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2181 (gst_video_format_get_pixel_stride),
2182 (gst_video_format_get_component_width),
2183 (gst_video_format_get_component_height),
2184 (gst_video_format_get_component_offset), (gst_video_format_get_size),
2185 (gst_video_format_convert):
2186 Add guards to these functions to ensure sane input values.
2188 * tests/check/libs/video.c:
2189 Fix unit test not to create caps with width=0 and height=0.
2191 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
2193 * docs/design/draft-keyframe-force.txt:
2196 * gst/playback/gstqueue2.c: (update_buffering),
2197 (gst_queue_handle_src_query):
2198 Set buffering mode in the messages.
2199 Set buffering percent in the query.
2201 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2202 (do_stream_buffering), (do_download_buffering), (msg_buffering):
2203 Do some more fancy things based on the buffering method in use.
2205 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
2207 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2208 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2209 (msg_buffering), (main):
2210 Add basic download reports to seek using the new buffering API.
2212 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
2214 * gst/playback/gstqueue2.c: (update_buffering),
2215 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2216 (gst_queue_src_checkgetrange_function):
2217 Include extra buffering stats in the buffering message.
2218 Implement BUFFERING query.
2220 * gst/playback/gsturidecodebin.c: (do_async_start),
2221 (do_async_done), (type_found), (setup_streaming), (setup_source),
2222 (gst_uri_decode_bin_change_state):
2223 Only add decodebin2 when the type is found in streaming mode.
2224 Make uridecodebin async to PAUSED even when we don't have decodebin2
2227 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
2229 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2230 Filter cdda from the supported URI schemes. We can't support
2231 musicbrainz tags and everything else one expects from a cdda source
2232 with GIO. Fixes bug #526794.
2234 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
2236 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2237 (gst_xvimagesink_buffer_alloc):
2238 Fix calculation of 'expected size' for YV12 buffers.
2239 Be a little more verbose in the debug output for buffer-alloc'ed
2240 buffers which turn out to have the wrong size.
2242 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
2246 * gst-plugins-base.doap:
2247 Merge other changes from 0.10.19 release branch.
2249 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
2251 * gst-libs/gst/audio/gstbaseaudiosink.c:
2252 (gst_base_audio_sink_class_init):
2253 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2254 (gst_base_audio_src_class_init):
2255 * gst/playback/gstplayback.c: (plugin_init):
2256 * gst/volume/gstvolume.c: (plugin_init):
2257 Work around missing bits of thread-safety on older GLibs some
2258 more to avoid assertions when starting up multiple playbin
2259 objects concurrently (see #512382).
2261 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
2263 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2264 Remove some more fields.
2266 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
2268 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2271 Actually build dlls when cross-compiling with mingw32.
2274 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
2277 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2279 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
2281 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2282 (msg_buffering), (connect_bus_signals), (main):
2284 Add buffering support with feedback in the statusbar.
2286 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
2288 * ext/ogg/gstoggmux.c:
2289 Fix sample pipeline description.
2291 2008-04-03 Stefan Kost <ensonic@users.sf.net>
2293 * docs/plugins/Makefile.am:
2294 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2295 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2296 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2297 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2299 * docs/plugins/gst-plugins-base-plugins.args:
2300 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2301 * docs/plugins/gst-plugins-base-plugins.interfaces:
2302 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2303 * docs/plugins/inspect/plugin-adder.xml:
2304 * docs/plugins/inspect/plugin-alsa.xml:
2305 * docs/plugins/inspect/plugin-audioconvert.xml:
2306 * docs/plugins/inspect/plugin-audiorate.xml:
2307 * docs/plugins/inspect/plugin-audioresample.xml:
2308 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2309 * docs/plugins/inspect/plugin-cdparanoia.xml:
2310 * docs/plugins/inspect/plugin-decodebin.xml:
2311 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2312 * docs/plugins/inspect/plugin-gdp.xml:
2313 * docs/plugins/inspect/plugin-gnomevfs.xml:
2314 * docs/plugins/inspect/plugin-libvisual.xml:
2315 * docs/plugins/inspect/plugin-ogg.xml:
2316 * docs/plugins/inspect/plugin-pango.xml:
2317 * docs/plugins/inspect/plugin-playback.xml:
2318 * docs/plugins/inspect/plugin-queue2.xml:
2319 * docs/plugins/inspect/plugin-subparse.xml:
2320 * docs/plugins/inspect/plugin-tcp.xml:
2321 * docs/plugins/inspect/plugin-theora.xml:
2322 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2323 * docs/plugins/inspect/plugin-uridecodebin.xml:
2324 * docs/plugins/inspect/plugin-video4linux.xml:
2325 * docs/plugins/inspect/plugin-videorate.xml:
2326 * docs/plugins/inspect/plugin-videoscale.xml:
2327 * docs/plugins/inspect/plugin-videotestsrc.xml:
2328 * docs/plugins/inspect/plugin-volume.xml:
2329 * docs/plugins/inspect/plugin-vorbis.xml:
2330 * docs/plugins/inspect/plugin-ximagesink.xml:
2331 * docs/plugins/inspect/plugin-xvimagesink.xml:
2332 Update introspection data.
2334 * ext/ogg/gstoggmux.c:
2337 * gst/playback/gstdecodebin2.c:
2338 Don't use gtk-doc style comment start for private stuff, but make it
2339 formatted like this for consistency.
2341 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
2343 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2344 (gst_decode_bin_init), (gst_decode_bin_dispose),
2345 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2346 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2347 (analyze_new_pad), (connect_pad), (expose_pad),
2348 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2349 (gst_decode_group_expose), (gst_decode_group_free),
2350 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2351 Remove fakesink hack, we can now implement this more elegantly.
2352 Added property to bypass typefinding.
2353 Removed underrun callback and demuxer pad probe, we now use the srcpad
2354 probe to expose groups.
2355 API::sink-caps property
2357 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2358 Guard against multiple emissions of the no_more_pads signal, which
2359 happens when we are dealing with chained oggs.
2361 * gst/playback/gsturidecodebin.c: (remove_decoders),
2362 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2364 For streams, use our own typefind element and plug our queue after it.
2365 We will need this to determine the type of buffering to use for the
2368 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
2370 * gst-libs/gst/audio/gstbaseaudiosink.c:
2371 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2372 Guard against over and underflows because of clock slaving.
2373 When we are using our own clock, still compensate for any calibrations
2374 that we might have done to our clock.
2376 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
2378 * ext/theora/theoradec.c: (theora_handle_type_packet),
2380 Don't try to do anything fancy with the return code from pushing an
2381 event, it does not have enough information to turn it into a
2384 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
2386 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
2387 (gst_ogg_demux_chain_elem_pad):
2388 Add small debug line.
2389 Pass return code from the internal decoder instead of the too generic
2392 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
2394 * gst-libs/gst/cdda/Makefile.am:
2395 * gst-libs/gst/cdda/base64.c:
2396 * gst-libs/gst/cdda/base64.h:
2397 * gst-libs/gst/cdda/gstcddabasesrc.c:
2398 (gst_cddabasesrc_calculate_musicbrainz_discid):
2399 Use GLib's base64 implementation instead of our own.
2401 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
2403 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2404 (gst_ogg_demux_read_chain):
2405 Refix oggdemux, we only have a problem if we failed to find a chain and
2408 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
2410 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
2412 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2413 (gst_ogg_demux_read_chain):
2414 When we fail to find a BOS page and we and up with no chain, error out
2415 properly instead of segfaulting. Fixes #525665.
2417 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
2419 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2420 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
2421 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
2424 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
2426 * gst/playback/gstqueue2.c: (update_out_rates),
2427 (gst_queue_open_temp_location_file),
2428 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
2429 (gst_queue_handle_src_query), (gst_queue_set_property):
2430 Update the estimated input data when we push out a buffer.
2431 Add some debug info about the temp file.
2432 Only forward src events when we are not using a temp file.
2433 Don't block the duration query, we need to find something better.
2434 Don't leak the temp filename.
2436 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
2439 Require GLib 2.12 and liboil 0.3.14.
2441 * gst/volume/gstvolume.c: (volume_process_double):
2442 Unconditionally use liboil 0.3.14 function.
2444 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
2446 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2447 ms-gsm can have arbitrarty sample rates. See #481354.
2449 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
2451 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2452 MP4S is generic MPEG-4, not a microsoft variant.
2454 2008-03-27 Michael Smith <msmith@fluendo.com>
2456 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2457 Check the body CRC (if set) when depayloading.
2460 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
2462 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2463 Fix Since: version for new property.
2465 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2467 * gst-libs/gst/rtsp/gstrtspconnection.c:
2468 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2469 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
2470 Don't error when poll_wait returns EAGAIN.
2472 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2474 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
2475 The queue is never filled when there are no buffers in the queue at all.
2478 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2480 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2481 (init_group), (free_group), (gst_play_bin_init),
2482 (gst_play_bin_finalize), (gst_play_bin_set_uri),
2483 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
2484 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
2485 (gst_play_bin_set_current_video_stream),
2486 (gst_play_bin_set_current_audio_stream),
2487 (gst_play_bin_set_current_text_stream),
2488 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
2489 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
2490 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
2491 (activate_group), (deactivate_group), (setup_next_source),
2492 (save_current_group), (gst_play_bin_change_state):
2494 Add new locks and conds to protect pipeline creation and group
2496 Implement the sub-uri property.
2497 Keep track of pending uridecodebin creation and configure the output
2498 pipeline after all streams are configured.
2499 Propagate subtitle encoding to the uridecodebins.
2500 Implement getting the video/audio/visualisation elements.
2501 Use input-selector for stream switching.
2502 If we are asked to do visualisation, prefer to autoplug raw sinks
2503 instead of sinks that accept encoded data.
2505 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2507 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2508 (gst_play_sink_init), (gst_play_sink_dispose),
2509 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
2510 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
2511 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
2512 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
2513 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
2514 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
2515 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
2516 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2517 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
2518 * gst/playback/gstplaysink.h:
2519 Add methods to get audio/video/vis elements.
2520 Add methods to set the font description for the overlay.
2521 Remove properties, we're using this element with its methods only.
2522 Add support for subtitles.
2523 Rearrange the locking a bit to not use the object lock for protecting
2524 the pipeline construction.
2525 Try to use the volume and mute property on the sink when its available.
2526 Implement the mute option with volume when the sink does not have a mute
2528 Only add volume element when the sink has no volume property.
2529 Only do visualisations with raw audio pads.
2531 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2533 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2534 (gst_text_overlay_init), (gst_text_overlay_set_property),
2535 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
2536 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2537 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2538 (gst_text_overlay_change_state):
2539 * ext/pango/gsttextoverlay.h:
2540 Add property to configure waiting for text on the textpad or not, with
2541 the default behaviour being the old one (always wait for text before
2542 rendering the video). This default behaviour is usually not the best one
2543 because the text stream can very sparse and could require queueing a lot
2545 Fix the flushing and EOS handing so that we don't mix up their meaning.
2547 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2549 * gst/playback/gsturidecodebin.c:
2550 (gst_uri_decode_bin_autoplug_factories),
2551 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2552 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
2553 (gst_uri_decode_bin_set_property),
2554 (gst_uri_decode_bin_get_property), (no_more_pads_full),
2555 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
2556 (proxy_autoplug_factories_signal), (make_decoder),
2557 (source_new_pad), (setup_source):
2558 Add a readonly source property and notify.
2559 Add new lock for protecting the construction of the pipeline.
2560 Keep track of the decodebins we plugged.
2561 Correctly proxy the autoplug signal so that it actually continues.
2562 Proxy subtitle-encoding to the decodebins.
2564 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2566 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
2567 (text_toggle_cb), (update_streams), (main):
2568 Rearrange some buttons in playbin2 and make some other boxes insensitive
2570 Add language codes to subtitle selection boxes when we gind the right
2571 tags for the streams.
2573 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2575 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2576 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
2577 (gst_decode_bin_set_subs_encoding),
2578 (gst_decode_bin_get_subs_encoding),
2579 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
2580 (deactivate_free_recursive):
2581 Protect caps property with the object lock.
2582 Protect encoding property with the object lock.
2583 Keep list of elements we added that have the subtitle-encoding property.
2584 Distribute the subtitle-encoding to all of the elements when it
2587 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
2589 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
2590 Small debug improvement.
2592 * gst-libs/gst/audio/gstbaseaudiosink.c:
2593 (gst_base_audio_sink_render):
2594 Fix bug in determining the sample start/stop position, we want to base
2595 this decision on the fact that we are going forwards or backwards, not
2596 slower or faster. This fixes some ugly resync warnings when playing at
2599 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
2601 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2602 Correctly set the supported URI schemes and don't leave
2603 some schemes in the middle or at the start at NULL.
2605 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
2607 * tests/check/elements/gdpdepay.c:
2608 Make test compile without unused function/variable warnings on PPC.
2610 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
2613 * ext/alsa/gstalsamixerelement.c:
2614 (gst_alsa_mixer_element_class_init):
2615 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
2616 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
2617 * ext/cdparanoia/gstcdparanoiasrc.c:
2618 (gst_cd_paranoia_src_class_init):
2619 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
2620 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
2621 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
2622 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
2623 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2624 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
2625 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
2626 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2627 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
2628 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
2629 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
2630 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
2631 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
2632 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2633 (gst_audio_filter_template_class_init):
2634 * gst-libs/gst/audio/gstbaseaudiosink.c:
2635 (gst_base_audio_sink_class_init):
2636 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2637 (gst_base_audio_src_class_init):
2638 * gst-libs/gst/cdda/gstcddabasesrc.c:
2639 (gst_cdda_base_src_class_init):
2640 * gst-libs/gst/interfaces/mixertrack.c:
2641 (gst_mixer_track_class_init):
2642 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2643 (gst_base_rtp_depayload_class_init):
2644 * gst-libs/gst/rtp/gstbasertppayload.c:
2645 (gst_basertppayload_class_init):
2646 * gst/audioconvert/gstaudioconvert.c:
2647 (gst_audio_convert_class_init):
2648 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
2649 * gst/audioresample/gstaudioresample.c:
2650 (gst_audioresample_class_init):
2651 * gst/audiotestsrc/gstaudiotestsrc.c:
2652 (gst_audio_test_src_class_init):
2653 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
2654 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2655 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2657 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2658 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
2659 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
2660 * gst/playback/gstqueue2.c: (gst_queue_class_init):
2661 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
2662 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2663 (gst_stream_selector_class_init):
2664 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2665 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
2666 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2667 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
2668 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
2669 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2670 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2671 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
2672 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2673 * gst/videotestsrc/gstvideotestsrc.c:
2674 (gst_video_test_src_class_init):
2675 * gst/volume/gstvolume.c: (gst_volume_class_init):
2676 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
2677 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2678 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2679 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2680 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
2681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
2682 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
2683 static strings (i.e. all). This gives us less memory usage,
2684 fewer allocations and thus less memory defragmentation. Depend
2685 on core CVS for this. Fixes bug #523806.
2687 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
2689 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2690 Filter http and https protocols. GIO/GVfs handles them but it's
2691 impossible to implement iradio/icecast with it. Better use
2692 souphttpsrc or something else for this.
2694 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
2695 If getting the file informations by a query fails try it with the
2696 seek-to-end trick too.
2698 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2700 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2701 (gst_volume_base_init), (gst_volume_class_init),
2702 (volume_process_double), (volume_process_float),
2703 (volume_transform_ip), (plugin_init):
2704 memset buffers to zero if we get a GAP buffer. We usually see a
2705 buffer as one unit so let's handle it as one and don't care about
2706 volume changes while processing one buffer.
2707 Also clean up some stuff a bit.
2709 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2711 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2712 (gst_audio_convert_create_silence_buffer),
2713 (gst_audio_convert_transform):
2714 Make audioconvert GAP-aware by outputting silence buffers when the
2715 input has the GAP flag set. This is up to 8x faster.
2716 Based on a patch by Stefan Kost. Fixes bug #517813.
2718 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2720 * gst/volume/gstvolume.c: (volume_process_double):
2721 Use oil_scalarmultiply_f64_ns() for double processing when it's
2722 available at compile time.
2724 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
2727 Fix lrint/lrintf checks to actually work. These functions are
2728 in libm on Linux at least so try to link to it.
2730 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
2733 Back to development - 0.10.18.1
2735 === release 0.10.18 ===
2737 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
2740 releasing 0.10.18, "I will follow"
2742 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
2745 * win32/common/config.h:
2746 0.10.17.4 pre-release
2748 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
2750 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
2751 Use GST_STR_NULL when trying to print strings that could be NULL because
2752 this might crash on some platforms. See #520808.
2754 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
2756 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
2758 * gst-libs/gst/rtsp/gstrtspconnection.c:
2759 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2760 (read_line), (gst_rtsp_connection_read_internal):
2761 Generic Windows fixes that makes libgstrtsp work on Windows when
2762 coupled with the new GstPoll API. See #520808.
2764 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
2766 Patch by: Milosz Derezynski <internalerror at gmail dot com>
2768 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
2769 If seeking to a new position succeeds don't simply return from
2770 create() without creating a buffer. Do this only in the case
2771 seeking to the new position fails. Fixes bug #523054.
2773 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
2775 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
2776 (gst_video_format_from_rgba32_masks):
2777 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
2780 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
2781 Add unit test for the RGB caps parsing and creation, checking for
2782 internal consistency of the new API and consistency of the API with
2783 the old GST_VIDEO_CAPS_* defines.
2785 2008-03-14 David Schleef <ds@schleef.org>
2787 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
2788 because -base is in freeze.
2790 2008-03-14 David Schleef <ds@schleef.org>
2792 Patch by: William M. Brack
2794 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
2796 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
2798 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2799 (gst_selector_pad_chain):
2800 * gst/playback/gststreamselector.h:
2801 Revert change that caused regression until a real fix is found.
2804 2008-03-12 Michael Smith <msmith@fluendo.com>
2806 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2807 * gst-libs/gst/audio/gstringbuffer.h:
2808 Rename recently added buffer types to make more sense.
2809 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
2810 (gst_alsasink_write):
2811 Adapt for above API changes.
2814 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
2816 * win32/common/libgstnetbuffer.def:
2817 Add new symbol gst_netaddress_equal. Fixes bug #521743.
2819 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
2822 * win32/common/config.h:
2823 0.10.17.3 pre-release
2825 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
2827 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2828 (gst_base_audio_src_create):
2829 Fix duration when no clock was provided. Fixes #520300.
2831 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2833 Patch by: Olivier Crete <tester at tester ca>
2835 * docs/libs/gst-plugins-base-libs-sections.txt:
2836 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
2837 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2838 Add trivial function to compare GstNetAddress. See #520626.
2839 API: GstNetBuffer::gst_netaddress_equal
2841 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2843 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2844 Update mode property docs, it's deprecated now.
2846 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
2848 * gst-libs/gst/rtsp/gstrtspconnection.c:
2849 (gst_rtsp_connection_create):
2850 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
2851 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
2852 * gst/tcp/gstmultifdsink.h:
2853 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2854 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
2855 Remove GstPollMode from gstpoll constructor.
2857 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
2860 * win32/common/config.h:
2861 0.10.17.2 pre-release
2863 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
2866 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
2869 * win32/common/libgstinterfaces.def:
2870 * win32/common/libgstrtp.def:
2871 Add new API to the defs
2873 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
2875 Patch by: Mersad Jelacic <mersad at axis dot com>
2877 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2878 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2879 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
2880 possible to specify the sample size in bits. (#509637)
2882 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2884 * tests/check/libs/mixer.c:
2885 Add a few simple checks for the new message types.
2887 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2889 * docs/libs/gst-plugins-base-libs-sections.txt:
2890 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
2891 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
2892 (gst_mixer_message_get_type),
2893 (gst_mixer_message_parse_option_changed),
2894 (gst_mixer_message_parse_options_list_changed):
2895 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
2896 (GST_MIXER_MESSAGE_OPTION_CHANGED),
2897 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
2898 (GST_MIXER_MESSAGE_MIXER_CHANGED):
2899 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
2900 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
2902 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
2904 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
2905 (gst_mixer_options_get_values):
2906 * gst-libs/gst/interfaces/mixeroptions.h:
2907 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
2908 (_GstMixerOptions), (_GstMixerOptionsClass):
2909 API: add GstMixerOptions::get_values vfunc (#519906)
2911 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
2914 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
2915 plug-ins are included/excluded. (#498222)
2917 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
2919 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2920 Add typefinder for IMelody files, using audio/x-imelody.
2923 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
2925 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
2926 * ext/alsa/gstalsasink.c: (set_hwparams):
2927 * ext/alsa/gstalsasrc.c: (set_hwparams):
2928 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
2929 * ext/ogg/gstoggmux.h:
2930 * ext/ogg/gstogmparse.c:
2931 * gst-libs/gst/audio/audio.c:
2932 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
2933 * gst-libs/gst/pbutils/missing-plugins.c:
2934 (gst_missing_uri_sink_message_new),
2935 (gst_missing_element_message_new),
2936 (gst_missing_decoder_message_new),
2937 (gst_missing_encoder_message_new):
2938 * gst-libs/gst/rtp/gstbasertppayload.c:
2939 * gst-libs/gst/rtp/gstrtcpbuffer.c:
2940 (gst_rtcp_packet_bye_get_reason):
2941 * gst/audioconvert/gstaudioconvert.c:
2942 * gst/audioresample/gstaudioresample.c:
2943 * gst/ffmpegcolorspace/imgconvert.c:
2944 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2945 * gst/typefind/gsttypefindfunctions.c:
2946 * gst/videoscale/vs_4tap.c:
2947 * gst/videoscale/vs_4tap.h:
2948 * sys/v4l/gstv4lelement.c:
2949 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
2950 * sys/v4l/v4l_calls.c:
2951 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
2952 (gst_v4lsrc_try_capture):
2953 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2954 (gst_ximagesink_ximage_new):
2955 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2956 (gst_xvimagesink_xvimage_new):
2957 * tests/check/elements/audioconvert.c:
2958 * tests/check/elements/audioresample.c:
2959 (fail_unless_perfect_stream):
2960 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
2961 * tests/check/elements/decodebin.c:
2962 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2963 (setup_gdpdepay_streamheader):
2964 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
2965 (setup_gdppay_streamheader):
2966 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
2967 * tests/check/elements/multifdsink.c: (setup_multifdsink):
2968 * tests/check/elements/textoverlay.c:
2969 * tests/check/elements/videorate.c: (setup_videorate):
2970 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
2971 * tests/check/elements/volume.c: (setup_volume):
2972 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
2973 * tests/check/elements/vorbistag.c:
2974 * tests/check/generic/clock-selection.c:
2975 * tests/check/generic/states.c: (setup), (teardown):
2976 * tests/check/libs/cddabasesrc.c:
2977 * tests/check/libs/video.c:
2978 * tests/check/pipelines/gio.c:
2979 * tests/check/pipelines/oggmux.c:
2980 * tests/check/pipelines/simple-launch-lines.c:
2981 (simple_launch_lines_suite):
2982 * tests/check/pipelines/streamheader.c:
2983 * tests/check/pipelines/theoraenc.c:
2984 * tests/check/pipelines/vorbisdec.c:
2985 * tests/check/pipelines/vorbisenc.c:
2986 * tests/examples/seek/scrubby.c:
2987 * tests/examples/seek/seek.c: (query_positions_elems),
2988 (query_positions_pads):
2989 * tests/icles/stress-xoverlay.c: (myclock):
2990 Correct all relevant warnings found by the sparse semantic code
2991 analyzer. This include marking several symbols static, using
2992 NULL instead of 0 for pointers and using "foo (void)" instead
2993 of "foo ()" for declarations.
2995 * win32/common/libgstrtp.def:
2996 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
2998 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3000 Patch by: José Alburquerque <jaalburqu svn gnome org>
3002 * gst/playback/gstplaybin2.c:
3003 Make the function signature of the _get_*_tags() functions match
3004 the signature of the vfuncs they implement, ie. return a
3005 GstTagList rather than a GstStructure, which is more correct,
3006 even if one is typedef'ed to the other (#518940).
3008 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3010 * gst-libs/gst/rtsp/gstrtspconnection.c:
3011 Don't include unix headers unconditionally (fixes #518037).
3013 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3015 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3016 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3017 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3018 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3019 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3020 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3021 (gst_video_format_is_packed), (video_format_is_packed):
3022 Add unit test that makes sure that the strides, offsets and
3023 sizes returned for the various YUV formats by the new video API
3024 match the old reference implementation in videotestsrc.
3026 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3028 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3029 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3030 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3031 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3032 (gst_video_format_get_pixel_stride),
3033 (gst_video_format_get_component_width),
3034 (gst_video_format_get_component_height),
3035 (gst_video_format_get_component_offset), (gst_video_format_get_size):
3036 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3037 (GST_VIDEO_FORMAT_Y42B):
3038 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3040 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
3042 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3043 YV12 is I420 with swapped components 1 and 2, so the offset of
3044 component 1 for I420 should be the offset for component 2 for YV12
3047 2008-02-29 Rene Stadler <mail@renestadler.de>
3049 * sys/v4l/gstv4lelement.c:
3050 Add missing semicolon to fix indentation.
3052 2008-02-29 Julien Moutte <julien@fluendo.com>
3054 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3055 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3056 if we can do SPDIF output.
3057 * ext/alsa/gstalsa.h:
3058 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3059 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3060 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3061 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3062 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3063 to support AC3, EC3 and IEC958 buffers.
3065 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
3067 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3068 (gst_mixer_message_parse_mute_toggled),
3069 (gst_mixer_message_parse_record_toggled),
3070 (gst_mixer_message_parse_volume_changed),
3071 (gst_mixer_message_parse_option_changed):
3072 De-cruft and fix message type assertions (NULL is not a really
3073 valid mixer message type string).
3075 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
3077 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3078 When negotiating, actually start from a format that we can support
3079 instead of from the too generic template.
3081 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
3083 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3086 * gst/playback/gstplaysink.c: (gst_play_sink_init),
3087 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3088 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3090 Implement vis switching while playing.
3092 2008-02-28 David Schleef <ds@schleef.org>
3094 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3096 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
3098 Patch by: Peter Kjellerstedt <pkj at axis com>
3100 * gst/tcp/Makefile.am:
3101 * gst/tcp/fdsetstress.c:
3102 * gst/tcp/gstfdset.c:
3103 * gst/tcp/gstfdset.h:
3104 Removed fdset and stress test, they are now known as GstPoll in
3107 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3108 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3109 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3110 (gst_multi_fd_sink_handle_client_write),
3111 (gst_multi_fd_sink_queue_buffer),
3112 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3113 (gst_multi_fd_sink_stop):
3114 * gst/tcp/gstmultifdsink.h:
3115 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3116 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3117 (gst_tcp_gdp_read_caps):
3119 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3120 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3121 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3122 * gst/tcp/gsttcpclientsink.h:
3123 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3124 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3125 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3126 * gst/tcp/gsttcpclientsrc.h:
3127 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3128 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3129 * gst/tcp/gsttcpserversink.h:
3130 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3131 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3132 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3133 * gst/tcp/gsttcpserversrc.h:
3134 Port to GstPoll. See #505417.
3136 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
3138 Patch by: Peter Kjellerstedt <pkj at axis com>
3140 * gst-libs/gst/rtsp/gstrtspconnection.c:
3141 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3142 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3143 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3144 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3145 (gst_rtsp_connection_flush):
3146 * gst-libs/gst/rtsp/gstrtspconnection.h:
3147 Use GstPoll for the rtsp connection. See #505417.
3149 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
3151 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3152 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3153 Add combo box for visualisations, populate it with a factory list
3154 of all visualisation plugins, configure vis plugin instance in
3157 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
3159 * tests/check/libs/rtp.c: (GST_START_TEST):
3160 Add check for RTP buffer defaults, padding and marker bit API.
3162 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
3164 * gst-libs/gst/cdda/sha1.c: (sha_transform):
3165 Use memcpy() instead of upcasting a byte array to long *. This
3166 fixes an unaligned memory access, resulting in SIGBUS on IA64.
3167 This should be ported to GCheckSum once we can use GLib 2.16.
3168 Partially fixes bug #500833.
3170 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
3172 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3173 Push tag event after the newsegment event. Log the pointer of
3174 the buffer we're actually going to push rather than the buffer
3175 we're feeding to _make_metadata_writable().
3177 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
3179 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3180 Comment smoke typefinder for now. The smokedec plugin needs one
3181 frame per buffer but we have no parser yet, thus it simply crashes
3184 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
3186 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3187 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3189 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
3191 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3193 Add midi typefinder, copied from the timidity plugin.
3195 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
3197 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3199 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3200 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3202 Forward slashes at the beginning and end of a line also signify
3203 italics (Fixes: #518162).
3205 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
3207 * tests/check/gst-plugins-base.supp:
3208 Add a suppression for a cached value in GIO that wasn't moved
3209 while moving gio from -bad to -base.
3211 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
3213 Patch by: Brian Cameron <brian dot cameron at sun dot com>
3216 Don't hardcode -Wall and -Werror for configure checks, this fails
3217 with non-GCC compilers. Fixes bug #517991.
3219 2008-02-21 Stefan Kost <ensonic@users.sf.net>
3221 * gst/audioconvert/gstaudioconvert.c:
3222 * gst/audioconvert/gstaudioquantize.c:
3223 * gst/audioconvert/gstaudioquantize.h:
3224 Make audioconvert gap aware. If noiseshaping is used, wait for
3225 noiseshaping to converge before marking as GAP. Fixes #517813.
3227 2008-02-21 Stefan Kost <ensonic@users.sf.net>
3229 * gst/audiotestsrc/gstaudiotestsrc.c:
3230 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3232 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
3234 * ext/gnomevfs/gstgnomevfssink.c:
3235 (gst_gnome_vfs_sink_handle_event):
3236 Return FALSE when seeking for a new segment fails instead
3237 of silently ignoring the failure and appending every buffer
3238 that comes for the new segment.
3240 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
3242 * gst/playback/gstplaysink.c: (find_property),
3243 (gst_play_sink_find_property), (gen_video_chain),
3244 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3245 Recursively search the sink element for a last-frame property so that we
3246 can also find the property in autovideosink and friends that don't
3247 always proxy the internal sink properties.
3249 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
3251 * gst-libs/gst/audio/multichannel.c:
3252 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3253 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3254 (gst_audio_set_structure_channel_positions_list),
3255 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3256 (gst_audio_fixate_channel_positions):
3257 Fix confusing terminology in docs and code: structure fields are
3258 'fields' and not 'properties'.
3260 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
3262 * gst-libs/gst/audio/multichannel.c:
3263 (gst_audio_check_channel_positions), (add_list_to_struct):
3264 Give more useful warning messages if one of the channel
3265 layout enums passed to us is invalid and if the "channels"
3266 field in the caps has a GType we don't expect.
3268 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
3270 * gst-libs/gst/audio/multichannel.c:
3271 Fix typo in docs blurb.
3273 2008-02-19 Julien Moutte <julien@fluendo.com>
3275 Patch by: Josep Torra Valles <josep@fluendo.com>
3277 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3278 typefind lookup to fix typefinding on HD clips.
3280 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
3282 * gst/playback/gstscreenshot.c:
3283 * gst/playback/gstscreenshot.h:
3284 Fix up copyright (I rewrote the GStreamer-0.10 code for
3285 this from scratch back in the days).
3287 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
3289 * gst/playback/Makefile.am:
3290 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3291 (create_element), (gst_play_frame_conv_convert):
3292 * gst/playback/gstscreenshot.h:
3293 Add screenshot conversion code from totem.
3295 * gst/playback/gstplay-marshal.list:
3296 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3297 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3298 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3299 Implement frame property to get a color-unconverted snapshot.
3300 Implement convert-frame action signal to get a converted snapshot image.
3301 Configure connection speed in uridecodebin.
3302 Document some more properties.
3304 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3305 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3306 (gst_play_sink_get_last_frame):
3307 * gst/playback/gstplaysink.h:
3308 Use last-buffer property of the video sink to get a video snapshot.
3310 * tests/examples/seek/seek.c: (shot_cb), (main):
3311 Add snapshot button for playbin2 and use the frame property to save the
3312 frame as a png in the current directory.
3314 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
3316 Patch by: Josep Torra Valles <josep at fluendo dot com>
3318 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3320 Add typefinding support for h264 elementary streams.
3323 2008-02-18 Stefan Kost <ensonic@users.sf.net>
3326 Require CVS of core for new API in collectpads.
3328 * gst/adder/gstadder.c:
3329 Use new API to make adder sparse stream aware.
3331 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
3333 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3335 Get the object data correct so that we can remove our channels
3338 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3339 (gen_vis_chain), (gst_play_sink_reconfigure),
3340 (gst_play_sink_request_pad):
3341 Add option to disable async behaviour in the sinks when possible. This
3342 makes it possible to avoid an audio queue when dealing with
3344 Add option to add a queue for the audio path.
3346 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3348 Disable the vis checkbox to match the defaults of playbin2.
3349 Only get the stream info when we need to.
3351 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
3353 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3354 (gst_gio_base_sink_set_stream):
3355 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3356 (gst_gio_base_src_set_stream):
3357 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3358 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3359 Don't use async operations as they require a running main loop.
3360 This makes us block again when closing streams and unable
3361 to mount the enclosing volume of an URI if it isn't yet.
3363 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
3365 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3366 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3367 (gen_vis_chain), (gst_play_sink_reconfigure),
3368 (gst_play_sink_request_pad):
3369 Move tee in front of the audio and vis pipelines.
3370 Add queue for audio for now.
3371 Add visualisation support.
3373 * tests/examples/seek/seek.c: (main):
3374 Visualisation is by default disabled.
3376 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
3378 * ext/gio/gstgiobasesink.c: (close_stream_cb):
3379 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3380 Improve debugging a bit.
3382 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3383 * ext/gio/gstgiosink.h:
3384 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3385 * ext/gio/gstgiosrc.h:
3386 Try to mount the enclosing volume of a GFile if it isn't mounted
3387 yet. This requires us to wait for an async operation to finish, done
3388 with an nested GMainLoop. Authentication is not supported yet, will
3391 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
3393 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3394 (gst_play_bin_set_property), (gst_play_bin_get_property),
3395 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
3396 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3397 (gst_play_sink_get_mute), (gen_audio_chain):
3398 * gst/playback/gstplaysink.h:
3401 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3402 (gst_selector_pad_chain):
3403 * gst/playback/gststreamselector.h:
3404 Make sure we forward the event only once.
3406 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
3407 Add and implement the mute button for playbin2.
3409 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
3411 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3413 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
3414 Add some more debug info.
3415 Make sure we never return a negative delay. Fixes #516246.
3417 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
3419 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
3420 Revert patch that makes the sink hold the object lock when
3421 calling snd_pcm_delay(), since it breaks playback for me.
3423 2008-02-12 Julien Moutte <julien@fluendo.com>
3425 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
3426 some seek flags when changing rate.
3428 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
3430 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3431 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3432 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3433 Fix potential leaks.
3435 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
3436 Fix leak when there is no function configured.
3438 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
3440 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
3441 (gst_v4lsrc_buffer_finalize):
3442 Correctly chain up the finalize method.
3444 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
3446 * ext/gio/gstgiostreamsink.c:
3447 * ext/gio/gstgiostreamsrc.c:
3448 Add documentation and example code for giostreamsink/giostreamsrc.
3450 * tests/check/pipelines/gio.c: (GST_START_TEST):
3451 Ask the GMemoryOutputStream for the data instead of assuming that
3452 the pointer to the data stayed the same. It could've been realloc'ed.
3454 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
3456 * ext/gio/gstgiosink.c:
3457 * ext/gio/gstgiosrc.c:
3458 Make the documentation of giosink/giosrc complete, large parts
3459 are based on the gnomevfssink/gnomevfssrc docs.
3461 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
3463 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3464 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3465 * docs/plugins/gst-plugins-base-plugins.args:
3466 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3467 * docs/plugins/gst-plugins-base-plugins.interfaces:
3468 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3469 * docs/plugins/gst-plugins-base-plugins.signals:
3470 * docs/plugins/inspect/plugin-adder.xml:
3471 * docs/plugins/inspect/plugin-audioconvert.xml:
3472 * docs/plugins/inspect/plugin-audiorate.xml:
3473 * docs/plugins/inspect/plugin-audioresample.xml:
3474 * docs/plugins/inspect/plugin-decodebin.xml:
3475 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3476 * docs/plugins/inspect/plugin-gdp.xml:
3477 * docs/plugins/inspect/plugin-gio.xml:
3478 * docs/plugins/inspect/plugin-gnomevfs.xml:
3479 * docs/plugins/inspect/plugin-libvisual.xml:
3480 * docs/plugins/inspect/plugin-ogg.xml:
3481 * docs/plugins/inspect/plugin-pango.xml:
3482 * docs/plugins/inspect/plugin-playback.xml:
3483 * docs/plugins/inspect/plugin-queue2.xml:
3484 * docs/plugins/inspect/plugin-subparse.xml:
3485 * docs/plugins/inspect/plugin-theora.xml:
3486 * docs/plugins/inspect/plugin-uridecodebin.xml:
3487 * docs/plugins/inspect/plugin-videorate.xml:
3488 * docs/plugins/inspect/plugin-videoscale.xml:
3489 * docs/plugins/inspect/plugin-volume.xml:
3490 * docs/plugins/inspect/plugin-vorbis.xml:
3491 Add the GIO documentation again and while at that run make update.
3493 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
3495 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
3496 * ext/alsa/gstalsasink.c: (set_swparams):
3497 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
3498 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
3499 against libasound >= 1.0.16, since it's been deprecated in
3500 0.10.16, and alignment is always 1 then, apparently. (#512899)
3502 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
3504 * gst/playback/gstplaybin.c: (gen_audio_element):
3505 * gst/playback/gstplaysink.c: (gen_audio_chain):
3506 Handle case where we can't create the volume element a bit
3509 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
3511 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
3512 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3513 Add support for https protocol. Fixes #510229.
3515 2008-02-11 Julien Moutte <julien@fluendo.com>
3517 Patch by: Alan Peevers <peeves@pacbell.net>
3519 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
3520 lock when calling alsa methods.
3522 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
3524 * gst/typefind/gsttypefindfunctions.c:
3525 Bump rank of jpeg and png typefinders, which will return maximum
3526 probability in the most common cases (thus short-circuiting more
3527 expensive typefinders like the mp3 one for these two quite common
3530 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
3532 * ext/theora/theoraparse.c:
3533 Fix long description of the theora parser to be more verbose than just
3536 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
3538 Patch by: Branko Čibej <brane at xbc dot nu>
3540 * sys/xvimage/xvimagesink.c:
3541 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
3544 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
3546 * gst/playback/gstplaybasebin.c:
3547 Set is_dynamic as True if there are elements with both request
3548 and sometimes src pad templates instead of breaking out when it
3549 finds the first pad template that is a src.
3551 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
3553 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
3554 (update_streams), (video_combo_cb), (audio_combo_cb),
3555 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
3556 Add some stream switching and volume gui for playbin2.
3558 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
3560 * gst/playback/gstplay-marshal.list:
3561 Added marshal for streamselector Tags.
3563 * gst/playback/gstplaybasebin.c: (set_active_source):
3564 Streamselector now selects pads based on the pad object instead of its
3567 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3568 (init_group), (gst_play_bin_init), (get_group), (get_tags),
3569 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
3570 (gst_play_bin_get_text_tags),
3571 (gst_play_bin_set_current_video_stream),
3572 (gst_play_bin_set_current_audio_stream),
3573 (gst_play_bin_set_current_text_stream),
3574 (gst_play_bin_set_property), (gst_play_bin_get_property),
3575 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
3576 Remove option to mute streams with the current-a/v/t property, we have
3577 this functionality in the flags.
3578 Add signals to notify when the number of A/V/T channels changed.
3579 Add action signals to get tags for the A/V/T streams.
3580 Implement setting the current A/V/T stream.
3581 Rearrange some things to simplify stream selection.
3584 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
3585 (gst_play_sink_get_volume), (gst_play_sink_set_property),
3586 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
3587 (activate_vis), (gst_play_sink_reconfigure):
3588 * gst/playback/gstplaysink.h:
3589 Add and implement volume setting methods.
3591 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3592 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
3593 (gst_selector_pad_event), (gst_stream_selector_class_init),
3594 (gst_stream_selector_init), (gst_stream_selector_finalize),
3595 (gst_stream_selector_set_property),
3596 (gst_stream_selector_get_property),
3597 (gst_stream_selector_get_linked_pad),
3598 (gst_stream_selector_request_new_pad):
3599 * gst/playback/gststreamselector.h:
3600 Add pad properties for tags and status of pads.
3602 Make active pad selection based on pad object instead of name.
3604 2008-02-08 Stefan Kost <ensonic@users.sf.net>
3607 Revert last change as we now check in gtk-doc.m4 for sed.
3609 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
3612 Find and subst SED when building the docs.
3614 2008-02-08 Julien Moutte <julien@fluendo.com>
3616 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
3617 (main): Make sure bus signals are reconnected when pressing STOP
3618 and then PLAY again for a parse launch pipeline. Fix a ref leak
3620 * win32/common/config.h: Updated.
3622 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
3625 Make DISABLE_DEPRECATED defined *only* during CVS, not during
3626 pre-releases or releases.
3628 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
3631 * ext/gio/Makefile.am:
3632 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
3635 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3637 * docs/plugins/Makefile.am:
3638 Add the headers which need scanning for the GIO plugin. The rest of
3639 the docs still need migrating.
3641 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3644 * tests/check/Makefile.am:
3645 * tests/check/pipelines/.cvsignore:
3646 Add gio in a few more places.
3648 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3652 * tests/check/Makefile.am:
3653 Move gio plugin from -bad and mark as experimental.
3655 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
3657 * gst-libs/gst/interfaces/mixeroptions.c:
3658 * gst-libs/gst/interfaces/mixertrack.c:
3659 Comment out a couple of other things which break the build when
3660 GST_DISABLE_DEPRECATED isn't on but -Werror is.
3662 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
3664 * docs/libs/gst-plugins-base-libs-sections.txt:
3667 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
3669 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3670 Fix compiler warning.
3672 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
3674 Patch by: Peter Kjellerstedt <pkj at axis com>
3676 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3677 Clear the addrinfo struct using memset. Fixes #514937.
3679 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
3681 * gst/tcp/gstfdset.h:
3682 Remove unused field to same some memory.
3684 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3685 Mark action signals as such.
3687 2008-02-06 Michael Smith <msmith@fluendo.com>
3689 * ext/theora/theoradec.c: (_theora_granule_frame),
3691 Increment granulepos for new-bitstream versions appropriately.
3694 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
3696 * tests/examples/seek/seek.c: (do_seek),
3697 (rate_spinbutton_changed_cb), (update_streams), (main):
3698 Remove obsolete stream_time reset after flushing seek, core does that
3700 Improve accuracy of speed spinbutton.
3701 Only do playbin2 stuff when we actually use it.
3703 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
3705 * tests/check/Makefile.am:
3706 Revert previous change of the test environment's GST_PLUGIN_PATH.
3707 The problem is not with the plugins, but with element factories
3708 and only occurs if elements are split out from existing plugins
3709 or if plugins change name (see #512740).
3711 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
3713 * tests/check/Makefile.am:
3714 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
3715 with the core's plugins first and our local build directories last,
3716 since we might be building against an installed core, and that
3717 core's plugin directory may contain older or other versions of
3718 our own -base plugins, but we really do want to test our local
3719 ones (if there are multiple plugins or element factories with the
3720 same name, those inspected last will trump those read in earlier).
3721 Fixes #512740 for the most part.
3723 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
3726 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3727 Use gmtime_r if available as gmtime is not MT-safe.
3730 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
3732 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3733 Cast glong to time_t as time_t might have a different type on
3734 other platforms, like FreeBSD, and we get a compiler warning
3735 otherwise. Fixes bug #511825.
3737 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
3739 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3740 (get_group), (get_n_pads), (gst_play_bin_get_property),
3741 (pad_added_cb), (no_more_pads_cb), (perform_eos),
3742 (autoplug_select_cb), (deactivate_group):
3743 Remove stream-info, we going for something easier.
3744 Refactor getting the current group.
3745 Implement getting the number of audio/video/text streams.
3747 * gst/playback/gststreamselector.c:
3748 (gst_stream_selector_class_init), (gst_stream_selector_init),
3749 (gst_stream_selector_get_property),
3750 (gst_stream_selector_request_new_pad),
3751 (gst_stream_selector_release_pad):
3752 * gst/playback/gststreamselector.h:
3753 Add property for number of pads.
3755 * tests/examples/seek/seek.c: (set_scale), (update_flag),
3756 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
3757 (text_toggle_cb), (update_streams), (msg_async_done),
3758 (msg_state_changed), (main):
3759 Block slider callback when updating the slider position.
3760 Add gui elements for controlling playbin2.
3761 Add callback for async_done that updates position/duration.
3763 2008-02-01 Stefan Kost <ensonic@users.sf.net>
3765 * docs/plugins/Makefile.am:
3766 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3767 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3768 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3769 * docs/plugins/gst-plugins-base-plugins.interfaces:
3770 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3771 First round of plugin docs cleansups.
3773 * docs/plugins/inspect/plugin-adder.xml:
3774 * docs/plugins/inspect/plugin-alsa.xml:
3775 * docs/plugins/inspect/plugin-audioconvert.xml:
3776 * docs/plugins/inspect/plugin-audiorate.xml:
3777 * docs/plugins/inspect/plugin-audioresample.xml:
3778 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3779 * docs/plugins/inspect/plugin-cdparanoia.xml:
3780 * docs/plugins/inspect/plugin-decodebin.xml:
3781 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3782 * docs/plugins/inspect/plugin-gdp.xml:
3783 * docs/plugins/inspect/plugin-gnomevfs.xml:
3784 * docs/plugins/inspect/plugin-libvisual.xml:
3785 * docs/plugins/inspect/plugin-ogg.xml:
3786 * docs/plugins/inspect/plugin-pango.xml:
3787 * docs/plugins/inspect/plugin-subparse.xml:
3788 * docs/plugins/inspect/plugin-tcp.xml:
3789 * docs/plugins/inspect/plugin-theora.xml:
3790 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3791 * docs/plugins/inspect/plugin-video4linux.xml:
3792 * docs/plugins/inspect/plugin-videorate.xml:
3793 * docs/plugins/inspect/plugin-videoscale.xml:
3794 * docs/plugins/inspect/plugin-videotestsrc.xml:
3795 * docs/plugins/inspect/plugin-volume.xml:
3796 * docs/plugins/inspect/plugin-vorbis.xml:
3797 * docs/plugins/inspect/plugin-ximagesink.xml:
3798 * docs/plugins/inspect/plugin-xvimagesink.xml:
3801 * ext/ogg/Makefile.am:
3802 * ext/ogg/gstoggmux.c:
3803 * ext/ogg/gstoggmux.h:
3804 Add header for oggmux. the c-file needs a doc blob still.
3806 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
3808 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3810 * gst-libs/gst/rtp/gstrtpbuffer.c:
3811 (gst_rtp_buffer_set_extension_data):
3812 * gst-libs/gst/rtp/gstrtpbuffer.h:
3813 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3814 Add gst_rtp_buffer_set_extension_data()
3815 Add a unit test for this addition. Fixes #511478.
3816 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
3818 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3823 === release 0.10.17 ===
3825 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3828 releasing 0.10.17, "Peanut Butter and Jelly"
3830 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3832 * gst-libs/gst/interfaces/mixeroptions.c:
3833 * gst-libs/gst/interfaces/mixertrack.c:
3834 Also remove the conditional registration of the signals
3835 that disappeared with the ABI change in 0.10.14
3837 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3839 * gst-libs/gst/rtsp/gstrtspconnection.c:
3840 Revert patch to gstrtspconnection.c for brown paper bag
3841 release of -base. Re-opens: #511825
3843 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
3845 * gst-libs/gst/interfaces/mixeroptions.h:
3846 * gst-libs/gst/interfaces/mixertrack.h:
3847 Change the way these deprecated function pointers are removed
3848 so that the compiled ABI is unconditionally smaller. This
3849 sets in stone an ABI break that actually occurred when the
3850 things were deprecated in 0.10.14, which seems to be the best
3851 fix as the only known users are oss-mixer and sunaudio-mixer in
3855 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
3857 * win32/common/libgstpbutils.def:
3858 Export the two new _get_type() functions which are needed
3859 by the python bindings.
3861 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
3863 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3864 Cast glong to time_t as time_t might have a different type on
3865 other platforms, like FreeBSD, and we get a compiler warning
3866 otherwise. Fixes bug #511825.
3868 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
3870 * gst-libs/gst/audio/gstaudiofilter.c:
3871 (gst_audio_filter_class_init):
3872 Initialize the GstRingerBuffer class to get it's debug category
3873 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
3874 category and otherwise we get some g_critical(). Fixes bug #512334.
3876 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
3881 === release 0.10.16 ===
3883 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
3886 releasing 0.10.16, "Scheduled Interruption"
3888 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
3890 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3892 * gst-libs/gst/rtp/gstrtpbuffer.c:
3893 (gst_rtp_buffer_get_extension_data):
3894 Fix typos and wrong extension check. Fixes #511274.
3896 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
3899 Oops - add new sk.po mentioned in the LINGUAS I just committed
3901 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
3904 Add ca translation to the disted list.
3906 * win32/vs6/libgstsdp.dsp:
3907 Convert line endings to CRLF
3909 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
3912 Add win32/vs6/libgstrtsp.dsp to MANIFEST
3914 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
3916 * win32/common/libgstsdp.def:
3917 * win32/common/libgstvideo.def:
3918 Add new API declarations
3920 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
3922 * ext/theora/gsttheoradec.h:
3923 * ext/theora/gsttheoraparse.h:
3924 * ext/theora/theoradec.c:
3925 * ext/theora/theoraparse.c:
3926 Take a 2nd stab at handling libtheora granulepos changes in the decoder
3927 and parser by inspecting the bitstream version of the incoming data.
3929 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
3932 * pkgconfig/Makefile.am:
3933 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
3934 * pkgconfig/gstreamer-audio.pc.in:
3935 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
3936 * pkgconfig/gstreamer-cdda.pc.in:
3937 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
3938 * pkgconfig/gstreamer-fft.pc.in:
3939 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
3940 * pkgconfig/gstreamer-floatcast.pc.in:
3941 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3942 * pkgconfig/gstreamer-interfaces.pc.in:
3943 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
3944 * pkgconfig/gstreamer-netbuffer.pc.in:
3945 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
3946 * pkgconfig/gstreamer-pbutils.pc.in:
3947 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
3948 * pkgconfig/gstreamer-riff.pc.in:
3949 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
3950 * pkgconfig/gstreamer-rtp.pc.in:
3951 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
3952 * pkgconfig/gstreamer-rtsp.pc.in:
3953 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
3954 * pkgconfig/gstreamer-sdp.pc.in:
3955 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
3956 * pkgconfig/gstreamer-tag.pc.in:
3957 * pkgconfig/gstreamer-video-uninstalled.pc.in:
3958 * pkgconfig/gstreamer-video.pc.in:
3959 Provide one pkg-config file for every gst-plugins-base library.
3960 This makes linking to those libraries much more intuitive and
3961 provides standard pkg-config behaviour for them. Fixes bug #499697.
3963 2008-01-13 David Schleef <ds@schleef.org>
3965 * gst/videoscale/vs_4tap.c:
3966 Fix valgrind error on 4tap scaling method.
3968 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
3970 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3971 Include Winsock2.h for VS6 and use a different way initialize
3972 hints structure so it can build with VS6.
3974 * win32/vs6/libgstsdp.dsp:
3975 * win32/common/libgstsdp.def:
3976 Add new files for libgstsdp.
3977 * win32/vs6/grammar.dsp:
3978 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
3979 * win32/vs6/gst_plugins_base.dsw:
3980 * win32/vs6/libgstdecodebin.dsp:
3981 * win32/vs6/libgstdecodebin2.dsp:
3982 * win32/vs6/libgstplaybin.dsp:
3983 * win32/vs6/libgstvolume.dsp:
3984 Add new dependencies to the link list.
3986 2008-01-13 Julien Moutte <julien@fluendo.com>
3988 * win32/common/config.h:
3989 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
3990 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
3991 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
3992 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
3993 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
3994 * win32/common/interfaces-enumtypes.c:
3995 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3996 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
3997 (gst_mixer_track_flags_get_type),
3998 (gst_tuner_channel_flags_get_type):
3999 * win32/common/multichannel-enumtypes.c:
4000 (gst_audio_channel_position_get_type):
4001 * win32/common/pbutils-enumtypes.c:
4002 (gst_install_plugins_return_get_type):
4003 * win32/common/pbutils-enumtypes.h: Update/Add generated files
4004 in the win32 build directory.
4006 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4008 * tests/check/Makefile.am:
4009 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4011 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4012 * tests/check/elements/playbin.c:
4013 * tests/check/libs/mixer.c: (test_element_interface_supported),
4014 (gst_implements_interface_init):
4015 * tests/check/libs/rtp.c: (GST_START_TEST):
4016 Fix various assignment type mismatches.
4018 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4021 * gst-libs/gst/rtsp/Makefile.am:
4022 Add test to see if hstrerror is available or if we need libresolv
4023 (Solaris) for it, then use it in libgstrtsp.
4025 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
4027 * gst-libs/gst/tag/Makefile.am:
4028 Fix include path order
4030 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
4032 * gst-libs/gst/pbutils/install-plugins.c:
4033 (gst_install_plugins_context_copy),
4034 (gst_install_plugins_context_get_type):
4035 * gst-libs/gst/pbutils/install-plugins.h:
4036 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4039 2008-01-11 Michael Smith <msmith@fluendo.com>
4041 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4042 (_theora_granule_frame), (_theora_granule_start_time),
4043 (theora_dec_sink_convert), (theora_dec_decode_buffer):
4044 Adapt for post-alpha meaning of granulepos, when we
4045 have a newer version of libtheora.
4046 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4047 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4048 (theora_enc_is_discontinuous), (theora_enc_chain):
4050 * tests/check/Makefile.am:
4051 Link libtheora into theoraenc test so we can check which version of
4052 libtheora we're testing against.
4053 * tests/check/pipelines/theoraenc.c: (check_libtheora),
4054 (check_buffer_granulepos),
4055 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4057 Adapt tests to check the values that are now defined for theora; make
4058 the tests backwards-adapt the passed values if we're running against an
4062 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
4064 * gst-libs/gst/audio/gstbaseaudiosink.c:
4065 (gst_base_audio_sink_class_init):
4066 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4067 (gst_base_audio_src_class_init):
4068 Ref audio clock class from a thread-safe context to make sure
4069 we're not bit by GObjects lack of thread-safety here (#349410),
4070 however unlikely that may be in practice.
4072 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
4075 Add -Wno-portability to the automake parameters to stop warnings
4076 about GNU make extensions being used. We require GNU make in almost
4077 every Makefile anyway.
4080 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4081 at the same time is required for per target flags.
4083 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
4085 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4086 Post an error message if we can't pull as many bytes as we need
4087 for the tag. This makes sure the user gets to see a proper error
4088 message if a file with a partial ID3 tag is fed to decodebin, and
4089 not a 'no ID3 tag demuxer' error, which would be confusing
4092 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
4094 * gst-libs/gst/pbutils/descriptions.c: (formats):
4095 Add description strings for ID3, APE, and ICY tags.
4097 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
4099 * gst/playback/gstdecodebin.c: (try_to_link_1):
4100 Make sure we error out correctly if we can't activate one of
4101 the elements we've added. Fixes #508138.
4103 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
4105 Patch by: Bastien Nocera <hadess at hadess net>
4107 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4108 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4109 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4110 the volume is the same for all channels. This works around
4111 some problem in alsa that leaves us with inconsistent state
4112 for some reason (#486840).
4114 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
4116 Patch by: Jerone Young <jerone at gmail com>
4118 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4119 If there's no mixer track by the name of 'Master' or 'Front',
4120 check if there's one called 'PCM' before trying the generic
4121 fallback logic (fixes #506928, where we pick 'Mic' as master
4122 track for the AD1984 card in a Thinkpad T61/X61 laptop).
4124 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
4126 * gst/playback/gstplay-enum.c:
4127 (register_gst_autoplug_select_result),
4128 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4129 (gst_play_flags_get_type):
4130 * gst/playback/gstplay-enum.h:
4131 Add enums for configuration flags.
4133 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4134 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4135 (gst_play_bin_get_property), (no_more_pads_cb),
4136 (autoplug_select_cb), (gst_play_bin_change_state):
4137 Merge mode with flags.
4138 Add more property getters/setters, defaults and docs.
4139 Add properties to get number of audio/video/text streams.
4140 Create sink object in _init so that we can always rely on it being
4143 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4144 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4145 (activate_vis), (gst_play_sink_reconfigure),
4146 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4147 (gst_play_sink_change_state):
4148 * gst/playback/gstplaysink.h:
4149 Use flags to configure the sink pipelines.
4150 Add tee before audio pipeline so that we can use it for visualisations.
4151 Start working on integrating visualisations.
4152 Remove mode, we can do everything with the flags now.
4153 Add method to configue the sink pipeline.
4155 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
4157 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4158 (check_buffer_timestamp), (check_buffer_duration):
4159 Turn these functions into macros so we can see right away
4160 where the failure occured.
4162 2008-01-05 Julien Moutte <julien@fluendo.com>
4164 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4165 debugging information to understand how X calculates the stride
4168 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
4170 * gst/volume/Makefile.am:
4171 * gst/volume/gstvolume.c: (volume_choose_func),
4172 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4174 * gst/volume/gstvolume.h:
4175 Use GstAudioFilter as base class for the volume element instead of
4176 plain GstBaseTransform.
4178 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
4180 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4181 Don't set element details for the abstract GstAudioFilter class.
4183 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
4185 * gst-libs/gst/audio/gstaudiofilter.c:
4186 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4187 Implement get_unit_size() vmethod of GstBaseTransform.
4189 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
4191 * gst-libs/gst/pbutils/Makefile.am:
4192 * gst-libs/gst/pbutils/pbutils.h:
4193 Use glib-enum generator to have a proper enum GType for
4194 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4196 2007-12-31 David Schleef <ds@schleef.org>
4198 * tests/check/Makefile.am:
4199 * tests/check/pipelines/theoraenc.c:
4200 Reenable theoraenc test, which fails on the buildbot but
4203 2007-12-31 David Schleef <ds@schleef.org>
4205 * docs/libs/.cvsignore:
4206 * docs/plugins/.cvsignore:
4207 Add *-undeclared.txt to fix buildbot.
4209 2007-12-31 David Schleef <ds@schleef.org>
4211 * tests/check/Makefile.am:
4212 Second attempt at disabling theoraenc test long enough to
4213 get buildbot to compile -base.
4215 2007-12-31 David Schleef <ds@schleef.org>
4217 * tests/check/pipelines/theoraenc.c:
4218 Disable theoraenc test long enough to get the buildbot to
4219 compile a recent -base.
4221 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
4223 * tests/examples/seek/seek.c: (stop_cb):
4224 Make sure we reset the slider value to 0.0 without racing against a
4225 possible g_idle that sets it to something else.
4227 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
4229 * sys/ximage/ximagesink.c:
4232 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
4234 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4235 * gst-libs/gst/rtsp/gstrtspdefs.h:
4236 Add Location header so that we can start implementing redirects.
4239 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
4241 * gst/subparse/gstssaparse.c:
4244 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
4246 * gst/subparse/gstssaparse.c:
4247 remove duplicate log message
4249 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
4251 * ext/libvisual/visual.c: (gst_visual_chain):
4252 Fix 'xyz may be used uninitialized' compiler warnings caused
4253 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4254 abort() in any case but properly report the error.
4256 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
4258 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4259 (gst_play_bin_finalize), (gst_play_bin_set_uri),
4260 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4261 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4262 (autoplug_select_cb), (activate_group), (deactivate_group),
4263 (setup_next_source), (save_current_group),
4264 (gst_play_bin_change_state):
4266 Remove next-uri, we can use the uri property just fine.
4268 Unref uridecodebin when switching.
4271 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4272 (gst_play_sink_init), (gst_play_sink_dispose),
4273 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4274 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4275 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4276 (gst_play_sink_set_property), (gst_play_sink_get_property),
4277 (gen_video_chain), (gen_text_element), (gen_audio_chain),
4278 (gen_vis_element), (gst_play_sink_get_mode),
4279 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4280 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4281 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4282 (gst_play_sink_change_state):
4283 * gst/playback/gstplaysink.h:
4284 Add some locking to make things threadsafe.
4286 * gst/playback/test7.c: (about_to_finish_cb):
4289 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
4291 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4292 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4293 (gst_video_scale_transform):
4294 Don't claim to be able to handle/transform caps that can't really
4295 be handled by the currently selected scaling method (here: RGB or
4296 packed YUV with 4-tap method). Also add locking to method property.
4298 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4299 (test_basetransform_based):
4300 Some test pipelines for the above (not entirely valgrind clean yet
4303 2007-12-21 David Schleef <ds@schleef.org>
4305 * gst-libs/gst/video/video.c:
4306 * gst-libs/gst/video/video.h:
4307 Add additional RGBA and RGB-24 video formats.
4309 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
4311 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4312 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4313 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4314 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4315 (cddabasesrc_suite):
4316 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4317 deprecated in the future (see #498924).
4319 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
4321 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4324 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
4326 * gst-libs/gst/riff/riff-read.c:
4327 Use GST_ROUND_UP_2 macro
4329 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
4331 * gst/playback/.cvsignore:
4334 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
4336 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4337 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4338 (set_active_source):
4339 * gst/playback/gstplaybasebin.h:
4340 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4341 (setup_sinks), (playbin_set_subtitles_visible):
4342 Make switching off of subtitles work. To avoid all kind of
4343 problems with unlinking of the subtitle input, we just keep
4344 the subtitle inputs linked as they are and tell textoverlay
4345 not to render them. Fixes #373011.
4346 Other subtitle switching issues (esp. when there are both
4347 external and in-stream subtitles) remain. They'll be solved
4350 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
4352 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4353 Init the pad segment too.
4355 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
4357 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4358 (gst_audioringbuffer_open_device),
4359 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4360 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4361 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4362 (gst_audio_sink_create_ringbuffer):
4363 Improve debug output.
4365 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4366 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4367 Prevent some functions from doing things and failing when the
4368 ringbuffer is not yet acquired.
4370 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
4372 * gst-libs/gst/interfaces/interfaces.h:
4373 Also remove interfaces.h from CVS as it is not needed anymore.
4375 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
4377 * gst-libs/gst/interfaces/Makefile.am:
4378 interfaces.h is not used anymore so remove it from the build
4381 2007-12-17 David Schleef <ds@schleef.org>
4383 * gst/videotestsrc/gstvideotestsrc.c:
4384 * gst/videotestsrc/gstvideotestsrc.h:
4385 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
4386 for testing vertical refresh synchronization.
4388 2007-12-17 David Schleef <ds@schleef.org>
4390 * docs/libs/gst-plugins-base-libs-sections.txt:
4391 * gst-libs/gst/video/video.c:
4392 * gst-libs/gst/video/video.h:
4393 Add new GstVideFormat enum and write a bunch of helper functions
4396 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
4399 Use new common/win32.mak.
4401 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
4403 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4404 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4406 When going from PLAYING to PAUSED, pause the ringbuffer before calling
4407 the parent state change function, just like the audiosink, because the
4408 parent waits for the element to finish its processing before completing
4409 the state change. This makes going to PAUSED a lot snappier.
4410 When going from READY to PAUSED, don't allow the ringbuffer to start
4413 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
4415 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4416 Yet another fix for broken software that produce files with an empty
4417 blockalign field. Instead of completely failing, make a second attempt
4418 at guessing the width/depth by looking at strf->size.
4420 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
4422 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
4423 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
4424 * gst-libs/gst/pbutils/install-plugins.c:
4425 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
4426 * gst-libs/gst/pbutils/missing-plugins.c:
4427 (gst_missing_plugin_message_get_installer_detail),
4428 (gst_missing_encoder_installer_detail_new):
4429 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
4430 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4431 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
4432 avoid compiler warnings (#503930).
4434 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
4436 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4437 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
4438 for jpeg video streams.
4439 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
4440 for the above modification.
4442 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
4444 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
4445 (gst_x_overlay_handle_events):
4446 More guards (we don't want klass to end up being NULL).
4448 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
4451 * gst/volume/gstvolume.c: (gst_volume_init):
4452 Use new gst_base_transform_set_gap_aware() function as volume
4453 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
4456 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
4458 * tests/examples/seek/seek.c: (msg_segment_done), (main):
4459 Don't go to READY on EOS as this avoids testing of seeking and
4460 restarting after EOS, use the stop button when you want to READY.
4461 Don't try to do a flushing seek in segment-done, it does not make
4462 sense to use this for gapless playback and is not needed.
4464 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
4466 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
4467 (reset_rate_timer), (update_in_rates), (update_out_rates),
4468 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4469 (gst_queue_chain), (gst_queue_loop):
4470 Use separate timers for input and output rates.
4471 Pause measuring the output rate when we block for more data.
4474 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
4476 * gst/playback/gstqueue2.c: (gst_queue_chain):
4477 Pause the timer to measure the input rate when we block because the
4478 queue is filled. See #503262.
4480 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
4482 Patch by: Peter Kjellerstedt <pkj at axis com>
4484 * gst-libs/gst/rtsp/gstrtspconnection.c:
4485 (gst_rtsp_connection_free):
4486 Close control sockets. Fixes #503440.
4488 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
4490 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
4491 Expose the right pad in the right place with the right element.
4493 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
4495 * gst-libs/gst/pbutils/descriptions.c: (formats):
4496 Add description for 'private' dts caps (who come up with that name?).
4498 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
4501 Add check-exports target and run it with 'make check'.
4504 Be stricter about what we export in our libraries: change regexp so that
4505 we only export _gst_foo(), but not __gst_foo().
4507 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
4508 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
4509 Change internal functions to __gst_foo so they dont' get exported.
4511 * win32/common/libgstaudio.def:
4512 Add missing symbols.
4514 2007-12-11 David Schleef <ds@schleef.org>
4516 * ChangeLog: remove conflict markers
4518 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
4520 * ext/gnomevfs/Makefile.am:
4521 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
4522 Use gst_tag_freeform_string_to_utf8() here, which also takes
4523 into account any character sets specified by the user via
4524 environment variables.
4526 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
4528 * gst/audioconvert/Makefile.am:
4531 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
4533 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4534 No need for floating point operations here. avoids having to link
4535 against the math library too.
4537 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
4539 * gst-libs/gst/pbutils/descriptions.c: (formats),
4540 (format_info_get_desc):
4541 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
4543 Add one or two missing formats. Generate ADPCM description
4544 dynamically depending on layout/format.
4546 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
4549 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
4551 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
4553 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
4555 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
4556 Some .srt files start with chunk number 0 and not chunk number 1,
4557 recognise and accept those as well (fixes #502497).
4559 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
4561 Add unit test for the above.
4563 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
4565 * gst/playback/gstplay-enum.c:
4566 (register_gst_autoplug_select_result),
4567 (gst_autoplug_select_result_get_type):
4568 * gst/playback/gstplay-enum.h:
4571 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
4573 * gst/playback/Makefile.am:
4574 Group decodebin2 and uridecodebin into the same plugin so that they
4575 can share the GEnumType.
4577 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
4578 (_gst_select_accumulator), (gst_decode_bin_class_init),
4579 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
4580 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
4581 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
4582 Add signal to sort factories instead of the more awkward autoplug-select
4584 Modify autoplug_select so that we can try, skip or expose the
4585 autopluggin of an element on a pad.
4587 * gst/playback/gstfactorylists.c: (compare_ranks),
4588 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
4589 (element_filter), (gst_factory_list_get_elements),
4590 (gst_factory_list_debug), (gst_factory_list_filter):
4591 * gst/playback/gstfactorylists.h:
4592 Simplify the API, allow getting elements based on mask.
4594 * gst/playback/gstplay-marshal.list:
4595 Add some more marshallers.
4597 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
4598 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
4599 (autoplug_select_cb), (activate_group):
4600 Add support for managing non-raw sinks by providing a custom element and
4601 sink list to decodebin2.
4602 Try to plug non-raw sinks when decodebin2 using autoplug-select of
4605 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4606 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
4607 * gst/playback/gstplaysink.h:
4608 Add support for raw and non-raw sinks.
4609 Add support to force sinks selected by playbin2.
4610 Don't plug raw converters for non-raw sinks.
4612 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
4613 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
4614 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
4616 Use right accumulators.
4619 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
4621 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4622 Use runnning time as the base time instead of the timestamp.
4623 Spotted by Saur on IRC.
4625 2007-12-03 Edward Hervey <bilboed@bilboed.com>
4627 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4628 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
4630 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
4632 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
4633 (gst_ogg_demux_read_chain):
4634 If we find a new serial number but it does not contain a BOS page, make
4635 sure we initialize the chain to NULL because else we will try to scan it
4636 and crash. Fixes #500763
4638 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
4640 * gst/playback/Makefile.am:
4641 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
4642 (get_feature_array), (decoders_filter), (sinks_filter),
4643 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
4644 (gst_factory_list_filter):
4645 * gst/playback/gstfactorylists.h:
4646 Refactor some common code to filter factories and check caps compat.
4648 * gst/playback/gstdecodebin.c:
4649 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4650 (gst_decode_bin_init), (gst_decode_bin_dispose),
4651 (gst_decode_bin_autoplug_continue),
4652 (gst_decode_bin_autoplug_factories),
4653 (gst_decode_bin_autoplug_select), (analyze_new_pad),
4655 * gst/playback/gstplaybin.c:
4656 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4657 (gst_play_bin_init), (gst_play_bin_finalize),
4658 (autoplug_factories_cb), (activate_group):
4659 * gst/playback/gstqueue2.c:
4660 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
4661 (proxy_autoplug_continue_signal),
4662 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4663 (proxy_drained_signal):
4664 Add some more debug info and use factor filtering code.
4666 2007-11-26 Stefan Kost <ensonic@users.sf.net>
4668 * gst/audiotestsrc/gstaudiotestsrc.c:
4669 * gst/volume/gstvolume.c:
4670 * gst/volume/gstvolume.h:
4671 Add GAP-flag support.
4673 2007-11-24 Julien MOUTTE <julien@moutte.net>
4675 * tests/examples/seek/seek.c: (main): Increase the range of the
4676 rate selector as I would like to test QOS behavior at higher
4677 forward and reverse playback speed like say 64x.
4679 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
4681 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4682 (audioresample_query), (audioresample_query_type),
4683 (gst_audioresample_set_property):
4684 Implement latency query.
4686 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
4688 * gst-libs/gst/audio/gstbaseaudiosink.c:
4689 (gst_base_audio_sink_drain):
4690 Our EOS time contains the base_time, _wait_eos() expects a running_time
4691 so we have to subtract the base_time again before calling the function.
4692 This fixes an EOS regression where the base_time was added twice and EOS
4693 took longer and longer in certain situations.
4696 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
4698 * docs/libs/gst-plugins-base-libs-sections.txt:
4699 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4700 (gst_base_audio_sink_set_provide_clock),
4701 (gst_base_audio_sink_get_provide_clock),
4702 (gst_base_audio_sink_set_slave_method),
4703 (gst_base_audio_sink_get_slave_method),
4704 (gst_base_audio_sink_set_property),
4705 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
4706 (gst_base_audio_sink_none_slaving),
4707 (gst_base_audio_sink_handle_slaving):
4708 * gst-libs/gst/audio/gstbaseaudiosink.h:
4709 Expose methods for some object properties so that subclasses can more
4710 easily configure them.
4711 Added slave method none, that completely disables slaving to the
4713 API: gst_base_audio_sink_set_provide_clock()
4714 API: gst_base_audio_sink_get_provide_clock()
4715 API: gst_base_audio_sink_set_slave_method()
4716 API: gst_base_audio_sink_get_slave_method()
4718 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4719 (gst_base_audio_src_set_provide_clock),
4720 (gst_base_audio_src_get_provide_clock),
4721 (gst_base_audio_src_set_property),
4722 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
4723 * gst-libs/gst/audio/gstbaseaudiosrc.h:
4724 Expose methods for some object properties so that subclasses can more
4725 easily configure them.
4726 API: gst_base_audio_src_set_provide_clock()
4727 API: gst_base_audio_src_get_provide_clock()
4729 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
4731 Patch by: Joe Peterson <lavajoe at gentoo dot org>
4733 * gst-libs/gst/sdp/gstsdpmessage.c:
4734 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
4736 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
4738 * tests/check/libs/fft.c: (GST_START_TEST):
4739 Fix scaling to really have dB instead of something else.
4741 2007-11-19 Julien MOUTTE <julien@moutte.net>
4743 * tests/examples/seek/seek.c: (main): There's a nice macro to check
4744 GTK version, use it.
4746 2007-11-19 Julien MOUTTE <julien@moutte.net>
4748 * tests/examples/seek/seek.c: (main): Try to support stable version
4751 2007-11-17 Stefan Kost <ensonic@users.sf.net>
4753 * gst/playback/README:
4754 * gst/playback/test7.c:
4755 Fix the build + little README update.
4757 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4759 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
4760 Add playbin2 seek pipeline.
4762 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4764 * gst/playback/Makefile.am:
4765 * gst/playback/gstplayback.c: (plugin_init):
4766 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
4767 (eos_cb), (about_to_finish_cb), (main):
4769 Added gapless playback example.
4771 * gst/playback/gstplaybasebin.c:
4772 * gst/playback/gstplaybasebin.h:
4773 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
4774 * gst/playback/gstqueue2.c:
4775 * gst/playback/test.c:
4776 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4778 * gst/playback/gststreaminfo.h:
4781 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
4782 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
4783 (gst_play_bin_dispose), (gst_play_bin_set_uri),
4784 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4785 (gst_play_bin_get_property), (gst_play_bin_handle_message),
4786 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
4787 (drained_cb), (unlink_group), (activate_group),
4788 (setup_next_source), (gst_play_bin_change_state),
4789 (gst_play_bin2_plugin_init):
4790 Added raw first version of playbin2. Does chained oggs and gapless
4791 playback fine. No support for raw sinks yet. No visualisations or
4794 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
4795 (gst_play_sink_class_init), (gst_play_sink_init),
4796 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4797 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4798 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4799 (gst_play_sink_set_property), (gst_play_sink_get_property),
4800 (post_missing_element_message), (free_chain), (add_chain),
4801 (activate_chain), (gen_video_chain), (gen_text_element),
4802 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
4803 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
4804 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4805 (gst_play_sink_send_event), (gst_play_sink_change_state):
4806 * gst/playback/gstplaysink.h:
4807 Added Element that abstracts the sinks and their pipelines for playbin2.
4809 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4811 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
4812 (gst_selector_pad_class_init), (gst_selector_pad_init),
4813 (gst_selector_pad_finalize), (gst_selector_pad_reset),
4814 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
4815 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
4816 (gst_selector_pad_chain), (gst_stream_selector_get_type),
4817 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4818 (gst_stream_selector_init), (gst_stream_selector_set_property),
4819 (gst_stream_selector_get_linked_pad),
4820 (gst_stream_selector_getcaps),
4821 (gst_stream_selector_is_active_sinkpad),
4822 (gst_stream_selector_activate_sinkpad),
4823 (gst_stream_selector_get_linked_pads),
4824 (gst_stream_selector_request_new_pad),
4825 (gst_stream_selector_release_pad):
4826 * gst/playback/gststreamselector.h:
4827 Improve streamselector, make it select and unselect the current pad more
4829 Subclass GstPad for the sinkpads of the selector.
4830 Handle segments more correctly.
4831 Fix caps negotiation.
4832 Implement release_pad.
4834 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4836 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4837 (gst_decode_group_check_if_drained), (source_pad_event_probe),
4839 Add drained signal fired when decodebin finishes decoding the data.
4840 Remove deprecated STATE_DIRTY message.
4842 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4843 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
4844 (analyse_source), (proxy_drained_signal), (make_decoder),
4845 (source_new_pad), (value_list_append_structure_list),
4846 (handle_redirect_message), (handle_message):
4847 Proxy the new drained signal.
4848 Handle pad removed from decodebin.
4849 Handle redirect messages by sorting multiple redirections based on the
4852 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4854 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4856 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4857 Fix leaking headers. Fixes #496761.
4859 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
4861 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4863 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4864 (gst_ximagesink_change_state):
4865 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4866 Don't leak the PAR on errors. Fixes #496731.
4868 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
4870 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
4871 (gst_tag_from_id3_user_tag):
4872 Add mapping for audio cd discid tags, so we can extract
4873 them from tags as well (see #347848). Also compare identifiers
4874 in ID3v2 TXXX frames in a case-insensitive way to increase
4875 compatibility when reading tags (discid vs. DiscID vs. DiscId).
4877 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4879 * gst-plugins-base.doap:
4880 Oops, fix the release name.
4882 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4884 * gst-plugins-base.doap:
4887 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
4892 === release 0.10.15 ===
4894 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
4897 releasing 0.10.15, "No need to argue"
4899 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
4901 * win32/vs6/libgstfft.dsp:
4902 Convert line endings to DOS.
4904 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
4906 * win32/vs6/gst_plugins_base.dsw:
4907 * win32/vs6/libgstfft.dsp:
4909 Add a project file for fft plugin and remove socket
4910 based plugin which don't build from the workspace.
4911 * win32/vs6/libgstaudio.dsp:
4912 * win32/vs6/libgstrtp.dsp:
4913 * win32/vs6/libgsttag.dsp:
4914 Convert line endings back to DOS.
4917 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
4919 * win32/vs6/libgstinterfaces.dsp:
4920 * win32/vs6/libgstrtsp.dsp:
4921 Convert line endings back to DOS
4923 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
4925 * gst-libs/gst/fft/kiss_fft_f32.h:
4926 * gst-libs/gst/fft/kiss_fft_f64.h:
4927 * gst-libs/gst/fft/kiss_fft_s16.h:
4928 * gst-libs/gst/fft/kiss_fft_s32.h:
4929 Don't include malloc.h which doesn't exist on Mac OSX.
4930 Instead, pull in glib.h and use g_malloc/g_free for
4931 consistency. Fixes: #496548
4933 2007-11-09 Stefan Kost <ensonic@users.sf.net>
4935 * gst/playback/gstdecodebin2.c:
4936 Dont leak ghostpad. Fixes #475451.
4938 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
4940 * docs/design/design-decodebin.txt:
4941 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4942 Update some more docs and comments.
4944 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4946 Patch by: Sebastien Moutte <sebastien moutte net>
4948 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4949 (gst_rtcp_unix_to_ntp):
4950 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
4951 Fix some C99-isms and and a missing function that some versions of
4952 MSVC don't like too much (#494346).
4954 * win32/vs6/gst_plugins_base.dsw:
4955 * win32/vs6/libgstaudio.dsp:
4956 * win32/vs6/libgstrtp.dsp:
4957 * win32/vs6/libgsttag.dsp:
4958 Update vs6 projects files (#494346).
4960 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4962 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4964 * win32/common/libgstaudio.def:
4965 * win32/common/libgstcdda.def:
4966 * win32/common/libgstinterfaces.def:
4967 * win32/common/libgstnetbuffer.def:
4968 * win32/common/libgstpbutils.def:
4969 * win32/common/libgstrtp.def:
4970 * win32/common/libgstrtsp.def:
4971 * win32/common/libgsttag.def:
4972 * win32/common/libgstvideo.def:
4973 More missing symbols to export (fixes #493986).
4975 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
4977 * docs/libs/gst-plugins-base-libs-sections.txt:
4978 * gst-libs/gst/fft/gstfftf32.c:
4979 * gst-libs/gst/fft/gstfftf32.h:
4980 * gst-libs/gst/fft/gstfftf64.c:
4981 * gst-libs/gst/fft/gstfftf64.h:
4982 * gst-libs/gst/fft/gstffts16.c:
4983 * gst-libs/gst/fft/gstffts16.h:
4984 * gst-libs/gst/fft/gstffts32.c:
4985 * gst-libs/gst/fft/gstffts32.h:
4986 * tests/check/libs/fft.c: (GST_START_TEST):
4987 Remove the magnitude and phase calculation functions as these have
4988 very special use cases and can't even be used for the spectrum
4989 element. Also adjust the docs to mention some properties of the used
4990 FFT implemention, i.e. how the values are scaled. Fixes #492098.
4992 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
4994 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
4996 Avoid crash when there are external subtitles (fixes #491722).
4998 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
5000 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5001 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5002 'Could not open resource for writing' is not an acceptable
5003 error message when we can't open the audio device (see #492334),
5004 even less so when we're trying to open it to record something.
5006 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
5008 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5010 * win32/common/libgstrtp.def:
5011 Add some more missing symbols (#492813).
5013 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
5015 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5017 * tests/check/elements/audioconvert.c: (verify_convert):
5018 Add check to make sure that the out caps have a channel layout
5019 set on them where they should have one.
5021 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
5023 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5025 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5026 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5027 Include our own _stdint.h instead of sys/types.h, makes MingW happy
5030 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5031 Use _pipe directly, GLib doesn't have a pipe() macro any longer
5032 (it disappeared in GLib 2.14.0) (#492306).
5034 * gst-libs/gst/sdp/Makefile.am:
5035 * gst-libs/gst/sdp/gstsdpmessage.c:
5036 Fix includes and LIBS for win32/Mingw (#492306).
5038 * tests/examples/dynamic/addstream.c (pause_play_stream):
5039 Use more portable g_usleep() instead of sleep() (#492306).
5041 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
5043 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
5045 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5046 (gst_ring_buffer_parse_caps):
5047 Return NULL instead of an enum that happens to be 0, fixes warning
5050 * gst-libs/gst/audio/gstringbuffer.h:
5051 No trailing commas in enum list (for gcc-2.9x).
5053 * gst/videotestsrc/videotestsrc.c: (random_char):
5054 Make information loss explicit instead of implicitly truncating to
5055 eight bits via the return value. Fixes runtime error on MSVC when
5056 using the debug CRT (#492114).
5058 * win32/common/config.h.in:
5059 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5061 * win32/common/libgstinterfaces.def:
5062 * win32/common/libgstrtp.def:
5063 Export a few more symbols (#492114).
5065 2007-11-01 Stefan Kost <ensonic@users.sf.net>
5067 * gst-libs/gst/audio/audio.c:
5068 * gst-libs/gst/audio/audio.h:
5069 Readd the deprecation guards, but preserve compilability.
5071 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
5073 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5074 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5075 Preserve channel layout when fixating the number of channels in the
5076 output caps, or make sure there's a suitable channel position layout
5077 set on the caps if required. Fixes #430677.
5079 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
5081 * tests/check/elements/decodebin.c: (test_text_plain_streams):
5082 Make sure the pipeline really operates in push mode as it should
5085 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
5087 * gst-libs/gst/audio/audio.h:
5088 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5089 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5090 (ie. normal cvs builds) will fail.
5092 2007-10-31 Stefan Kost <ensonic@users.sf.net>
5094 * docs/libs/Makefile.am:
5095 * gst-libs/gst/audio/audio.c:
5096 * gst-libs/gst/audio/audio.h:
5097 * gst-libs/gst/interfaces/mixer.c:
5098 tell gtk-doc about the deprecation guard. Apply more doc fixes.
5100 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
5102 * tests/check/libs/audio.c: (init_value_to_channel_layout),
5103 (test_channel_layout_value_intersect), (audio_suite):
5104 Add simple unit test to make sure GstValue intersection
5105 of channel layouts works the way I think it does.
5107 2007-10-30 Stefan Kost <ensonic@users.sf.net>
5109 * docs/libs/gst-plugins-base-libs-sections.txt:
5110 * gst-libs/gst/audio/gstaudiofilter.h:
5111 * gst-libs/gst/interfaces/mixer.h:
5112 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5113 * gst-libs/gst/rtp/gstbasertpdepayload.h:
5114 * gst-libs/gst/sdp/gstsdpmessage.c:
5115 Fix the docs according to what gtk-doc complained about.
5117 2007-10-30 Stefan Kost <ensonic@users.sf.net>
5119 * tests/icles/stress-playbin.c:
5122 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
5124 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5125 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5126 Post nice/more useful error message if we don't have a decoder for
5129 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
5131 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5132 Be a bit more useful, unblock the pads after we fired the no-more-pads
5133 signal so that we can use the signal to inspect and connect all pads
5134 without having to keep extra state outside of decodebin.
5136 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
5138 * gst/playback/gsturidecodebin.c:
5139 (gst_uri_decode_bin_autoplug_continue),
5140 (gst_uri_decode_bin_class_init), (no_more_pads_full):
5141 Implement default signal handler so that we return TRUE when nothing is
5144 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
5146 * gst-libs/gst/riff/riff-media.c:
5147 (gst_riff_wavext_add_channel_layout),
5148 (gst_riff_wave_add_default_channel_layout),
5149 (gst_riff_wavext_get_default_channel_mask),
5150 (gst_riff_create_audio_caps):
5151 Use the ALSA channel layout as default for wav files without channel
5152 layout information. This fixes playback of chan-id.wav on 5.1 systems
5153 for example. Also refactor the channel layout setting a bit and add
5154 more default channel orders. Fixes #489010.
5156 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
5158 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5159 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5160 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5163 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
5165 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5166 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5167 (gst_decode_bin_set_subs_encoding),
5168 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5169 (gst_decode_bin_get_property), (analyze_new_pad):
5170 Move subtitle encoding property to decodebin2 so that it can set the
5171 property value on all elements that it autoplugs and that require it.
5172 Make caps refcounting more consistent in get/set.
5174 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5175 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5176 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5177 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5178 (proxy_autoplug_continue_signal),
5179 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5181 Proxy properties and relevant signals from the internal decodebin.
5182 Make properties MT safe.
5184 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
5186 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5187 * gst-libs/gst/tag/tags.c:
5188 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5189 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5191 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5192 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5194 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5195 (gst_tag_to_vorbis_comments):
5196 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5197 just mapping everything I found in the wild) (#414539).
5199 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
5201 Inspired by patch of: René Stadler <mail at renestadler dot de>
5203 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5204 (gst_decode_bin_autoplug_continue),
5205 (gst_decode_bin_autoplug_factories),
5206 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5208 * gst/playback/gstplay-marshal.list:
5209 Remove the autoplug-sort signal and replace it with a binding friendly
5210 autoplug-select signal.
5211 Add an autoplug-factories signal that can be used to generate a list of
5212 factories to try to autoplug.
5213 Add the GstPad to the autoplugging signal args as it might be needed to
5214 make a good factory selection.
5215 Fix up the marshallers for this. Fixes #407282.
5217 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
5219 * gst-libs/gst/tag/gsttagdemux.c:
5220 Don't abort with an assertion if we receive a seek event with
5221 a start type of NONE (see launchpad bug #155878).
5223 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
5225 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5226 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5227 (gst_ximagesink_change_state), (gst_ximagesink_reset):
5228 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5229 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5230 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5231 Make sure that before we clean up the X resources, we shutdown and join
5233 Also make sure the event thread does not shut down immediatly after
5234 startup because the running variable is not yet correctly set.
5237 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
5239 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5240 Make the window for a race in typefind and shutting down smaller until
5241 we figure out the right locking here. Avoids #485753 usually.
5243 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5244 Remove unneeded lock causing a race in typefind and shutting down.
5247 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5248 Also remove sinks when going to NULL because we might not complete the
5249 state change to PAUSED, causing the PAUSED->READY state change not to
5252 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
5254 * gst-libs/gst/audio/gstbaseaudiosink.c:
5255 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5256 Also explicitly release the ringbuffer when going to NULL because it
5257 is required in the setcaps function, before the state change to PAUSED
5260 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
5262 * tests/icles/.cvsignore:
5263 * tests/icles/Makefile.am:
5264 * tests/icles/stress-playbin.c:
5265 Does what it says on the tin.
5267 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
5269 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5270 Fix queue negotiation. See #486758.
5272 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
5274 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5275 (gst_xvimagesink_xwindow_new),
5276 (gst_xvimagesink_update_colorbalance),
5277 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5279 Fix handling of some of the X atoms. If the last parameter is True,
5280 XInternAtom won't create the atom if it doesn't exist, and therefore
5281 might return None. This causes X errors on Xv implementations that
5282 don't provide the colour balance attributes.
5284 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
5286 * gst-libs/gst/tag/gstvorbistag.c:
5287 * tests/check/libs/tag.c:
5288 Extract vorbis comment LICENSE tags correctly.
5290 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
5292 Patch by: Jason Kivlighn <jkivlighn gmail com>
5294 * gst-libs/gst/tag/gstid3tag.c:
5295 * tests/check/libs/tag.c:
5296 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5298 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
5300 * gst-libs/gst/tag/gsttagdemux.c:
5301 Don't error out when a buggy downstream element doesn't
5302 handle the newsegment event we send properly (especially
5303 not without posting a meaningful error message on the
5304 bus). See bug #471370 and launchpad bug #136264.
5306 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
5308 * gst-libs/gst/audio/gstbaseaudiosink.c:
5309 (gst_base_audio_sink_drain):
5310 Use new basesink method to make our EOS drain interruptable.
5312 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
5314 * gst-libs/gst/rtp/gstrtppayloads.c:
5315 Fix silly search-replace oversight.
5317 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
5319 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5321 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5322 (gst_basertppayload_set_outcaps):
5323 Fix caps memleak. Fixes #484989.
5326 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5328 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5329 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5332 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5334 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5335 (gst_base_audio_src_create):
5336 Also handle the case where there is no clock set on the audio source,
5337 like in the unit tests.
5339 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
5341 * gst-libs/gst/rtp/gstrtppayloads.c:
5342 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5343 to avoid compiler warnings
5345 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5347 * gst/playback/gstdecodebin.c: (type_found),
5348 (gst_decode_bin_change_state):
5349 * gst/playback/gstdecodebin2.c: (type_found),
5350 (gst_decode_bin_change_state):
5351 Don't disconnect the have_type signal because we never reconnect it
5352 later on. Instead keep a variable to see if we already detected a type.
5354 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
5356 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5357 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5359 Unlink the signal handler when we found the type, we're not going to do
5360 anything sensible with more type_found signals anyway.
5362 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
5364 * gst-libs/gst/tag/gsttagdemux.c:
5367 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
5369 * gst-libs/gst/tag/Makefile.am:
5370 * gst-libs/gst/tag/gsttagdemux.c:
5371 * gst-libs/gst/tag/gsttagdemux.h:
5372 API: add GstTagDemux base class for simple tag demuxers.
5374 * docs/libs/gst-plugins-base-libs-docs.sgml:
5375 * docs/libs/gst-plugins-base-libs-sections.txt:
5376 Add GstTagDemux to docs.
5378 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
5380 * gst-libs/gst/rtp/gstrtpbuffer.c:
5381 (gst_rtp_buffer_get_payload_subbuffer):
5382 Fix bug introduced with last commit which inverted the logic and
5383 caused all buffers to be dropped. Fixes #483620.
5384 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5386 2007-10-04 Stefan Kost <ensonic@users.sf.net>
5388 * gst-libs/gst/rtp/gstrtpbuffer.c:
5389 Replace g_return_if_val (as it could be disabled), with regular return
5392 2007-10-03 Stefan Kost <ensonic@users.sf.net>
5394 * tests/check/pipelines/simple-launch-lines.c:
5395 Print message name and not just number.
5397 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
5399 * gst-libs/gst/audio/gstbaseaudiosink.c:
5400 (gst_base_audio_sink_async_play):
5401 When slaved to the clock, don't try to align a sample with the previous
5402 one when going to PLAYING again.
5404 2007-10-02 Stefan Kost <ensonic@users.sf.net>
5406 * tests/examples/snapshot/snapshot.c:
5409 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
5411 * gst-libs/gst/sdp/gstsdpmessage.h:
5412 Add RFC 3556 bandwidth modifiers.
5414 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
5416 * docs/libs/gst-plugins-base-libs-docs.sgml:
5417 * docs/libs/gst-plugins-base-libs-sections.txt:
5418 * gst-libs/gst/rtp/gstrtppayloads.c:
5419 Update documentation.
5421 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
5423 * gst-libs/gst/rtp/Makefile.am:
5424 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
5425 (gst_rtp_payload_info_for_name):
5426 * gst-libs/gst/rtp/gstrtppayloads.h:
5427 Added new file and header to deal with payload info.
5429 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5430 (gst_rtp_buffer_default_clock_rate):
5431 * gst-libs/gst/rtp/gstrtpbuffer.h:
5432 Payload specific stuff is move to new headers.
5433 Implement _default_clock rate using the new payload function.
5435 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
5436 (gst_sdp_parse_line):
5437 * gst-libs/gst/sdp/gstsdpmessage.h:
5438 Add some more comments.
5440 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
5442 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5443 (sdp_check_header), (sdp_type_find), (plugin_init):
5444 Add typefind function for application/sdp.
5445 Remove some old dirac typefind code that was ifdeffed out.
5447 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
5449 * win32/common/libgstaudio.def:
5450 Add new exported functions.
5451 * win32/vs6/grammar.dsp:
5452 Add autogeneration and copy of some autegenerated files from win32/common
5454 * win32/vs6/libgstaudioconvert.dsp:
5455 Add gstaudioquantize.c to the build.
5456 * win32/vs6/libgstinterfaces.dsp:
5457 Add videoorientation.c to the build.
5458 * win32/vs6/libgstriff.dsp:
5459 Add libgsttag to the link libraries list.
5460 * win32/vs6/libgstvolume.dsp:
5461 Add liboil to the link.
5462 * win32/vs6/gst_plugins_base.dsw:
5463 * win32/vs6/libgstrtsp.dsp:
5464 * win32/common/libgstrtsp.def:
5465 Add files to build libgstrtsp library.
5467 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
5469 * tests/examples/snapshot/snapshot.c: (main):
5470 Print error when pipeline failed to construct.
5472 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
5475 * gst-libs/gst/tag/gstid3tag.c:
5476 * gst-libs/gst/tag/gstvorbistag.c:
5477 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
5480 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
5482 * gst-libs/gst/floatcast/floatcast.h:
5483 Don't include config.h in an installed public header, this
5484 might break compilation of applications that don't have such
5485 a header and doesn't necessarily do what it's supposed to do
5486 anyway (ie. check for the lrint/lrintf defines) (#442065).
5487 Add docs for the various macros and document how this header
5488 has to be used (link against libm, etc.); add a few FIXMEs;
5489 include math.h for non-c99 code path. Based on patch by
5492 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
5495 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
5496 of duplicating these macros in configure.ac.
5498 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5503 Updated translations to 0.10.14
5505 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5507 translated by: Jakub Bogusz <qboosh@pld-linux.org>
5510 Added Polish translation.
5512 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5514 translated by: Ilkka Tuohela <hile@iki.fi>
5517 Added Finnish translation.
5519 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5521 translated by: Jorge González González <aloriel@gmail.com>
5524 Added Spanish translation.
5526 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5528 translated by: Mogens Jaeger <mogens@jaeger.tf>
5531 Added Danish translation.
5533 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5535 translated by: Funda Wang <fundawang@linux.net.cn>
5538 Added Chinese (simplified) translation.
5540 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
5542 translated by: Alexander Shopov <ash@contact.bg>
5545 Added Bulgarian translation.
5547 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
5549 * gst/playback/gstqueue2.c: (gst_queue_push_one):
5550 Fix compilation wrt printf arguments.
5552 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
5555 * tests/examples/Makefile.am:
5556 * tests/examples/snapshot/.cvsignore:
5557 * tests/examples/snapshot/Makefile.am:
5558 * tests/examples/snapshot/snapshot.c: (main):
5559 Add simple snapshot example program using appsink.
5561 2007-09-20 Stefan Kost <ensonic@users.sf.net>
5563 * tests/check/generic/states.c:
5564 Improved state change unit test.
5566 2007-09-19 Stefan Kost <ensonic@users.sf.net>
5568 * docs/plugins/.cvsignore:
5569 * tests/check/.cvsignore:
5570 Ignore registries in any format.
5572 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
5574 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5575 (gst_base_rtp_depayload_chain),
5576 (gst_base_rtp_depayload_set_gst_timestamp):
5577 Only copy timestamp on outgoing packets if the depayloader did not set
5579 Also copy duration on outgoing packets.
5581 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
5583 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5584 (gst_basertppayload_set_outcaps):
5585 Fix compilation because of missing %d in printf.
5586 When fixating caps, fixate what we can and throw away all remaining
5587 unfixed caps, subclasses should do something smart if they need to.
5589 2007-09-19 Stefan Kost <ensonic@users.sf.net>
5591 * ext/gnomevfs/gstgnomevfssrc.c:
5592 Improve debug logs a bit and be more verbose if things go wrong.
5594 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
5596 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5597 (gst_text_overlay_set_property):
5598 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5599 * gst-libs/gst/audio/gstbaseaudiosink.c:
5600 (gst_base_audio_sink_render):
5601 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5602 (gst_rtcp_unix_to_ntp):
5603 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
5604 * gst/playback/gstqueue2.c:
5605 * tests/examples/seek/seek.c: (set_scale):
5606 Fix a bunch of compile warnings shown with Forte.
5608 * gst/audiorate/gstaudiorate.c:
5609 Always pull in config.h before including any system headers.
5611 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
5613 * gst/playback/gstqueue2.c: (update_buffering),
5614 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
5615 (gst_queue_handle_sink_event), (gst_queue_chain),
5616 (gst_queue_push_one), (gst_queue_sink_activate_push),
5617 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
5618 Also fix #476514 for queue2.
5620 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
5622 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5623 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
5624 (gst_base_rtp_depayload_chain),
5625 (gst_base_rtp_depayload_handle_sink_event),
5626 (gst_base_rtp_depayload_push_full),
5627 (gst_base_rtp_depayload_set_gst_timestamp),
5628 (gst_base_rtp_depayload_change_state):
5629 Remove code to deal with RTP to GST time conversion, we now just copy
5630 the GST timestamp we receive to the outgoing buffers.
5631 Handle segment and flushes correctly.
5633 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5634 When we have no valid input timestamp, use the previous rtp timestamp on
5635 the outgoing RTP packet instead of the RTP base time.
5637 2007-09-15 David Schleef <ds@schleef.org>
5639 * ext/alsa/gstalsa.c:
5640 * ext/alsa/gstalsadeviceprobe.c:
5641 * ext/alsa/gstalsamixer.c:
5642 * ext/alsa/gstalsasink.c:
5643 * ext/alsa/gstalsasrc.c:
5644 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
5646 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
5648 * gst-libs/gst/rtp/gstbasertppayload.c:
5649 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
5650 Add some debug info when negotiating caps.
5652 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5654 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
5655 A buffer with an empty payload is also a valid buffer.
5657 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5659 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
5660 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5661 (gst_basertppayload_change_state):
5662 Make sure we start our RTP timestamp from the random base RTP
5663 timestamp even if the buffer timestamp starts from some random value.
5665 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
5668 * tests/examples/Makefile.am:
5669 * tests/examples/dynamic/.cvsignore:
5670 * tests/examples/dynamic/Makefile.am:
5671 * tests/examples/dynamic/addstream.c: (create_stream),
5672 (pause_play_stream), (message_received), (eos_message_received),
5673 (perform_step), (main):
5674 Add simple exmple app to demonstrate starting and pausing live and
5675 non-live bins in a PLAYING pipeline.
5677 2007-09-14 Julien MOUTTE <julien@moutte.net>
5679 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
5680 typefind for QCP files (RFC #3625)
5682 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
5684 * gst-libs/gst/audio/gstbaseaudiosink.c:
5685 (gst_base_audio_sink_init):
5686 Disable pull mode scheduling, we're not ready for it yet and it subtly
5687 breaks a lot of things.
5689 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
5691 * tests/check/elements/libvisual.c:
5692 Test all libvisual plugins, not just the first one; this reproduces
5693 bug #450336 quite easily. Looks like a problem with the 'jess'
5696 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
5698 * tests/check/Makefile.am:
5699 * tests/check/elements/.cvsignore:
5700 * tests/check/elements/libvisual.c:
5701 Add basic libvisual test case in an attempt to reproduce bug #450336.
5702 Doesn't reproduce that bug, but some other crasher instead (invalid
5703 free), at least with make elements/libvisual.forever and the bumscope
5704 plugin on x86-64/gutsy. Leaving test disabled for now.
5706 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
5708 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5710 * gst-libs/gst/rtsp/gstrtspconnection.c:
5711 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
5712 (read_body), (gst_rtsp_connection_receive):
5713 Make sure we can not cancel in the middle of receiving a message.
5716 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
5718 Patch by: Josep Torra Valles <josep@fluendo.com>
5720 * gst/playback/gstplaybasebin.c:
5721 Increase upper limit for audio queue a bit; fixes preroll problem
5722 with playbin and decodebin2 when playing a quicktime trailer with
5723 multichannel audio via http (#464666).
5725 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
5727 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5728 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
5729 (gst_base_audio_src_provide_clock),
5730 (gst_base_audio_src_set_property),
5731 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5732 * gst-libs/gst/audio/gstbaseaudiosrc.h:
5733 Allow othe clocks than the internal clock to be used for the pipeline.
5734 Add property to disable clock provide.
5735 API: GstBaseAudioSrc::provide-clock
5737 2007-09-10 Stefan Kost <ensonic@users.sf.net>
5739 * gst/playback/gstdecodebin2.c:
5740 Don't leak request pads. Fixes #475395.
5742 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
5744 Patch by: René Stadler <mail at renestadler dot de>
5746 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5747 (gst_ximage_buffer_class_init):
5748 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5749 (gst_xvimage_buffer_class_init):
5750 Correctly chain up finalize with the parent class to prevent
5751 memory leaks. Fixes #474880.
5753 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
5755 * gst/volume/gstvolume.c: (volume_choose_func):
5756 * tests/check/elements/volume.c: (GST_START_TEST):
5757 Revert the latest change: floating point samples are allowed to
5758 have any value, not only values in the range [-1,1]. Thanks to Andy
5760 Also fix processing of int32 samples with volumes > 4 by making the
5761 unity value smaller which prevents overflows.
5763 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5765 * gst-libs/gst/rtp/gstrtpbuffer.c:
5766 * tests/check/libs/rtp.c:
5767 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
5769 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5771 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5773 * gst-libs/gst/rtp/gstrtpbuffer.c:
5774 Fix up GstRTPHeader helper struct so that compilers will not under
5775 any circumstances add padding in between our fields, as currently
5776 happens with MSVC on win32, because that would lead to us sending
5777 out RTP payloads with broken RTP headers (#471194).
5778 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
5780 * tests/check/Makefile.am:
5781 * tests/check/libs/.cvsignore:
5782 * tests/check/libs/rtp.c:
5783 Add some simple unit tests for GstRTPBuffer. Some are disabled
5784 because the code tested still needs fixing (set_csrc() does not work).
5786 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
5789 * win32/common/gstrtsp-enumtypes.c:
5790 * win32/common/gstrtsp-enumtypes.h:
5791 * win32/common/interfaces-enumtypes.c:
5792 * win32/common/interfaces-enumtypes.h:
5793 * win32/common/multichannel-enumtypes.c:
5794 Add rtsp enumtypes (#474384) and update others.
5796 2007-09-06 Stefan Kost <ensonic@users.sf.net>
5799 Fix configure check for HAVE_LIBXML_HTML.
5801 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
5803 * tests/check/libs/.cvsignore:
5804 Ignore more, in case the build bots work again one day.
5806 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
5808 Reviewed by: Stefan Kost <ensonic@users.sf.net>
5811 * gst-libs/gst/Makefile.am:
5812 * gst-libs/gst/fft/Makefile.am:
5813 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
5814 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5815 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
5816 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
5817 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
5818 * gst-libs/gst/fft/gstfft.h:
5819 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
5820 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
5821 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
5822 * gst-libs/gst/fft/gstfftf32.h:
5823 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
5824 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
5825 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
5826 * gst-libs/gst/fft/gstfftf64.h:
5827 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
5828 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
5829 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
5830 * gst-libs/gst/fft/gstffts16.h:
5831 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
5832 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
5833 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
5834 * gst-libs/gst/fft/gstffts32.h:
5835 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
5836 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5837 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
5838 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
5839 * gst-libs/gst/fft/kiss_fft_f32.h:
5840 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
5841 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5842 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
5843 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
5844 * gst-libs/gst/fft/kiss_fft_f64.h:
5845 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
5846 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5847 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
5848 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
5849 * gst-libs/gst/fft/kiss_fft_s16.h:
5850 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
5851 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5852 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
5853 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
5854 * gst-libs/gst/fft/kiss_fft_s32.h:
5855 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
5856 (kiss_fftr_f32), (kiss_fftri_f32):
5857 * gst-libs/gst/fft/kiss_fftr_f32.h:
5858 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
5859 (kiss_fftr_f64), (kiss_fftri_f64):
5860 * gst-libs/gst/fft/kiss_fftr_f64.h:
5861 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
5862 (kiss_fftr_s16), (kiss_fftri_s16):
5863 * gst-libs/gst/fft/kiss_fftr_s16.h:
5864 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
5865 (kiss_fftr_s32), (kiss_fftri_s32):
5866 * gst-libs/gst/fft/kiss_fftr_s32.h:
5867 * gst-libs/gst/fft/kiss_version:
5868 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5869 * pkgconfig/gstreamer-plugins-base.pc.in:
5870 Add libgstfft, a FFT library based on Kiss FFT which is
5871 BSD licensed. Supported sample formats are int16, int32,
5872 float and double. For those formats a real FFT and IFFT
5873 can be done, different windowing functions can be applied
5874 and functions for extracting the magnitude and phase exist.
5877 * docs/libs/Makefile.am:
5878 * docs/libs/gst-plugins-base-libs-docs.sgml:
5879 * docs/libs/gst-plugins-base-libs-sections.txt:
5880 Integrate libgstfft into the docs.
5882 * tests/check/Makefile.am:
5883 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
5884 Add unit tests for libgstfft, currently only testing the FFT.
5885 Unit tests for IFFT will follow soon.
5887 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
5889 Patch by: Peter Kjellerstedt <pkj at axis com>
5891 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
5892 (gst_sdp_message_init), (gst_sdp_message_uninit),
5893 (is_multicast_address), (gst_sdp_message_as_text),
5894 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
5895 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
5896 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5897 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
5898 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
5899 (gst_sdp_media_init), (gst_sdp_media_uninit),
5900 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
5901 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
5902 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
5903 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
5904 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
5905 * gst-libs/gst/sdp/gstsdpmessage.h:
5906 Separate INIT_ARRAY() and related macros into two versions, one for
5907 structures and one for pointers (e.g., INIT_ARRAY() and
5908 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
5909 lists of emails and phone numbers.
5910 Add missing const as appropriate.
5911 Change all gint to guint since they all actually represent unsigned
5913 Do not use time as a variable name as it shadows the global time().
5914 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
5915 Actually implement gst_sdp_message_add_time().
5916 Make gst_sdp_message_add_time() take repeat times as an argument.
5917 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
5918 Corrected the definition of gst_sdp_media_get_bandwidth() (was
5919 misspelled as badwidth).
5920 gst-indented and a little clean up. Fixes #471067.
5922 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
5924 * gst/volume/gstvolume.c: (volume_choose_func),
5925 (volume_process_double), (volume_process_double_clamp),
5926 (volume_process_float_clamp):
5927 Correctly clamp float/double samples in the [-1.0,1.0] range to
5928 prevent weird effects.
5929 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5930 Add unit tests for all samples types that had none before.
5932 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
5934 * gst-libs/gst/rtp/gstrtpbuffer.c:
5935 Need to include stdlib.h for abs() here too.
5937 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
5939 * gst/playback/gststreaminfo.c:
5942 2007-09-05 Stefan Kost <ensonic@users.sf.net>
5944 * gst/playback/gststreaminfo.c:
5945 Clean up some half-disabled code and comment.
5947 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
5949 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5951 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5952 (gst_base_rtp_payload_audio_handle_event):
5953 Return FALSE from the event handler to let the parent class handle the
5954 event. Fixes #446766.
5956 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5957 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
5958 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
5960 * gst-libs/gst/rtp/gstbasertppayload.c:
5961 Bump the MTU to 1400.
5963 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
5965 * gst/typefind/gsttypefindfunctions.c (plugin_init):
5966 Add an audio/x-nsf typefind function for the nsfdec element.
5968 2007-09-03 Renato Filho <renato.filho@indt.org.br>
5969 * gst/playback/gstplaybasebin.c:
5970 Included "myth://" on stream_uris list for enable buffering to mythtv files
5972 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
5974 * docs/libs/gst-plugins-base-libs-sections.txt:
5975 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
5976 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
5977 (gst_rtcp_unix_to_ntp):
5978 * gst-libs/gst/rtp/gstrtcpbuffer.h:
5979 Fix parsing of RB blocks.
5981 Added helper functions to convert to/from UNIX and NTP time.
5982 API: gst_rtcp_ntp_to_unix()
5983 API: gst_rtcp_unix_to_ntp()
5985 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5986 (gst_rtp_buffer_get_header_len),
5987 (gst_rtp_buffer_get_extension_data),
5988 (gst_rtp_buffer_get_payload_subbuffer),
5989 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
5990 (gst_rtp_buffer_ext_timestamp):
5991 * gst-libs/gst/rtp/gstrtpbuffer.h:
5993 Implement handling of packets with extensions.
5994 Fix padding check in _validate().
5995 Added function to get extension data.
5996 API: gst_rtp_buffer_get_header_len()
5997 API: gst_rtp_buffer_get_extension_data()
5999 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
6001 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6002 (gst_base_rtp_depayload_class_init),
6003 (gst_base_rtp_depayload_set_gst_timestamp):
6004 Add some more docs for the queue-delay property and fix a typo in a
6007 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6010 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
6012 * gst-libs/gst/audio/gstbaseaudiosink.c:
6013 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6014 (gst_base_audio_sink_change_state):
6015 When skew slaving, try to hover around the middle of a segment so that
6016 we at most drift by half a segment.
6017 If we are aligning in the oposite direction of the clock skew, we don't
6020 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
6022 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6023 (gst_base_rtp_depayload_setcaps),
6024 (gst_base_rtp_depayload_set_gst_timestamp):
6025 Be less silly with the segment start, just apply the clock-base to the
6028 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
6030 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6031 (gst_base_rtp_depayload_class_init),
6032 (gst_base_rtp_depayload_finalize),
6033 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6034 (gst_base_rtp_depayload_handle_sink_event),
6035 (gst_base_rtp_depayload_set_gst_timestamp),
6036 (gst_base_rtp_depayload_change_state):
6037 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6038 Deprecate the queue handling thread thing and remove the code.
6039 Use new method to calculate the extended timestamp.
6041 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
6043 * gst-libs/gst/rtp/gstrtcpbuffer.c:
6044 (gst_rtcp_packet_sdes_copy_entry):
6045 Use g_strndup which does exactly what we want.
6047 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6048 (gst_rtp_buffer_ext_timestamp):
6049 * gst-libs/gst/rtp/gstrtpbuffer.h:
6050 Add helper function to compare seqnums.
6051 Add helper function to calculate extended timestamps.
6052 API: gst_rtp_buffer_compare_seqnum()
6053 API: gst_rtp_buffer_ext_timestamp()
6055 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
6057 * gst-libs/gst/rtp/gstrtcpbuffer.c:
6058 (gst_rtcp_packet_sdes_get_entry),
6059 (gst_rtcp_packet_sdes_copy_entry):
6060 * gst-libs/gst/rtp/gstrtcpbuffer.h:
6061 Fix and document SDES item data function.
6062 Add new function that makes a proper copy of SDES item data.
6063 API: gst_rtcp_packet_sdes_copy_entry()
6065 2007-08-30 Stefan Kost <ensonic@users.sf.net>
6069 The tcp and subparse plugins are under gst, but not totaly free of
6070 dependencies. Handle selection inconfigure.ac, so that they show up
6071 on the final list of what is build and what is not. Maybe they should
6072 better be moved to ext.
6074 2007-08-30 Stefan Kost <ensonic@users.sf.net>
6076 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
6080 Check if libxml provides HTML parser which subparse needs.
6083 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
6085 * ext/alsa/gstalsa.c:
6086 Fix typo and compilation on big endian systems.
6088 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
6090 * gst/subparse/gstssaparse.c:
6091 Convert SSA newline codes into actual newline characters (#470766).
6093 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
6095 * docs/libs/gst-plugins-base-libs-sections.txt:
6096 * gst-libs/gst/pbutils/install-plugins.c:
6097 * gst-libs/gst/pbutils/install-plugins.h:
6098 * tests/check/libs/pbutils.c:
6099 API: also add gst_install_plugins_supported() while we're at it
6102 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
6104 * docs/libs/gst-plugins-base-libs-sections.txt:
6105 * gst-libs/gst/pbutils/missing-plugins.c:
6106 * gst-libs/gst/pbutils/missing-plugins.h:
6107 * tests/check/libs/pbutils.c:
6108 API: add gst_missing_*_installer_detail_new() convenience API so
6109 that applications that know exactly what they're missing can request
6110 installer detail strings for those items directly instead of having
6111 to first create a dummy missing-plugin message and then get the
6112 installer detail string from that. Fixes #470456.
6114 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
6116 * gst/playback/gstdecodebin.c: (close_pad_link):
6117 We need to set up delayed-linking whenever the caps are non-fixed,
6118 not just when there are multiple types - use gst_pad_is_fixed()
6121 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
6123 * gst-libs/gst/pbutils/missing-plugins.c:
6124 (gst_missing_plugin_message_get_installer_detail):
6125 Add missing separator in PID fallback case.
6127 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
6129 * ext/alsa/Makefile.am:
6130 There is no GST_PLUGINS_BASE_LIBS defined.
6132 * ext/alsa/gstalsa.c:
6133 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6134 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6135 Add support for ALSA 24-bit formats.
6136 snd_pcm_delay can return an error code, especially
6137 during XRUNS. In that case, the best we can do is assume
6140 * gst/audioconvert/Makefile.am:
6141 Add flags from -base before any more-remote dependencies.
6143 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
6145 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6147 * gst/volume/gstvolume.c: (volume_choose_func),
6148 (volume_update_real_volume), (gst_volume_set_volume),
6149 (gst_volume_init), (volume_process_int32),
6150 (volume_process_int32_clamp), (volume_process_int24),
6151 (volume_process_int24_clamp), (volume_process_int16),
6152 (volume_process_int16_clamp), (volume_process_int8),
6153 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6154 * gst/volume/gstvolume.h:
6155 Add support for int32, int24 and int8 to the volume element.
6158 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
6160 * tests/examples/Makefile.am:
6163 2007-08-23 Stefan Kost <ensonic@users.sf.net>
6166 * docs/libs/Makefile.am:
6167 * docs/libs/gst-plugins-base-libs-docs.sgml:
6168 * docs/libs/gst-plugins-base-libs-sections.txt:
6169 * ext/gnomevfs/gstgnomevfssrc.c:
6170 * ext/gnomevfs/gstgnomevfssrc.h:
6171 * gst-libs/gst/Makefile.am:
6172 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6173 * pkgconfig/gstreamer-plugins-base.pc.in:
6174 * sys/v4l/v4lsrc_calls.c:
6175 * tests/examples/Makefile.am:
6176 * win32/common/config.h:
6177 Revert unwanted commit. many thanks to moap. I want a fix for
6178 https://thomas.apestaart.org/moap/trac/ticket/239
6180 2007-08-23 Stefan Kost <ensonic@users.sf.net>
6182 * gst/volume/gstvolume.c:
6183 Move passthrough below gst_object_sync_values(). Fixes #442654.
6185 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
6187 * gst-libs/gst/audio/audio.c:
6188 Clarify the docs a little.
6190 2007-08-22 Stefan Kost <ensonic@users.sf.net>
6192 * gst/volume/gstvolume.c:
6193 Enable liboil for float and add more details about problems with
6196 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
6198 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6199 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6201 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
6203 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6204 When calculating the first timestamp of the buffers, don't go below 0
6205 and clip the samples because the offset was on the eos page.
6208 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
6210 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6211 (gst_ogg_demux_collect_chain_info):
6212 Also submit the eos page when trying to find the first timestamp.
6215 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
6217 * gst-libs/gst/audio/audio.h:
6218 Use gst_util_uint64_scale() instead of doing the math
6219 with double for GST_FRAMES_TO_CLOCK_TIME() and
6220 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6221 prevents rounding errors. Fixes #467667.
6223 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
6225 * gst-libs/gst/rtsp/gstrtspconnection.c:
6226 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6227 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6228 * gst-libs/gst/rtsp/gstrtspconnection.h:
6230 On shutdown, don't read the control socket yet.
6231 Set timeout value correctly in all cases.
6232 Add function to check if the server accepts reads or writes.
6233 API: gst_rtsp_connection_poll()
6235 * gst-libs/gst/rtsp/gstrtspdefs.h:
6236 Fix compilation with -pedantic.
6239 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
6241 Patch by: Olivier Crete <tester at tester ca>
6243 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6244 (gst_basertppayload_getcaps):
6245 * gst-libs/gst/rtp/gstbasertppayload.h:
6246 Add getcaps vfunc to basertppayload. See #465146.
6248 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
6250 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6251 Only post buffering messages when we are a stream.
6253 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
6255 * gst-libs/gst/pbutils/install-plugins.c:
6256 * gst-libs/gst/pbutils/missing-plugins.c:
6257 Small docs fix and addition.
6259 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
6261 * tests/icles/.cvsignore:
6262 * tests/icles/Makefile.am:
6263 * tests/icles/test-textoverlay.c:
6264 Add a dumb little test for textoverlay alignments.
6266 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
6268 Patch by: Dan Williams <dcbw redhat com>
6270 * ext/pango/gsttextoverlay.c:
6271 * ext/pango/gsttextoverlay.h:
6272 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6273 "silent" property so there's a Since tag in the API reference.
6275 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
6277 * gst-libs/gst/rtp/gstbasertppayload.c:
6278 (gst_basertppayload_set_outcaps):
6279 * gst-libs/gst/rtp/gstbasertppayload.h:
6280 Improve caps negotiation so that downstream elements can confiure
6281 certain RTP properties by fixing them on the caps. See #465146.
6284 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
6286 * docs/libs/gst-plugins-base-libs-sections.txt:
6287 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6288 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6289 Mark as deprecated some macros which were presumably meant to be
6290 private API and accidentally exposed in the public header file.
6291 Also actually _init() lock (only works at the moment because the
6292 struct is zeroed out when created and the initial values in the
6293 mutex struct are zeroes too). (#459585)
6295 2007-08-10 Stefan Kost <ensonic@users.sf.net>
6297 * docs/libs/Makefile.am:
6298 Remove cruft and do some cleanups.
6300 * docs/libs/gst-plugins-base-libs-docs.sgml:
6301 Prepare for comming gtkdoc features (rebase against online docs).
6303 2007-08-10 Michael Smith <msmith@fluendo.com>
6305 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6307 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6309 Change the number of buffers used; 500 is too many and leads to
6312 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
6314 * gst/playback/gstqueue2.c:
6315 * gst/videorate/gstvideorate.c:
6316 Printf format fixes (#465028).
6318 2007-08-09 Michael Smith <msmith@fluendo.com>
6320 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6321 If we have a large (> 1 second) discontinuity, push a series of
6322 smaller buffers rather than a single very large buffer. Avoids
6323 unreasonably large single buffer allocations when encountering a
6325 * tests/check/elements/audiorate.c: (GST_START_TEST),
6327 Add a test for this.
6329 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
6331 * gst/playback/gstplaybasebin.c: (group_commit),
6332 (queue_remove_probe), (queue_threshold_reached):
6334 Patch by: Josep Torra Valles <josep@fluendo.com>
6336 Make sure we remove the check_queues buffer probe from the
6337 correct queue to avoid racily going back to "buffering 99%" when
6338 buffering is actually complete.
6340 Also, fix the spelling of Josep's surname in the ChangeLog.
6342 2007-08-09 Stefan Kost <ensonic@users.sf.net>
6344 * ext/ogg/gstoggmux.c:
6345 Do not leak oggmux instance.
6347 * ext/vorbis/vorbisenc.c:
6350 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
6357 Updated translations.
6359 2007-08-08 Stefan Kost <ensonic@users.sf.net>
6361 patch by: Yang Hong <hongyang@redflag-linux.com>
6363 * ext/pango/gsttextoverlay.c:
6364 * ext/pango/gsttextoverlay.h:
6365 Add 'silent' property to GstTimeOverlay. Fixes #462979
6367 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
6369 Patch by: Josep Torra Valles <josep@fluendo.com>
6371 * docs/plugins/gst-plugins-base-plugins.args:
6372 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6373 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6374 (gst_uri_decode_bin_get_property), (gen_source_element):
6375 Add connection-speed property. Fixes #464690.
6377 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
6379 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6382 * gst-libs/gst/rtsp/Makefile.am:
6383 * gst-libs/gst/rtsp/gstrtspconnection.c:
6384 (gst_rtsp_connection_connect):
6385 Fix compilation on windows. Fixes #464320.
6387 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
6389 Patch by: Josep Torra Valles <josep@fluendo.com>
6391 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6392 (gst_play_base_bin_init), (queue_threshold_reached),
6393 (gen_source_element), (setup_substreams),
6394 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6395 (gst_play_base_bin_get_streaminfo_value_array):
6396 * gst/playback/gstplaybasebin.h:
6397 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6398 (gst_play_bin_set_property), (gst_play_bin_get_property),
6399 (gst_play_bin_handle_redirect_message):
6400 Move connection-speed property from playbin to playbasebin so that we
6401 can also configure it in source elements that have the connection-speed
6402 property. Fixes #464028.
6403 Add some debug info here and there.
6405 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
6407 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
6408 Properly respond to conversion queries. Fixes #464079.
6410 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
6412 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
6413 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6414 (gst_audio_test_src_init_sine_table),
6415 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
6416 * gst/audiotestsrc/gstaudiotestsrc.h:
6417 Add float/double and int32 support to audiotestsrc. Fixes #460422.
6418 Also set the default volume to the default value specified in the
6421 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
6423 Patch by: Jens Granseuer <jensgr at gmx dot net>
6425 * gst/audioconvert/gstaudioquantize.c:
6426 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
6428 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
6430 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
6431 Add rdt manager for rdt transport.
6432 Fix parsing of RDT transport.
6434 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
6439 === release 0.10.14 ===
6441 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
6444 releasing 0.10.14, "Light Years Ahead"
6446 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
6448 * tests/check/libs/audio.c: (GST_START_TEST):
6449 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
6451 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
6453 * gst-libs/gst/audio/audio.c:
6454 When clipping a buffer with no timestamp, assume it is
6455 within the segment without warnings.
6459 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
6461 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
6462 Fire the signal on the object, not the interface.
6464 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
6466 * gst-libs/gst/rtsp/.cvsignore:
6467 Ber. Don't include the full path, idiot.
6469 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
6471 * gst-libs/gst/rtsp/.cvsignore:
6472 Ignore generated files.
6474 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
6476 * gst-libs/gst/interfaces/Makefile.am:
6477 * gst-libs/gst/interfaces/interfaces-marshal.list:
6478 * gst-libs/gst/interfaces/rtspextension.c:
6479 * gst-libs/gst/interfaces/rtspextension.h:
6480 * gst-libs/gst/rtsp/Makefile.am:
6481 * gst-libs/gst/rtsp/gstrtsp.h:
6482 * gst-libs/gst/rtsp/gstrtspextension.c:
6483 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6484 (gst_rtsp_extension_detect_server),
6485 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6486 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6487 (gst_rtsp_extension_configure_stream),
6488 (gst_rtsp_extension_get_transports),
6489 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6490 * gst-libs/gst/rtsp/gstrtspextension.h:
6491 * gst-libs/gst/rtsp/rtsp-marshal.list:
6492 Move the rtspextension.h interface into gstrtspextension.h
6493 as part of libgstrtsp instead of libgstinterfaces, because it's
6494 only for use within plugins, not applications.
6495 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
6496 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
6497 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
6500 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
6502 * gst-libs/gst/interfaces/Makefile.am:
6503 * gst-libs/gst/interfaces/interfaces-marshal.list:
6504 * gst-libs/gst/interfaces/rtspextension.c:
6505 (gst_rtsp_extension_iface_init),
6506 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6507 * gst-libs/gst/interfaces/rtspextension.h:
6508 Fix marshaller for the send signal.
6509 Add URL to stream selection interface method.
6511 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
6513 * gst-libs/gst/riff/Makefile.am:
6514 Pull in our dependencies from -base before those from outside.
6516 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
6518 * docs/libs/gst-plugins-base-libs-sections.txt:
6519 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
6520 * gst-libs/gst/rtsp/gstrtspbase64.h:
6521 API: gst_rtsp_base64_decode_ip()
6522 Added function to decode Base64 in-place.
6524 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
6526 * tests/check/libs/.cvsignore:
6527 Ignore the mixer test binary.
6529 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
6531 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6532 Gratuitous comment change to trigger a rebuild on the buildbots.
6534 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
6536 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
6537 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6538 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
6539 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
6540 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6541 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
6542 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
6543 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
6544 (gst_sdp_media_get_attribute_val):
6545 * gst-libs/gst/sdp/gstsdpmessage.h:
6546 Constify args where we can.
6548 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
6550 * gst-libs/gst/interfaces/Makefile.am:
6551 * gst-libs/gst/interfaces/rtspextension.c:
6552 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6553 (gst_rtsp_extension_detect_server),
6554 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6555 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6556 (gst_rtsp_extension_configure_stream),
6557 (gst_rtsp_extension_get_transports),
6558 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6559 * gst-libs/gst/interfaces/rtspextension.h:
6560 Move interface for RTSP extensions from -good to here.
6561 Added helper methods to invoke interface methods.
6563 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
6565 * docs/libs/gst-plugins-base-libs-sections.txt:
6566 * gst-libs/gst/rtsp/gstrtspdefs.h:
6567 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6568 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
6569 (gst_rtsp_message_init_response),
6570 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
6571 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
6572 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6573 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6574 (gst_rtsp_message_get_body), (dump_key_value):
6575 * gst-libs/gst/rtsp/gstrtspmessage.h:
6576 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6577 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6578 (gst_rtsp_range_parse):
6579 * gst-libs/gst/rtsp/gstrtsprange.h:
6580 * gst-libs/gst/rtsp/gstrtsptransport.c:
6581 * gst-libs/gst/rtsp/gstrtspurl.c:
6582 Fix some more RTSP docs.
6583 Add some missing methods for dealing with messages.
6585 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
6587 * docs/libs/gst-plugins-base-libs-docs.sgml:
6588 * docs/libs/gst-plugins-base-libs-sections.txt:
6589 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6590 * gst-libs/gst/rtsp/gstrtspbase64.h:
6591 * gst-libs/gst/rtsp/gstrtspconnection.c:
6592 (gst_rtsp_connection_connect), (add_auth_header),
6593 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
6594 (read_body), (gst_rtsp_connection_receive),
6595 (gst_rtsp_connection_next_timeout),
6596 (gst_rtsp_connection_reset_timeout),
6597 (gst_rtsp_connection_set_auth):
6598 * gst-libs/gst/rtsp/gstrtspconnection.h:
6599 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
6600 * gst-libs/gst/rtsp/gstrtspdefs.h:
6601 * gst-libs/gst/rtsp/gstrtspmessage.h:
6602 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6603 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6604 (gst_rtsp_range_parse):
6605 * gst-libs/gst/rtsp/gstrtspurl.h:
6606 Added beginnings of RTSP documentation.
6608 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
6610 * docs/libs/Makefile.am:
6611 * docs/libs/gst-plugins-base-libs-docs.sgml:
6612 * docs/libs/gst-plugins-base-libs-sections.txt:
6613 * gst-libs/gst/sdp/gstsdp.h:
6614 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
6615 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
6616 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6617 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
6618 (gst_sdp_message_get_attribute_val),
6619 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
6620 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
6621 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
6622 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6623 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
6624 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
6625 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
6626 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
6627 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6628 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
6629 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
6630 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
6631 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
6632 (gst_sdp_media_get_attribute_val_n),
6633 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
6634 (print_media), (gst_sdp_message_dump):
6635 * gst-libs/gst/sdp/gstsdpmessage.h:
6636 Document the SDP library.
6637 Add some of the missing SDPMedia methods.
6639 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
6642 * gst-libs/gst/Makefile.am:
6643 * gst-libs/gst/rtsp/Makefile.am:
6644 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6645 * gst-libs/gst/rtsp/gstrtspbase64.h:
6646 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
6647 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
6648 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
6649 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
6650 (parse_response_status), (parse_request_line), (parse_line),
6651 (gst_rtsp_connection_read), (read_body),
6652 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
6653 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
6654 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
6655 (gst_rtsp_connection_set_auth):
6656 * gst-libs/gst/rtsp/gstrtspconnection.h:
6657 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
6658 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
6659 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
6660 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
6661 (gst_rtsp_find_method):
6662 * gst-libs/gst/rtsp/gstrtspdefs.h:
6663 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6664 (gst_rtsp_message_new), (gst_rtsp_message_init),
6665 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
6666 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
6667 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
6668 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
6669 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6670 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6671 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
6672 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
6673 (gst_rtsp_message_dump):
6674 * gst-libs/gst/rtsp/gstrtspmessage.h:
6675 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6676 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6677 (gst_rtsp_range_parse), (gst_rtsp_range_free):
6678 * gst-libs/gst/rtsp/gstrtsprange.h:
6679 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
6680 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
6681 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
6682 (range_as_text), (rtsp_transport_mode_as_text),
6683 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
6684 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
6685 (gst_rtsp_transport_free):
6686 * gst-libs/gst/rtsp/gstrtsptransport.h:
6687 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
6688 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
6689 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
6690 * gst-libs/gst/rtsp/gstrtspurl.h:
6691 * gst-libs/gst/sdp/Makefile.am:
6692 * gst-libs/gst/sdp/gstsdp.h:
6693 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
6694 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
6695 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
6696 (gst_sdp_attribute_init), (gst_sdp_message_new),
6697 (gst_sdp_message_init), (gst_sdp_message_uninit),
6698 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
6699 (gst_sdp_media_uninit), (gst_sdp_media_free),
6700 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
6701 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
6702 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
6703 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
6704 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6705 (gst_sdp_message_get_attribute_val),
6706 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
6707 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
6708 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
6709 (gst_sdp_media_get_attribute_val_n),
6710 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
6711 (read_string), (read_string_del), (gst_sdp_parse_line),
6712 (gst_sdp_message_parse_buffer), (print_media),
6713 (gst_sdp_message_dump):
6714 * gst-libs/gst/sdp/gstsdpmessage.h:
6715 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6716 Move SDP and RTSP from helper objects in -good to a reusable library.
6717 Use a proper gst_ namespace.
6719 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
6721 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6722 (vorbis_dec_flush_decode):
6723 Use the new buffer clipping function from gstaudio here.
6725 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
6727 * docs/libs/gst-plugins-base-libs-sections.txt:
6728 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
6729 * gst-libs/gst/audio/audio.h:
6730 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
6731 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
6732 Also add deprecation guards for gst_audio_structure_set_int() to the
6735 2007-07-23 Stefan Kost <ensonic@users.sf.net>
6737 * docs/libs/gst-plugins-base-libs-sections.txt:
6740 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
6742 Patch by: Dan Williams <dcbw at redhat dot com>
6744 * gst/playback/gstplaybasebin.c:
6745 (gst_play_base_bin_get_streaminfo_value_array):
6746 Don't return NULL when querying the stream info value array but instead
6747 return an empty array. Fixes #459204.
6749 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
6751 * gst/playback/gsturidecodebin.c:
6752 Init debug category before using it.
6754 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
6756 * gst-libs/gst/interfaces/mixer.h:
6757 Add padding vars in place of the signal pointers
6758 when building with DISABLE_DEPRECATED so that the
6759 interface structure doesn't change size.
6761 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
6763 * docs/libs/gst-plugins-base-libs-sections.txt:
6764 * ext/alsa/gstalsamixer.c:
6765 * ext/alsa/gstalsamixer.h:
6766 * ext/alsa/gstalsamixerelement.c:
6767 * ext/alsa/gstalsamixertrack.c:
6768 * gst-libs/gst/interfaces/mixer.c:
6769 * gst-libs/gst/interfaces/mixer.h:
6770 * gst-libs/gst/interfaces/mixeroptions.c:
6771 * gst-libs/gst/interfaces/mixeroptions.h:
6772 * gst-libs/gst/interfaces/mixertrack.c:
6773 * gst-libs/gst/interfaces/mixertrack.h:
6774 * tests/check/Makefile.am:
6775 * tests/check/libs/mixer.c:
6777 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6780 Add support for notifying mixer changes on the message bus, and
6781 implement it in alsamixer.
6783 API: gst_mixer_get_mixer_flags
6784 API: gst_mixer_message_parse_mute_toggled
6785 API: gst_mixer_message_parse_record_toggled
6786 API: gst_mixer_message_parse_volume_changed
6787 API: gst_mixer_message_parse_option_changed
6788 API: GstMixerMessageType
6791 2007-07-20 Michael Smith <msmith@fluendo.com>
6793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6794 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
6795 xcontext->im_format is only for testing XShm support (as the header
6796 file comments document). Use xvimage->im_format for everything else.
6797 Avoids spurious warnings on buffer allocation before setcaps.
6799 2007-07-20 Stefan Kost <ensonic@users.sf.net>
6801 * tests/examples/volume/Makefile.am:
6802 * tests/icles/Makefile.am:
6803 We should use $(LIBM).
6805 2007-07-20 Stefan Kost <ensonic@users.sf.net>
6807 * tests/icles/Makefile.am:
6810 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
6812 * gst-libs/gst/rtp/gstbasertppayload.c:
6813 (gst_basertppayload_class_init), (gst_basertppayload_init),
6814 (gst_basertppayload_set_property),
6815 (gst_basertppayload_get_property):
6816 Don't break ABI, restore previous ranges. Keep the default random
6817 selection of timestamp and seqnum offset but as soon as the app sets a
6818 specific value, use that one.
6820 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6822 Patch by: Bastien Nocera <hadess at hadess dot net>
6824 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6825 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6826 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6827 * sys/xvimage/xvimagesink.h:
6828 Add option to turn off double-buffering for debugging purposes.
6831 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6833 Patch by: Jorn Baayen <jorn at openedhand dot com>
6835 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6836 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6837 (gst_ximagesink_init), (gst_ximagesink_class_init):
6838 * sys/ximage/ximagesink.h:
6839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6840 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6841 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6842 * sys/xvimage/xvimagesink.h:
6843 add 'handle-expose' property. Useful for video widgets which may want to
6844 be in control of Expose behaviour. Fixes #380625
6846 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
6848 * gst-libs/gst/rtp/gstbasertppayload.c:
6849 (gst_basertppayload_class_init), (gst_basertppayload_init),
6850 (gst_basertppayload_event), (gst_basertppayload_push),
6851 (gst_basertppayload_set_property),
6852 (gst_basertppayload_get_property),
6853 (gst_basertppayload_change_state):
6854 * gst-libs/gst/rtp/gstbasertppayload.h:
6855 Fix ranges of rtp payloader properties so that the full range can be
6856 used in addition to -1 (random).
6857 Fix wrong seqnum reporting in caps.
6860 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
6862 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
6863 (gst_video_rate_query):
6865 Add latency query, might not be perfect yet but already works a lot
6866 better. Fixes #442557.
6868 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6870 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6871 (gst_xvimagesink_setcaps):
6872 * sys/xvimage/xvimagesink.h:
6873 After a caps change, redraw our borders to avoid garbage left there
6874 when the image format changes to a smaller size, like 16:9 -> 4:3
6875 Also, hold the flow_lock a bit longer in the set_caps while we're
6876 fiddling with the xcontext.
6878 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6882 * tests/Makefile.am:
6883 Remove bogus check for libcheck, since we check for
6884 gstreamer-check and it pulls in the required info from there, and we
6885 weren't actually _using_ the information for libcheck ourselves
6888 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
6890 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6891 (gst_ffmpeg_caps_to_pixfmt):
6892 Fix the r_mask test for RGBA32 on little-endian.
6893 Fix a stupid typo that would have obviously broken
6894 compilation on big-endian, if anyone was testing.
6896 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
6898 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
6900 * gst/videotestsrc/videotestsrc.h:
6901 Add alpha to the color struct.
6902 Use a default alpha value of 255 instead of 128.
6904 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
6906 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
6908 Clear the dynamic pads counter when starting a new uri. This makes
6909 reusing playbin work again.
6912 2007-07-12 Stefan Kost <ensonic@users.sf.net>
6915 Use pkg-config to locate check.
6917 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
6920 * tests/check/elements/volume.c: (GST_START_TEST):
6921 Fix 'make check' build against core CVS.
6923 2007-07-10 Stefan Kost <ensonic@users.sf.net>
6925 * gst-libs/gst/interfaces/propertyprobe.c:
6926 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6927 * gst-libs/gst/tag/gstvorbistag.c:
6930 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
6932 * gst-libs/gst/audio/gstbaseaudiosink.c:
6933 (gst_base_audio_sink_callback):
6934 Quick hack to make audiosinks stop at EOS when operating in
6935 pull-mode; needs to be fixed properly some day.
6937 2007-07-06 Stefan Kost <ensonic@users.sf.net>
6939 * docs/libs/gst-plugins-base-libs-sections.txt:
6940 Fix location of includes in the docs.
6942 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
6944 * gst/ffmpegcolorspace/avcodec.h:
6945 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6946 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6947 (gst_ffmpegcsp_avpicture_fill):
6948 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6949 (img_get_alpha_info):
6950 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
6951 of the existing BGRA32 and RGBA32 formats with the alpha at the other
6952 end of the word. Partially fixes #451908
6954 2007-07-05 Stefan Kost <ensonic@users.sf.net>
6956 * docs/libs/Makefile.am:
6957 * docs/plugins/Makefile.am:
6958 Simplify --extra-dir as gtkdoc scans recursively.
6960 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
6962 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
6963 (gst_adder_request_new_pad):
6964 Make getcaps more robust by not using the proxycaps function. This makes
6965 sure that we don't end up recursively calling getcaps upstream.
6968 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
6970 * gst/audioconvert/audioconvert.c:
6971 Include math.h to fix compilation.
6973 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
6975 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6976 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
6977 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
6978 format, as produced by some dc1394 cameras like the iSight.
6979 See http://www.fourcc.org/yuv.php#IYU1
6981 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
6983 * gst/audioconvert/Makefile.am:
6984 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
6985 (check_default), (audio_convert_prepare_context),
6986 (audio_convert_clean_context), (audio_convert_convert):
6987 * gst/audioconvert/audioconvert.h:
6988 * gst/audioconvert/gstaudioconvert.c:
6989 (gst_audio_convert_dithering_get_type),
6990 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
6991 (gst_audio_convert_init), (gst_audio_convert_set_caps),
6992 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
6993 * gst/audioconvert/gstaudioconvert.h:
6994 * gst/audioconvert/gstaudioquantize.c:
6995 (gst_audio_quantize_setup_noise_shaping),
6996 (gst_audio_quantize_free_noise_shaping),
6997 (gst_audio_quantize_setup_dither),
6998 (gst_audio_quantize_free_dither),
6999 (gst_audio_quantize_setup_quantize_func),
7000 (gst_audio_quantize_setup), (gst_audio_quantize_free):
7001 * gst/audioconvert/gstaudioquantize.h:
7002 Implement dithering and noise shaping in audioconvert. By default now
7003 TPDF dithering (and no noise shaping) will be used when converting
7004 from a higher bit depth to 20 bit depth or smaller, otherwise
7005 everything will be as it is now.
7006 For the last audioconvert in a pipeline it would make sense to
7007 use some kind of noise shaping, enabling it by default for all
7008 conversions would give undesired results though. Fixes #360246.
7009 * tests/check/elements/audioconvert.c: (setup_audioconvert),
7011 Adjust unit test for the new audioconvert.
7013 2007-06-28 Wim Taymans <wim@fluendo.com>
7015 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7016 Use other metrics as well when estimating the buffer level.
7018 2007-06-28 Wim Taymans <wim@fluendo.com>
7020 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7021 Small debug improvement.
7023 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7025 Tweak the rate estimation period.
7026 When calculating the buffer filledness in rate estimation mode, don't
7027 mix it with other metrics.
7029 2007-06-28 Wim Taymans <wim@fluendo.com>
7031 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7032 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7033 When creating the groups, allow for a 5 second, unlimited buffers
7034 preroll phase after which we expose the group.
7035 When the group is exposed, use a small number of buffers up to a 2
7036 second limit. Also disconnect the overrun signal from multiqueue when we
7037 exposed the group because it is not needed anymore.
7039 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
7041 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7042 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7043 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7044 (#451707); also, output some debugging info when dealing with
7047 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7048 Add unit test for the above.
7050 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
7052 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7053 Add description for Windows Media RTP caps.
7055 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7056 Remove RTP fields that don't define the format from caps.
7058 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
7060 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7061 Skip empty buffers, but not empty header buffers. That way the original
7062 vorbisdec unit test still passes (#451145); also, take into account
7063 that those empty packets might carry a granulepos.
7065 * tests/check/Makefile.am:
7066 * tests/check/elements/vorbisdec.c:
7067 (_create_codebook_header_buffer), (_create_audio_buffer),
7068 (GST_START_TEST), (vorbisdec_suite):
7069 Add unit test that sends an empty packet.
7071 2007-06-27 Wim Taymans <wim@fluendo.com>
7073 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7074 Don't error out on 0-sized packets, just emit a warning because this is
7075 not a fatal error. Fixes #451145.
7077 2007-06-25 Stefan Kost <ensonic@users.sf.net>
7079 * docs/plugins/gst-plugins-base-plugins.args:
7080 * docs/plugins/gst-plugins-base-plugins.signals:
7081 * docs/plugins/inspect/plugin-adder.xml:
7082 * docs/plugins/inspect/plugin-alsa.xml:
7083 * docs/plugins/inspect/plugin-audioconvert.xml:
7084 * docs/plugins/inspect/plugin-audiorate.xml:
7085 * docs/plugins/inspect/plugin-audioresample.xml:
7086 * docs/plugins/inspect/plugin-audiotestsrc.xml:
7087 * docs/plugins/inspect/plugin-cdparanoia.xml:
7088 * docs/plugins/inspect/plugin-decodebin.xml:
7089 * docs/plugins/inspect/plugin-decodebin2.xml:
7090 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7091 * docs/plugins/inspect/plugin-gdp.xml:
7092 * docs/plugins/inspect/plugin-gnomevfs.xml:
7093 * docs/plugins/inspect/plugin-libvisual.xml:
7094 * docs/plugins/inspect/plugin-ogg.xml:
7095 * docs/plugins/inspect/plugin-pango.xml:
7096 * docs/plugins/inspect/plugin-playbin.xml:
7097 * docs/plugins/inspect/plugin-subparse.xml:
7098 * docs/plugins/inspect/plugin-tcp.xml:
7099 * docs/plugins/inspect/plugin-theora.xml:
7100 * docs/plugins/inspect/plugin-typefindfunctions.xml:
7101 * docs/plugins/inspect/plugin-video4linux.xml:
7102 * docs/plugins/inspect/plugin-videorate.xml:
7103 * docs/plugins/inspect/plugin-videoscale.xml:
7104 * docs/plugins/inspect/plugin-videotestsrc.xml:
7105 * docs/plugins/inspect/plugin-volume.xml:
7106 * docs/plugins/inspect/plugin-vorbis.xml:
7107 * docs/plugins/inspect/plugin-ximagesink.xml:
7108 * docs/plugins/inspect/plugin-xvimagesink.xml:
7109 Update docs with caps info.
7111 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
7114 Add more files with translatable strings (#450875).
7116 2007-06-23 Edward Hervey <edward@fluendo.com>
7118 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7119 The chain should be freed if we error out here, else it will leak.
7120 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7121 (cleanup_decodebin):
7122 Don't forget to *properly* remove the signals, else it will leak.
7124 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
7127 Updating all the maintainers files
7129 2007-06-21 Stefan Kost <ensonic@users.sf.net>
7131 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7133 Destroy and recreate parse-launch based pipeline after stop to be able
7134 to play again. Reorder some code and add more comments.
7136 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
7138 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7139 When handling a delayed-caps notification case, mark
7140 the group as dynamic so that the nbdynamic count is
7141 incremented and decremented correctly. Fixes: #449156
7142 Patch by: Wim Taymans <wim@fluendo.com>
7144 2007-06-19 Andy Wingo <wingo@pobox.com>
7146 * gst-libs/gst/audio/gstbaseaudiosink.c
7147 (gst_base_audio_sink_init): Enable pull-mode operation.
7149 2007-06-19 Michael Smith <msmith@fluendo.com>
7151 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7152 Change minimum rate back to 1000 to allow low-sample-rate wav files
7155 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
7158 Update translations.
7160 2007-06-15 David Schleef <ds@schleef.org>
7162 * gst/playback/gstqueue2.c:
7163 Fix compile error from ignored return value.
7165 2007-06-15 Michael Smith <msmith@fluendo.com>
7167 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7168 Update tmpbuf for all neccesary rows, not just one, as is required
7172 2007-06-15 Michael Smith <msmith@fluendo.com>
7174 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7176 Add a test that ensures we set DELTA_UNIT on all non-header,
7177 non-video buffers, if we have a video stream.
7178 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7179 (gst_ogg_mux_process_best_pad):
7180 Move setting delta_pad to earlier, where we inspect all pads, so
7181 that leading audio pages don't get DELTA_UNIT unset if they come
7182 before the first DELTA_UNIT from video pages. Fixes the newly-added
7183 test. Fixes #385527.
7185 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
7187 * tests/check/pipelines/streamheader.c: (streamheader_suite):
7188 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7189 fails on the p5-ppc64 build bot and the failure looks like it is due
7190 to the same issue as #348114, ie. a compiler bug.
7192 2007-06-13 Edward Hervey <edward@fluendo.com>
7194 * gst/playback/gstqueue2.c: (gst_queue_create_read):
7195 Fix build on MacOSX.
7197 2007-06-13 Wim Taymans <wim@fluendo.com>
7199 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7200 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7201 Fix compilation on mingw. Fixes #446972.
7203 2007-06-12 Wim Taymans <wim@fluendo.com>
7205 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7207 * gst/playback/gstqueue2.c: (update_buffering),
7208 (gst_queue_locked_enqueue):
7209 Fix a division by zero when the max percent is <= 0. Fixes #446572.
7210 also update the buffering status when receiving events. Fixes #446551.
7212 2007-06-11 Wim Taymans <wim@fluendo.com>
7214 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7216 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7217 (gst_queue_handle_src_query):
7218 Wait for preroll before attempting to forward a duration query upstream.
7221 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
7223 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7224 (gst_base_rtp_depayload_set_gst_timestamp):
7225 Use G_GINT64_CONSTANT macro for int64 constant.
7226 * win32/common/libgstinterfaces.def:
7227 * win32/common/libgsttag.def:
7228 Add new exported functions.
7230 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
7232 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7233 The BOS page of the first Dirac video stream needs to come before
7234 the BOS page of any Vorbis streams or other audio streams, just like
7237 2007-06-07 Wim Taymans <wim@fluendo.com>
7239 * gst/playback/gstqueue2.c: (gst_queue_get_range):
7242 2007-06-06 Wim Taymans <wim@fluendo.com>
7244 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7246 * gst/playback/gstqueue2.c: (gst_queue_init),
7247 (gst_queue_handle_sink_event), (gst_queue_chain),
7248 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7249 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7250 (gst_queue_src_activate_pull):
7251 Add pull based scheduling and fix some deadlocks. Fixes #444523.
7252 Does not yet completely work because duration queries upstream won't
7255 2007-06-06 Wim Taymans <wim@fluendo.com>
7258 * gst/playback/gstqueue2.c: (gst_queue_create_read):
7259 Some more fseeko checks.
7261 2007-06-06 Wim Taymans <wim@fluendo.com>
7264 check for large file support.
7266 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
7268 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7270 * gst/subparse/gstsubparse.c: (parse_subrip),
7271 (subviewer_unescape_newlines), (parse_subviewer),
7272 (gst_sub_parse_data_format_autodetect),
7273 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7274 * gst/subparse/gstsubparse.h:
7275 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7276 * tests/check/elements/subparse.c: (GST_START_TEST),
7278 Add a unit test for both SubViewer formats.
7280 2007-06-01 Michael Smith <msmith@fluendo.com>
7282 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7283 Don't overflow intermediate values when seeking to large time values
7286 2007-06-05 Wim Taymans <wim@fluendo.com>
7288 * gst/playback/gstqueue2.c: (gst_queue_have_data),
7289 (gst_queue_create_read), (gst_queue_read_item_from_file),
7290 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7291 Include stdio to define fseeko.
7293 2007-06-05 Wim Taymans <wim@fluendo.com>
7295 Patch by: Edward Hervey <edward@fluendo.com>
7297 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7299 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7301 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
7303 * gst-libs/gst/riff/Makefile.am:
7304 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7305 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7306 our own implementation.
7308 2007-06-05 Wim Taymans <wim@fluendo.com>
7310 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7311 (gst_base_rtp_depayload_setcaps),
7312 (gst_base_rtp_depayload_set_gst_timestamp),
7313 (gst_base_rtp_depayload_change_state):
7314 Handle timestamp wraparound.
7316 2007-06-05 Wim Taymans <wim@fluendo.com>
7318 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7319 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7320 (gst_uri_decode_bin_change_state):
7321 Make sure we name srcpads uniquely even when using different internal
7323 Signal no-more-pads when no more dynamic elements exist.
7324 Remove pads on cleanup.
7326 2007-06-05 Wim Taymans <wim@fluendo.com>
7328 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7330 * gst/playback/gstqueue2.c: (gst_queue_class_init),
7331 (gst_queue_init), (gst_queue_finalize),
7332 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7333 (gst_queue_create_read), (gst_queue_read_item_from_file),
7334 (gst_queue_open_temp_location_file),
7335 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7336 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7337 (gst_queue_is_empty), (gst_queue_is_filled),
7338 (gst_queue_change_state), (gst_queue_set_temp_location),
7339 (gst_queue_set_property):
7340 Add support for filebased buffering. Fixes #441264.
7342 2007-06-05 Wim Taymans <wim@fluendo.com>
7344 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7345 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7346 (caps_notify_group_cb), (gst_decode_group_new),
7347 (gst_decode_group_free):
7348 Add support for delayed caps fixation when autoplugging.
7349 Optimize cases where a multiqueue is not needed/wanted, like right after
7350 anything that is not a demuxer.
7352 2007-06-05 Wim Taymans <wim@fluendo.com>
7354 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7355 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7356 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7357 consideratly speedup ogg chain detection by not trying to find a base
7358 timestamp for skeleton streams.
7360 2007-06-05 Wim Taymans <wim@fluendo.com>
7362 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7363 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7364 (gst_multi_fd_sink_remove_flush),
7365 (gst_multi_fd_sink_remove_client_link),
7366 (gst_multi_fd_sink_handle_client_write),
7367 (gst_multi_fd_sink_handle_clients):
7368 * gst/tcp/gstmultifdsink.h:
7369 Add support for remove_flush.
7371 2007-06-05 Wim Taymans <wim@fluendo.com>
7373 * docs/design/draft-keyframe-force.txt:
7374 * ext/theora/theoraenc.c: (theora_enc_sink_event),
7376 Add draft design for forcing keyframes in encoders and implement in
7379 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
7384 === release 0.10.13 ===
7386 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
7389 releasing 0.10.13, "What's Going on?"
7391 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
7393 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7394 In riff, the depth is stored in the size field but it just means that
7395 the least significant bits are cleared. We can therefore just play
7396 the sample as if it had a depth == width. Fixes: #440997
7398 Patch by: Wim Taymans <wim@fluendo.com>
7399 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
7401 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
7403 * gst-libs/gst/floatcast/floatcast.h:
7404 Define inline when needed on win32 builds. Fixes: #441295
7405 Patch by: Sebastien Moutte <sebastien@moutte.net>
7407 2007-05-29 Wim Taymans <wim@fluendo.com>
7409 * gst/playback/gstplaybasebin.c: (queue_overrun),
7410 (no_more_pads_full):
7411 Stop buffering when the group is commited because the queues filled up.
7414 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
7416 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7417 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
7418 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7419 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7420 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7421 * ext/alsa/gstalsamixer.h:
7422 * ext/alsa/gstalsamixerelement.c:
7423 (gst_alsa_mixer_element_interface_supported),
7424 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
7425 (gst_alsa_mixer_element_set_property),
7426 (gst_alsa_mixer_element_get_property),
7427 (gst_alsa_mixer_element_change_state):
7428 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
7429 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
7430 (gst_mixer_option_changed):
7431 * gst-libs/gst/interfaces/mixer.h:
7432 Revert commits towards #152864 made so far. We'll pick it up again
7433 after the 0.10.13 release.
7435 2007-05-24 Wim Taymans <wim@fluendo.com>
7437 * gst-libs/gst/audio/gstbaseaudiosink.c:
7438 (gst_base_audio_sink_render):
7439 After an interrupt (PAUSED/flush) assume that the next sample should not
7440 be aligned to the previous sample. Fixes #417992.
7442 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
7444 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7445 Don't add channels and rate fields to the template caps for
7446 audio/x-dts, as wavparse might not always be able to set them,
7447 which would then lead to 'caps are not a real subset of the
7448 template caps' warnings.
7450 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
7452 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7453 Handle unknown or invalid pads without crashing, as might occur if
7454 a media file like an mp3 is specified as a subtitle file.
7457 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
7459 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
7461 Block the subtitle bin output queue before ghosting it and linking,
7462 then unblock after. This avoids spurious not-linked errors caused
7463 by the queue starting up (because it gets linked when it is ghosted).
7466 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
7468 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
7469 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
7470 file. Avoids flukes where the input gets typefound to some valid but
7473 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
7475 * tests/check/Makefile.am:
7476 * tests/check/elements/.cvsignore:
7477 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
7478 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
7479 Add unit test for gnomevfssink seeking and position reporting for
7482 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
7484 Patch by: Mark Nauwelaerts <manauw at skynet be>
7486 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
7487 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
7488 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
7489 * ext/gnomevfs/gstgnomevfssink.h:
7490 Fix position reporting, especially after a seek (from upstream),
7493 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
7495 * ext/cdparanoia/gstcdparanoiasrc.c:
7498 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
7500 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7501 Specify the full valid range for MP3 samplerates. Fixes a regression
7502 caused by extra header checks since the last release.
7504 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
7506 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7507 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7508 Fix a locking-order bug I introduced with my changes the other day.
7509 Patch by Mike Smith.
7511 2007-05-21 Michael Smith <msmith@fluendo.com>
7513 * ext/theora/theoradec.c: (theora_handle_data_packet):
7514 Don't look inside 0-length packets (which indicate duplicated
7517 2007-05-21 Wim Taymans <wim@fluendo.com>
7519 * ext/cdparanoia/gstcdparanoiasrc.c:
7520 (gst_cd_paranoia_src_read_sector):
7521 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7522 (gst_base_audio_src_create):
7525 * ext/theora/theoradec.c: (theora_dec_sink_event):
7528 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7529 (gst_base_rtp_depayload_set_gst_timestamp):
7532 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
7533 And some debug info when a FIXME path is hit.
7535 2007-05-21 Wim Taymans <wim@fluendo.com>
7537 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7538 (gst_base_rtp_audio_payload_class_init),
7539 (gst_base_rtp_audio_payload_init),
7540 (gst_base_rtp_audio_payload_finalize),
7541 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7542 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7543 (gst_base_rtp_payload_audio_handle_event):
7544 Some cleanups, remove minptime property as it is now in the parent
7546 Override parent class event function.
7548 * gst-libs/gst/rtp/gstbasertppayload.c:
7549 (gst_basertppayload_class_init), (gst_basertppayload_init),
7550 (gst_basertppayload_event), (gst_basertppayload_set_property),
7551 (gst_basertppayload_get_property):
7552 * gst-libs/gst/rtp/gstbasertppayload.h:
7553 Add min-ptime property.
7554 Add handle-event vmethod. Fixes #415001.
7556 2007-05-18 Stefan Kost <ensonic@users.sf.net>
7558 * gst-libs/gst/audio/gstbaseaudiosink.c
7559 (gst_base_audio_sink_change_state):
7560 Fix typo in comment.
7562 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
7563 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
7564 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
7566 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
7567 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
7568 Remove trailing whitespaces in comments.
7570 * gst/volume/Makefile.am:
7573 2007-05-18 Stefan Kost <ensonic@users.sf.net>
7575 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7577 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
7578 set_option, get_option, _gst_reserved):
7579 Revert reordering functions (keep ABI).
7581 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
7583 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7584 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
7585 (gst_ximagesink_show_frame):
7586 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7587 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
7588 (gst_xvimagesink_show_frame):
7589 When we create our own window, indicate that we handle the
7590 WM_DELETE client message from the window manager, so that it won't
7591 kill our window (and our app) along with it. Handle ClientMessage,
7592 post an error on the bus, and close the window. Further buffers
7593 arriving will result in a FlowError because the window has been
7598 Clean up the X event handling loop and make them the same for
7599 both xvimagesink and ximagesink while I'm at it.
7601 2007-05-17 Wim Taymans <wim@fluendo.com>
7603 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
7604 Make decodebin2 autoplug depayloaders too.
7606 * gst/playback/gsturidecodebin.c: (source_new_pad):
7607 Set the newly created decoder in a usable state when autoplugging a
7608 dynamic source such as RTSP.
7610 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
7612 * gst/playback/gststreaminfo.c: (cb_probe):
7613 Ignore video-codec tag for audio streams and ignore audio-codec tags
7614 for video streams. Should make codec name collection a bit more
7615 robust against sloppy demuxers that send tag events containing both
7618 2007-05-17 Wim Taymans <wim@fluendo.com>
7620 * gst/playback/gstqueue2.c: (update_rates):
7621 Tweak the buffering thresholds a little.
7622 Update the buffer size with the previously calculate rate instead of
7623 only when we calculate a new rate so that we get smoother buffering
7626 * gst/playback/Makefile.am:
7627 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
7628 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
7629 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
7630 (gst_uri_decode_bin_get_property), (unknown_type),
7631 (add_element_stream), (no_more_pads_full), (no_more_pads),
7632 (source_no_more_pads), (new_decoded_pad), (array_has_value),
7633 (gen_source_element), (has_all_raw_caps), (analyse_source),
7634 (remove_decoders), (make_decoder), (remove_source),
7635 (source_new_pad), (setup_source), (decoder_query_init),
7636 (decoder_query_duration_fold), (decoder_query_duration_done),
7637 (decoder_query_position_fold), (decoder_query_position_done),
7638 (decoder_query_latency_fold), (decoder_query_latency_done),
7639 (decoder_query_seeking_fold), (decoder_query_seeking_done),
7640 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
7641 (gst_uri_decode_bin_change_state), (plugin_init):
7642 New element that intergrates a source, optional buffering element and
7645 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
7648 Bump libtheora requirement to 1.0alpha5 for the pixformat check
7649 (also has a .pc file, so we don't need the fallback check any
7650 longer). Fixes #438840.
7652 2007-05-17 Wim Taymans <wim@fluendo.com>
7654 * gst/playback/gstqueue2.c: (gst_queue_get_type),
7655 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
7656 (apply_segment), (apply_buffer), (update_buffering),
7657 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
7658 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7659 (gst_queue_handle_sink_event), (gst_queue_is_filled),
7660 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
7664 2007-05-17 Wim Taymans <wim@fluendo.com>
7666 * gst/playback/Makefile.am:
7667 * gst/playback/gstqueue2.c: (gst_queue_get_type),
7668 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
7669 (gst_queue_getcaps), (gst_queue_bufferalloc),
7670 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
7671 (apply_buffer), (update_buffering), (reset_rate_timer),
7672 (update_rates), (gst_queue_locked_flush),
7673 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7674 (gst_queue_handle_sink_event), (gst_queue_is_empty),
7675 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
7676 (gst_queue_loop), (gst_queue_handle_src_event),
7677 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
7678 (gst_queue_src_activate_push), (gst_queue_change_state),
7679 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
7680 On our way to playbin2 this is the new network queue that does buffering
7681 all by itself using high and low watermarks. It can also measure up and
7682 downstream bandwidth to optimally size the queue.
7684 2007-05-17 Michael Smith <msmith@fluendo.com>
7686 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7687 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
7688 Use the segment->last_stop value to calculate the next timestamp to
7689 generate after a seek; not the segment->start value.
7691 2007-05-15 David Schleef <ds@schleef.org>
7693 * docs/Makefile.am: Install docs even when --disable-gtk-doc
7694 is disabled. This matches the behavior of gtk+. Fixes #349099.
7696 2007-05-15 Wim Taymans <wim@fluendo.com>
7698 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7699 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
7700 Some more chained streaming ogg timestamp fixes.
7702 2007-05-15 Wim Taymans <wim@fluendo.com>
7704 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7705 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7706 (gst_ogg_demux_handle_page):
7708 Fix chain start/stop segment handling based on patch by
7709 <ahalda at cs dot mcgill dot ca> see #320984.
7711 2007-05-15 Michael Smith <msmith@fluendo.com>
7714 We don't require a C++ compiler. So don't require one.
7716 2007-05-15 Stefan Kost <ensonic@users.sf.net>
7718 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
7719 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7720 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
7721 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7722 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
7723 gst_alsa_mixer_update_track):
7724 Apply some of the cleanup Tim suggested in #152864 afterwards.
7726 2007-05-15 Stefan Kost <ensonic@users.sf.net>
7728 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7730 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
7731 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
7732 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
7733 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7734 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
7735 gst_alsa_mixer_handle_source_callback,
7736 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7737 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
7738 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
7739 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
7740 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
7741 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
7742 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
7743 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
7744 gst_alsa_mixer_element_interface_supported,
7745 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
7746 gst_alsa_mixer_element_set_property,
7747 gst_alsa_mixer_element_get_property,
7748 gst_alsa_mixer_element_change_state):
7749 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
7750 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
7751 gst_mixer_option_changed):
7752 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
7753 volume_changed, option_changed, _gst_reserved):
7754 Implement notification for alsamixer. Fixes #152864
7756 2007-05-14 David Schleef <ds@schleef.org>
7758 * gst/videotestsrc/videotestsrc.c:
7759 * gst/videotestsrc/videotestsrc.h:
7760 Add support for video/x-raw-bayer.
7762 2007-05-12 David Schleef <ds@schleef.org>
7764 * sys/xvimage/xvimagesink.c:
7765 Add some sanity checking for the XVImage size returned by X.
7768 2007-05-12 Wim Taymans <wim@fluendo.com>
7770 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7771 (gst_base_rtp_depayload_setcaps),
7772 (gst_base_rtp_depayload_set_gst_timestamp):
7773 Parse and use additional caps fields as described in updated
7774 application/x-rtp caps spec.
7776 2007-05-12 Wim Taymans <wim@fluendo.com>
7778 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7779 (gst_ogg_demux_collect_chain_info):
7780 If there is a stream in a chain without any data packets, ignore the
7781 stream in the total length calculations. Might be related to #436820.
7783 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
7785 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
7786 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
7787 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
7788 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7791 Consolidate and re-work our mpeg system stream detection to probe
7792 more packets and produce a higher confidence result. Fixes a
7793 regression caused by lowering the typefind probability last year
7794 - related to bug #397810. Remove the redundant MPEG-1 specific
7795 typefind function, as the new one detects both MPEG-1 & MPEG-2
7798 Also cleanup the MPEG elementary and MPEG-TS detection functions a
7801 Tested against my media test directory, with some improvements and
7804 2007-05-10 Wim Taymans <wim@fluendo.com>
7806 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
7807 (queue_out_of_data):
7808 Connect to the new queue "pushing" signal instead of the broken
7811 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
7813 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7814 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
7815 Move variable declaration before the first instruction.
7816 * gst/videotestsrc/videotestsrc.c:
7817 Define M_PI if it's not defined yet.
7818 * win32/common/libgstrtp.def:
7819 Add new exported functions.
7821 2007-05-09 Michael Smith <msmith@fluendo.com>
7823 * ext/theora/theoradec.c: (theora_handle_type_packet):
7824 gst_pad_push_event() does not return a GstFlowReturn!
7826 2007-05-09 Wim Taymans <wim@fluendo.com>
7828 * tests/examples/seek/scrubby.c: (stop_cb), (main):
7829 * tests/examples/seek/seek.c: (do_seek):
7830 Some small cosmetic changes.
7832 2007-05-08 Stefan Kost <ensonic@users.sf.net>
7834 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
7835 gst_adder_change_state):
7836 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
7837 segment_pending, segment_position, segment_rate):
7838 Handle playback-rate on adder.
7840 2007-05-07 Michael Smith <msmith@fluendo.com>
7842 * ext/theora/gsttheoradec.h:
7843 * ext/theora/theoradec.c: (gst_theora_dec_reset),
7844 (theora_dec_sink_event), (theora_handle_comment_packet),
7845 (theora_handle_type_packet), (theora_dec_change_state):
7846 Don't push events (newsegment, tags) before initialising the
7848 This is neccesary for seeking to work correctly in gnonlin.
7850 2007-05-04 Stefan Kost <ensonic@users.sf.net>
7852 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7853 * gst/adder/gstadder.c:
7854 * gst/audiotestsrc/gstaudiotestsrc.c
7855 (gst_audio_test_src_create_white_noise):
7856 * gst/videotestsrc/gstvideotestsrc.c:
7857 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
7858 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
7859 volume_sink_template, volume_src_template, gst_volume_init,
7860 volume_process_double, volume_process_int16,
7861 volume_process_int16_clamp):
7862 Doc fixes and formatting.
7864 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
7866 * tests/check/Makefile.am:
7867 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7868 Minimal check for volume's GstController usability; also another
7871 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
7873 * gst-libs/gst/cdda/gstcddabasesrc.c:
7874 (gst_cdda_base_src_add_track):
7875 Fix it so that it (a) makes sense and (b) doesn't break
7876 everything cdda-related including the unit test.
7878 2007-05-04 Stefan Kost <ensonic@users.sf.net>
7880 * gst-libs/gst/cdda/gstcddabasesrc.c:
7881 (gst_cdda_base_src_add_track):
7882 Fix build when disabling asserts.
7884 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
7886 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7887 When XShm is not available, we might get row strides that are not
7888 rounded up to multiples of four; this is bad, because virtually
7889 every RGB-processing element in GStreamer assumes rowstrides are
7890 rounded up to multiples of four, so let's allocate at least enough
7891 memory to avoid crashes in this case. The image will still be
7892 displayed distorted though if this happens, so that still needs
7893 fixing (maybe by allocating a bigger image with an 'even' width
7894 and then clipping it appropriately when rendering - something for
7895 Xlib aficionados in any case).
7897 2007-05-03 Michael Smith <msmith@fluendo.com>
7899 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7900 If a buffer doesn't have a timestamp, assume it's contiguous with
7901 the previous buffer, and synthesise timestamps appropriately.
7903 2007-05-03 Edward Hervey <edward@fluendo.com>
7905 * tests/check/elements/videorate.c: (GST_START_TEST):
7906 Set buffer timestamp to a valid value in order to test the buffer
7907 really does stay in videorate.
7909 2007-05-03 Edward Hervey <edward@fluendo.com>
7911 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7912 There is no sensible way to handle incoming buffers which don't have a
7913 valid timestamp. We therefore discard them and wait for the next one.
7915 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
7917 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
7918 * gst/playback/gstdecodebin2.c: (plugin_init):
7919 Better error message for text files.
7921 2007-04-29 Wim Taymans <wim@fluendo.com>
7923 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
7924 Fix offset bug in generation RR packets.
7926 2007-04-27 Julien MOUTTE <julien@moutte.net>
7928 * ext/theora/theoradec.c: (_theora_granule_time),
7929 (theora_dec_push_forward), (theora_handle_data_packet),
7930 (theora_dec_decode_buffer): Calculate buffer duration correctly
7931 to generate a perfect stream (#433888).
7932 * gst/audioresample/gstaudioresample.c:
7933 (audioresample_check_discont): Glib provides ABS.
7935 2007-04-27 Wim Taymans <wim@fluendo.com>
7937 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7938 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
7939 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
7940 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7941 (gst_rtcp_packet_bye_set_reason):
7942 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7943 Fix RB block parsing and writing.
7944 Add support for constructing BYE packets.
7946 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
7948 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
7949 (gst_base_audio_src_create):
7951 When posting a warning message because samples were dropped, post
7952 something more intelligible than he default error message for clock
7953 errors which is just confusing in this context (#432984).
7955 2007-04-25 Wim Taymans <wim@fluendo.com>
7957 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
7958 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
7959 (read_packet_header), (gst_rtcp_packet_move_to_next),
7960 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
7961 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
7962 (gst_rtcp_packet_sdes_get_item_count),
7963 (gst_rtcp_packet_sdes_first_item),
7964 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
7965 (gst_rtcp_packet_sdes_first_entry),
7966 (gst_rtcp_packet_sdes_next_entry),
7967 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
7968 (gst_rtcp_packet_sdes_add_entry):
7969 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7970 Implement code to write SR, RR and SDES packets.
7972 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
7974 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
7976 * sys/ximage/ximagesink.c:
7977 Fix build if XShm is not available (#432362).
7979 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
7981 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
7982 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
7983 pointers to random memory which are passed to g_free() when
7984 audio_convert_prepare_context() is called the first time.
7986 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
7988 Patch by: Dan Williams <dcbw redhat com>
7990 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7991 Don't leak incoming buffer if gst_pad_push() returns a
7992 non-OK flow. Fixes #432755.
7994 * tests/check/elements/videorate.c: (GST_START_TEST),
7996 Unit test for the above by Yours Truly.
7998 2007-04-23 Stefan Kost <ensonic@users.sf.net>
8000 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8001 (gst_adder_sink_event), (gst_adder_collected):
8002 Fix non-flushing segmented seeks, Fixes #340060 for me
8004 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8006 Patch by: Olivier Crete <tester at tester ca>
8008 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8009 (gst_base_rtp_audio_payload_class_init),
8010 (gst_base_rtp_audio_payload_init),
8011 (gst_base_rtp_audio_payload_dispose):
8012 Chain up to parent class in dispose function; get rid of
8013 unnecessary 'diposed' flag in private structure (#415001).
8015 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8017 * docs/libs/gst-plugins-base-libs.types:
8018 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8019 (gst_base_rtp_audio_payload_class_init):
8020 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8021 * gst-libs/gst/rtp/gstbasertppayload.c:
8022 Some minor docs fixes and additions; also add missing 'Since' bits.
8024 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8026 Patch by: Zeeshan Ali <zeenix gmail com>
8028 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8029 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8030 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8031 (gst_base_rtp_audio_payload_push):
8032 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8033 The recently-added gst_base_rtp_audio_payload_push() should take an
8034 object of type GstBaseRTPAudioPayload as first argument (#431672).
8036 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8038 * gst/audioresample/gstaudioresample.c:
8039 Make more functions static, just because we can.
8041 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
8043 * tests/check/elements/audioresample.c:
8044 Add unit test for audioresample shutdown crasher (#420106).
8046 2007-04-20 Stefan Kost <ensonic@users.sf.net>
8048 * gst/subparse/gstsubparse.c:
8049 * gst/subparse/samiparse.c:
8050 Use GST_DISABLE_XML here
8052 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8053 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8054 (gst_xvimagesink_buffer_alloc),
8055 (gst_xvimagesink_navigation_send_event):
8056 * sys/xvimage/xvimagesink.h:
8057 Include stdlib.h when using atoi.
8059 * tests/check/elements/playbin.c: (playbin_suite):
8060 Use GST_DISABLE_REGISTRY here
8062 2007-04-19 Michael Smith <msmith@fluendo.com>
8064 * ext/theora/gsttheoraenc.h:
8065 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8066 (theora_enc_sink_event), (theora_enc_change_state):
8067 Track initialisation state; don't try to use encoder state if we're
8068 not initialised (it'll segfault).
8070 2007-04-18 Stefan Kost <ensonic@users.sf.net>
8072 * tests/check/pipelines/.cvsignore:
8075 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8077 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8078 Allow random depths between 1 and 32 instead of only multiplies of 8.
8080 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8082 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8083 Set the maximum number of channels for PCM and float in the correct
8084 place to have it also used when creating the template caps.
8086 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8088 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8089 Correctly support 4, 6 and 8 channels with normal PCM and float
8092 Fix the depth and signedness calculation in extensible wav files and
8093 also handle 1, 2, 4, 6, 8 channels here when a file without channel
8096 Add support for float, alaw and mulaw in extensible wav files.
8098 This allows correct playback of all but 5 files from
8099 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8101 (gst_riff_create_audio_template_caps):
8102 Add voxware and float formats to the template caps.
8104 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
8106 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8108 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8109 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8111 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8112 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8113 Use the correct format strings for integer formats.
8115 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
8117 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8118 Don't use pad_alloc_buffer_and_set_caps to create a small header
8119 packet, or, worse, to create a big temporary video buffer using the
8122 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
8124 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8125 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8126 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8127 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8129 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
8131 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8132 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8133 streamheader_suite):
8134 Add another test set up for failure
8136 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
8138 * tests/check/Makefile.am:
8139 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8140 GST_START_TEST, streamheader_suite, main):
8141 Add a test for the streamheader bug Wim fixed.
8143 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
8145 * ext/theora/theoradec.c: (theora_dec_sink_event):
8146 Fix misleading comment.
8148 2007-04-13 Stefan Kost <ensonic@users.sf.net>
8150 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8151 More sanity checks for the header fields.
8153 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
8155 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8156 Try encodings from all environment variables, not just those in the
8157 first environment variable that is set.
8159 2007-04-12 Wim Taymans <wim@fluendo.com>
8161 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8162 (gst_video_rate_chain):
8165 * tests/check/elements/videorate.c: (GST_START_TEST),
8167 Added check for videorate changing caps handling. Closes #421834.
8169 2007-04-12 Michael Smith <msmith@fluendo.com>
8171 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8172 Use scale functions to avoid overflow when calculating duration of
8175 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
8177 * docs/libs/gst-plugins-base-libs-sections.txt:
8178 * gst-libs/gst/tag/tag.h:
8179 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8180 API: add gst_tag_freeform_string_to_utf8() (#405072).
8182 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8183 Use gst_tag_freeform_string_to_utf8() here.
8185 2007-04-12 Wim Taymans <wim@fluendo.com>
8187 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8188 (gst_gdp_pay_sink_event):
8189 Make sure we set the IN_CAPS flag correctly.
8191 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8192 Get the IN_CAPS flag before we call functions that mess with the flags.
8194 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
8196 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8197 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8198 Only stamp buffers with offset/offset_end right before they get
8199 pushed. This ensures offset continuity, which was not the case
8201 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8203 2007-04-06 Wim Taymans <wim@fluendo.com>
8205 * gst/playback/gstplaybin.c: (add_sink),
8206 (gst_play_bin_change_state):
8207 Activate sync in playbin, we are ready to handle it for live streams.
8209 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
8211 * tests/check/elements/playbin.c:
8212 (test_sink_usage_video_only_stream), (playbin_suite):
8213 Add small test for stream-info-value-array code paths.
8215 2007-04-05 Wim Taymans <wim@fluendo.com>
8217 * gst-libs/gst/audio/gstbaseaudiosink.c:
8218 (gst_base_audio_sink_skew_slaving):
8219 Don't try to create invalid calibration parameters by making the
8220 internal time go backwards, instead make external time go forward.
8222 2007-04-05 Wim Taymans <wim@fluendo.com>
8224 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8226 * gst/playback/gstplaybasebin.c: (add_stream):
8227 Fix leak in add_stream(), when g_value_set_object() increases the
8228 refcount of streaminfo object. Fixes #426250.
8230 2007-04-03 David Schleef <ds@schleef.org>
8232 * gst/videotestsrc/gstvideotestsrc.c:
8233 * gst/videotestsrc/gstvideotestsrc.h:
8234 * gst/videotestsrc/videotestsrc.c:
8235 * gst/videotestsrc/videotestsrc.h:
8236 Add a test pattern called "circular", which has concentric
8237 rings with varying radial frequency. The main purpose of this
8238 pattern is to test fidelity loss in a filter or scaler element.
8239 Notably, this pattern is scale invariant, and is optimally viewed
8240 with a width (and height) of 400.
8242 2007-04-03 Wim Taymans <wim@fluendo.com>
8244 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8246 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8247 (deactivate_free_recursive):
8248 Decodebin2 doesn't unref pads it obtains in some occasions:
8249 - multiqueue src pads, when either connecting further or exposing
8250 - sink pads of new autoplugged elements
8251 - peer pads when recursively freeing elements
8254 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
8256 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8257 Add audio/x-raw-float support, now that audioconvert support
8258 non-native endianness floats.
8260 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
8262 * docs/libs/gst-plugins-base-libs-docs.sgml:
8263 gstreamer-plugins-base.pc doesn't exist, it's
8264 gstreamer-plugins-base-0.10.pc.
8266 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8268 Patch by: René Stadler <mail at renestadler dot de>
8269 with some minor changes
8271 * gst-libs/gst/floatcast/floatcast.h:
8272 Use more efficient float endianness conversion functions that don't
8273 involve 2 function calls per value.
8274 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8275 (check_default), (audio_convert_prepare_context):
8276 * gst/audioconvert/gstaudioconvert.c:
8277 (gst_audio_convert_parse_caps), (make_lossless_changes):
8278 Support non-native endianness floats as input and output.
8280 * tests/check/elements/audioconvert.c: (verify_convert),
8282 Add unit tests for the non-native endianness float conversions.
8284 2007-03-29 Wim Taymans <wim@fluendo.com>
8286 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8287 (gst_base_rtp_depayload_base_init),
8288 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8289 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8290 (gst_base_rtp_depayload_set_gst_timestamp),
8291 (gst_base_rtp_depayload_change_state),
8292 (gst_base_rtp_depayload_set_property),
8293 (gst_base_rtp_depayload_get_property):
8294 * gst-libs/gst/rtp/gstbasertpdepayload.h:
8295 Add Private structure.
8296 Bring element code to 2007.
8297 Parse clock-base caps param and use it when generating the
8299 Reset variables before going to PAUSED.
8302 2007-03-29 Wim Taymans <wim@fluendo.com>
8304 * docs/libs/gst-plugins-base-libs-docs.sgml:
8305 * docs/libs/gst-plugins-base-libs-sections.txt:
8306 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8307 (gst_base_rtp_audio_payload_get_adapter):
8311 * gst-libs/gst/rtp/Makefile.am:
8312 * gst-libs/gst/rtp/gstrtcpbuffer.c:
8313 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8314 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8315 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8316 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8317 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8318 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8319 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8320 (gst_rtcp_packet_sr_get_sender_info),
8321 (gst_rtcp_packet_sr_set_sender_info),
8322 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8323 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8324 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8325 (gst_rtcp_packet_sdes_get_chunk_count),
8326 (gst_rtcp_packet_sdes_first_chunk),
8327 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8328 (gst_rtcp_packet_sdes_first_item),
8329 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8330 (gst_rtcp_packet_bye_get_ssrc_count),
8331 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8332 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8333 (gst_rtcp_packet_bye_get_reason_len),
8334 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8335 * gst-libs/gst/rtp/gstrtcpbuffer.h:
8336 Add new helper object for parsing and creating RTCP messages.
8338 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
8340 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8341 PCM samples with width=8 must be always unsigned, no matter what
8344 2007-03-29 Andy Wingo <wingo@pobox.com>
8346 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8347 perfect offsets also, not just timestamps.
8349 * tests/check/elements/videorate.c (test_more): Test that given
8350 any incoming offsets, that videorate produces perfect offsets.
8352 2007-03-29 Wim Taymans <wim@fluendo.com>
8354 * gst-libs/gst/riff/riff-ids.h:
8355 Add some more RIFF formats.
8357 2007-03-29 Wim Taymans <wim@fluendo.com>
8359 * gst-libs/gst/rtp/gstrtpbuffer.c:
8360 (gst_rtp_buffer_default_clock_rate):
8361 * gst-libs/gst/rtp/gstrtpbuffer.h:
8362 Fix fixed payload names and docs.
8363 Added method to get the default clock rates of fixed payload types.
8364 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8366 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
8368 * tests/check/pipelines/.cvsignore:
8369 Add new vorbisdec test to cvsignore.
8371 2007-03-28 Wim Taymans <wim@fluendo.com>
8373 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8374 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8375 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8376 (gst_base_audio_sink_set_property),
8377 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8378 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8379 (gst_base_audio_sink_skew_slaving),
8380 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8381 (gst_base_audio_sink_async_play):
8382 * gst-libs/gst/audio/gstbaseaudiosink.h:
8383 Store private stuff in GstBaseAudioSinkPrivate.
8384 Add configurable clock slaving modes property.
8385 API:: GstBaseAudioSink::slave-method property
8386 Some more latency reporting tweaks.
8387 Added skew based clock slaving correction and make it the default until
8388 the resampling method is more robust.
8390 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
8392 * gst/audioconvert/audioconvert.c:
8393 Add docs to the integer pack functions and implement proper
8394 rounding. Before we had rounding towards negative infinity, i.e.
8395 always the smaller number was taken. Now we use natural rounding,
8396 i.e. rounding to the nearest integer and to the one with the largest
8397 absolute value for X.5. The old rounding introduced some minor
8398 distortions. Fixes #420079
8399 * tests/check/elements/audioconvert.c: (GST_START_TEST):
8400 Fix one unit test that assumed the old rounding and added unit tests
8401 for checking signed/unsigned int16 <-> signed/unsigned int16 with
8402 depth 8, one for signed int16 <-> unsigned int16 and one for the new
8403 rounding from signed int32 to signed/unsigned int16.
8405 2007-03-27 Michael Smith <msmith@fluendo.com>
8407 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
8408 (gst_audio_convert_transform_caps):
8409 Fix typo in debug line introduced recently, as pointed out on irc.
8411 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
8413 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8414 * tests/check/libs/tag.c: (GST_START_TEST):
8415 Make sure we parse floating-point numbers in vorbis comments
8416 correctly with either '.' or ',' as separator, no matter what
8417 the current locale is. Add unit test for this too.
8419 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
8421 Patch by: René Stadler <mail at renestadler de>
8423 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8424 When writing out floating-point numbers to vorbis comment tags, always
8425 use the same character as separator no matter what the current locale is
8428 * tests/check/libs/tag.c: (GST_START_TEST):
8429 Add unit tests for replaygain tags in vorbis comments (closes #423055).
8431 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
8433 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
8434 vorbis_handle_data_packet):
8435 Correctly set DURATION to generate a timestamp-continuous stream.
8436 One bug left at the end; see
8437 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
8438 * tests/check/Makefile.am:
8439 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
8440 Add a test to check this. Without the above patch this test fails.
8442 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
8444 * gst-libs/gst/rtp/Makefile.am:
8445 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
8447 2007-03-23 Michael Smith <msmith@fluendo.com>
8449 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8450 (gst_video_rate_reset), (gst_video_rate_chain):
8451 If videorate changes caps, we can no longer use the old buffer
8452 (which may have a different size, incompatible with our caps).
8453 So don't do that; just duplicate the new frame more times.
8455 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
8457 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8458 Remove playbin's override of the set_clock vmethod. It's irrelevant
8459 after Wim's commit on the 19th.
8461 2007-03-22 Wim Taymans <wim@fluendo.com>
8463 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
8464 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8465 * ext/gnomevfs/gstgnomevfssrc.h:
8466 Don't cache file sizes. Fixes #341078.
8468 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
8470 * gst/playback/gstplaybin.c: (add_sink):
8471 Use GST_PTR_FORMAT to log caps.
8473 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
8475 Patch by: Young-Ho Cha <ganadist at chollian net>
8477 * gst/subparse/samiparse.c: (handle_start_font):
8478 Special-case some more colour names that pango doesn't handle by
8479 default. Fixes #420578.
8481 2007-03-20 Michael Smith <msmith@fluendo.com>
8483 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8484 If we get a zero-sized input buffer, don't pass it to libvorbis, as
8485 that marks EOS internally. After that, libvorbis will buffer all
8486 input data, and encode none of it, eventually leading to memory
8489 2007-03-19 Wim Taymans <wim@fluendo.com>
8491 * gst/playback/gstdecodebin.c: (remove_fakesink):
8492 Don't post STATE_DIRTY anymore.
8494 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
8495 (gst_play_bin_change_state):
8496 Remove stream_time reset in seek handling, core does that now.
8497 Disable clocking for live pipelines by forcing a NULL clock to the
8498 complete pipeline, core is too smart now for our previous hack.
8499 We can always autoplug in PAUSED now.
8501 2007-03-17 David Schleef <ds@schleef.org>
8503 * REQUIREMENTS: Update this file, change the formatting to make
8504 it more consistent, plus more machine readable.
8506 2007-03-16 Michael Smith <msmith@fluendo.com>
8508 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8509 (strip_width_64), (append_with_other_format):
8510 Previous fix was too simplistic, and broke the tests. Use a better
8511 approach; only strip 64 from widths for integer audio.
8513 2007-03-16 Michael Smith <msmith@fluendo.com>
8515 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8516 (gst_audio_convert_transform_caps):
8517 We don't support 64 bit integer audio, so don't try to claim we can.
8518 Stops us producing caps don't match our template caps.
8521 2007-03-15 Michael Smith <msmith@fluendo.com>
8523 * gst/audioresample/gstaudioresample.c:
8524 (audioresample_check_discont), (audioresample_transform):
8525 Don't trigger discontinuities for very small imperfections; a filter
8526 flush will sound bad, and many plugins have rounding errors leading
8529 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
8531 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
8533 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8534 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8535 API: add "min-ptime" property to RTP base audio payloader.
8536 API: add gst_base_rtp_audio_payload_push().
8537 API: add gst_base_rtp_audio_payload_get_adapter().
8539 Indentation/whitespace/documentation fixes.
8541 2007-03-14 Julien MOUTTE <julien@moutte.net>
8543 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8544 (audioresample_transform_size), (audioresample_do_output),
8545 (audioresample_transform), (audioresample_pushthrough): Handle
8546 discontinuous streams.
8547 * gst/audioresample/gstaudioresample.h:
8548 * tests/check/elements/audioresample.c:
8549 (test_discont_stream_instance), (GST_START_TEST),
8550 (audioresample_suite): Add a test for discontinuous streams.
8551 * win32/common/config.h: Updated.
8553 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
8568 Update translations from translation project.
8570 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
8572 * gst/audioresample/debug.h:
8573 * gst/audioresample/resample.c: (resample_init):
8574 Since I really am not interested in a debug line for each sample
8575 being processed, move the library's debugging to its own category,
8578 2007-03-13 Michael Smith <msmith@fluendo.com>
8580 * ext/theora/theoradec.c: (theora_handle_type_packet):
8581 Since the plugin doesn't support anything other than 4:2:0 right
8582 now, post an error and fail if we get something else. Won't matter
8583 until libtheora supports the other pixel formats, but hopefully
8586 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
8588 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
8589 Use gst_guint64_to_gdouble for conversion.
8591 Add new files to the win32 MANIFEST.
8592 * win32/common/libgstaudio.def:
8593 * win32/common/libgstpbutils.def:
8594 Add new exported functions.
8595 * win32/vs6/gst_plugins_base.dsw:
8596 * win32/vs6/libgstdecodebin.dsp:
8597 * win32/vs6/libgstplaybin.dsp:
8598 Change the link to libgstpbutils.lib.
8599 * win32/vs6/libgstdecodebin2.dsp:
8600 Add a new project for decodebin2.
8601 * win32/vs6/libgstpbutils.dsp:
8602 Add a new project for pbutils.
8604 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
8606 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8607 Also accept partial dates with only year and month,
8608 like 1999-12-00 (fixes #410396 even more).
8610 * tests/check/libs/tag.c: (GST_START_TEST):
8611 Add unit test for the above.
8613 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
8615 * tests/check/elements/subparse.c: (GST_START_TEST),
8617 Add unit test for MPL2 subtitle format (#413799).
8619 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
8621 Patch by: Kamil Pawlowski <kamilpe gmail com>
8623 * gst/subparse/Makefile.am:
8624 * gst/subparse/gstsubparse.c:
8625 (gst_sub_parse_data_format_autodetect),
8626 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
8627 (gst_subparse_type_find):
8628 * gst/subparse/gstsubparse.h:
8629 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
8630 * gst/subparse/mpl2parse.h:
8631 Add support for MPL2 subtitle format (#413799).
8633 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8636 We require core CVS for the new buffer metadata copy functions.
8638 2007-03-09 Wim Taymans <wim@fluendo.com>
8640 * gst-libs/gst/tag/gstid3tag.c:
8641 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
8644 Patch by: Alex Lancaster <alexl at users sourceforge net>
8646 2007-03-09 Wim Taymans <wim@fluendo.com>
8648 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
8649 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
8650 Improve adapter usage and comments.
8652 2007-03-09 Wim Taymans <wim@fluendo.com>
8654 * ext/pango/gsttextrender.c: (gst_text_render_chain):
8655 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
8656 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
8657 Use new metadata copy function.
8659 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8660 (gst_ffmpegcsp_transform):
8661 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
8662 Basetransform copied the metadata for us.
8664 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8666 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
8667 (gst_text_overlay_video_event):
8668 Some more logging. Only accept newsegment events in TIME format and
8669 send a WARNING message if they are not in TIME format.
8671 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8672 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
8673 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
8674 * gst/subparse/gstsubparse.h:
8675 No need to allocate GstSegment structure dynamically, just put it
8676 into the instance structure; ignore newsegment events in BYTE
8677 format and in particular don't let it overwrite our saved TIME
8678 segment from the last seek.
8680 2007-03-09 Michael Smith <msmith@fluendo.com>
8682 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
8683 Replace AC3 typefinder with one that isn't terrible, and actually
8686 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
8688 * gst/audioconvert/gstaudioconvert.c:
8689 (gst_audio_convert_transform):
8690 fix error category and translatable string
8693 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8695 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8696 * pkgconfig/gstreamer-plugins-base.pc.in:
8697 Fix up utils => pbutils here too.
8699 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
8701 * gst/subparse/gstsubparse.c: (handle_buffer):
8702 Break out of loop in chain function as soon as possible if we get
8703 a non-OK flow return.
8705 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8707 * tests/check/elements/alsa.c: (GST_START_TEST):
8708 Unref the mixer if the state change fails too (if the
8709 alsa devices are inaccessible, for example)
8711 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8713 * tests/check/Makefile.am:
8714 Don't test libvisual elements in the states check, because libvisual
8715 seems to leak internally.
8717 Re-enable the alsa and states tests now that there's new suppressions
8720 * tests/check/elements/alsa.c: (GST_START_TEST):
8721 Don't leak the alsamixer we instantiated.
8723 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8725 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8726 (gst_ximagesink_change_state), (gst_ximagesink_reset),
8727 (gst_ximagesink_finalize):
8728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8729 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
8730 Move some cleanup stuff from the state change handler into a _reset()
8731 function that can be called from _finalize(). This ensures that things
8732 get freed even if (for some reason) the NULL->READY state transition
8733 fails in the parent class.
8734 Even if a parent state change fails, process our downward state change
8735 logic instead of bailing out early.
8736 Free the correct xcontext pointer in ximagesink's xcontext_clear.
8738 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
8740 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8743 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
8744 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8745 Use pango_font_description_set_family_static instead of
8746 pango_font_description_set_family to save a string copy (it was
8747 leaking due to the strdup anyway)
8749 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
8750 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
8751 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
8752 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
8753 Chain up in finalize.
8755 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
8757 * gst-libs/gst/interfaces/mixertrack.c:
8758 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
8759 (gst_mixer_track_set_property):
8760 API: add "untranslated-label" property which should be set by
8761 implementations at construct time (#414645).
8763 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
8764 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8765 Set "untranslated-label" when constructing mixer track objects.
8767 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
8768 Unit test to check the above.
8770 2007-03-07 Wim Taymans <wim@fluendo.com>
8772 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8773 Fix confusing debug message.
8775 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8777 * gst-plugins-base.doap:
8778 update doap file with new version
8780 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8785 === release 0.10.12 ===
8787 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
8790 releasing 0.10.12, "Zombie Horde"
8792 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
8795 Bump version to 0.10.11.4 pre-release
8797 2007-03-06 Wim Taymans <wim@fluendo.com>
8799 * gst-libs/gst/audio/gstbaseaudiosink.c:
8800 (gst_base_audio_sink_async_play):
8801 Fix regression that made GStreamer skip the first samples of audio.
8804 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
8807 Bump version to 0.10.11.3 pre-release
8809 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
8812 Update paths for the rename from utils to pbutils to fix the build.
8814 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
8816 * gst-libs/gst/pbutils/Makefile.am:
8817 Change directory to install headers in from gst/utils to gst/pbutils
8820 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
8823 * docs/libs/gst-plugins-base-libs-docs.sgml:
8824 * docs/libs/gst-plugins-base-libs-sections.txt:
8825 * gst-libs/gst/Makefile.am:
8826 * gst-libs/gst/interfaces/mixer.c:
8827 * gst-libs/gst/pbutils/Makefile.am:
8828 * gst-libs/gst/pbutils/descriptions.c:
8829 (gst_pb_utils_get_source_description),
8830 (gst_pb_utils_get_sink_description),
8831 (gst_pb_utils_get_decoder_description),
8832 (gst_pb_utils_get_encoder_description),
8833 (gst_pb_utils_get_element_description),
8834 (gst_pb_utils_add_codec_description_to_tag_list),
8835 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
8836 * gst-libs/gst/pbutils/descriptions.h:
8837 * gst-libs/gst/pbutils/install-plugins.c:
8838 * gst-libs/gst/pbutils/install-plugins.h:
8839 * gst-libs/gst/pbutils/missing-plugins.c:
8840 (gst_missing_uri_source_message_new),
8841 (gst_missing_uri_sink_message_new),
8842 (gst_missing_element_message_new),
8843 (gst_missing_decoder_message_new),
8844 (gst_missing_encoder_message_new),
8845 (gst_missing_plugin_message_get_description):
8846 * gst-libs/gst/pbutils/missing-plugins.h:
8847 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
8848 * gst-libs/gst/pbutils/pbutils.h:
8849 * gst-libs/gst/utils/Makefile.am:
8850 * gst-libs/gst/utils/base-utils.c:
8851 * gst-libs/gst/utils/base-utils.h:
8852 * gst-libs/gst/utils/descriptions.c:
8853 * gst-libs/gst/utils/descriptions.h:
8854 * gst-libs/gst/utils/install-plugins.c:
8855 * gst-libs/gst/utils/install-plugins.h:
8856 * gst-libs/gst/utils/missing-plugins.c:
8857 * gst-libs/gst/utils/missing-plugins.h:
8858 * gst-plugins-base.spec.in:
8859 * gst/playback/Makefile.am:
8860 * gst/playback/gstdecodebin.c:
8861 * gst/playback/gstdecodebin2.c:
8862 * gst/playback/gstplaybasebin.c: (setup_subtitle),
8863 (gen_source_element):
8864 * gst/playback/gstplaybin.c: (plugin_init):
8865 * tests/check/Makefile.am:
8866 * tests/check/libs/pbutils.c: (GST_START_TEST),
8867 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
8868 * tests/check/libs/utils.c:
8869 rename utils to pbutils
8871 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
8873 * docs/plugins/Makefile.am:
8874 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8875 * docs/plugins/gst-plugins-base-plugins-sections.txt:
8876 * docs/plugins/inspect/plugin-decodebin2.xml:
8877 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
8878 Add documentation for decodebin2 that indicates that the API
8881 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
8884 Update to 0.10.11.2 (0.10.12 pre-release)
8886 2007-03-01 Wim Taymans <wim@fluendo.com>
8888 * gst-libs/gst/audio/gstbaseaudiosink.c:
8889 (gst_base_audio_sink_async_play):
8890 base time is irrelevant here.
8892 2007-03-01 Wim Taymans <wim@fluendo.com>
8894 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
8895 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
8898 * gst-libs/gst/audio/gstbaseaudiosink.c:
8899 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
8900 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
8901 Improve latency and clock slaving calculations.
8902 Improve slave clock calibration.
8904 * gst-libs/gst/audio/gstringbuffer.c:
8905 (gst_ring_buffer_commit_full):
8906 When we are asked to render N sample to 0 bytes, return N.
8908 2007-03-01 Wim Taymans <wim@fluendo.com>
8910 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8911 (gst_alsasink_write), (gst_alsasink_reset):
8912 * ext/alsa/gstalsasink.h:
8913 Remove unused dispose function.
8914 Rename lock to not interfere with alsasrc lock.
8916 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
8917 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
8918 (gst_alsasrc_read), (gst_alsasrc_reset):
8919 * ext/alsa/gstalsasrc.h:
8920 Implement finalize function.
8921 Use lock to protect alsa access.
8923 Fine tune sw params.
8925 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
8928 Convert to new AG_GST style.
8930 2007-02-28 Wim Taymans <wim@fluendo.com>
8932 Patch by: Ed Catmur <ed at catmur dot co dot uk>
8934 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
8935 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8936 Fix race condition when rapidly switching visualisations in playbin.
8939 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
8941 * tests/check/Makefile.am:
8942 Include local stuff before system installed things in LDFLAGS and
8945 2007-02-28 Wim Taymans <wim@fluendo.com>
8947 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
8950 2007-02-28 Wim Taymans <wim@fluendo.com>
8952 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8953 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
8954 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
8955 Fix duration and timestamping, taking latency into account.
8956 Implement latency query.
8958 2007-02-28 Wim Taymans <wim@fluendo.com>
8960 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8961 (gst_audio_clock_new):
8964 * gst-libs/gst/audio/gstbaseaudiosink.c:
8965 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
8966 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8967 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
8968 (gst_base_audio_src_create):
8969 Improve latency query code.
8970 Use proper clock names.
8972 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
8974 * tests/check/generic/states.c: (GST_START_TEST):
8975 Copy the states.c test from core again
8976 * tests/check/Makefile.am:
8977 ignore cdio and cdparanoiasrc
8979 2007-02-28 Stefan Kost <ensonic@users.sf.net>
8981 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8982 (double_hq), (audio_convert_get_func_index), (check_default),
8983 (audio_convert_prepare_context), (audio_convert_convert):
8984 Also make valgrind happy and avoid copying data in some cases.
8986 2007-02-28 Stefan Kost <ensonic@users.sf.net>
8988 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
8989 (double_hq), (audio_convert_get_func_index),
8990 (audio_convert_prepare_context), (audio_convert_convert):
8991 * gst/audioconvert/gstaudioconvert.c:
8992 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
8993 (gst_audio_convert_transform_caps):
8994 * tests/check/elements/audioconvert.c: (GST_START_TEST),
8995 (audioconvert_suite):
8996 Don't run inplace if that overwrites source data as we go. Add more
8997 tests. Fixes #339837 even more.
8999 2007-02-27 Julien MOUTTE <julien@moutte.net>
9001 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9002 (msg_segment_done): Fix various seeking bugs (Slider was not
9003 updating when doing a non flushing seek, Reverse playback
9004 on segment seek was wrong).
9006 2007-02-26 Wim Taymans <wim@fluendo.com>
9008 * tests/examples/seek/seek.c: (stop_seek):
9009 When we stop scrubbing, don't leave the pipeline PLAYING when we
9010 requested a PAUSED state.
9012 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
9014 Patch by: René Stadler <mail at renestadler de>
9016 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9017 Parse date strings in vorbis comments that have an invalid (zero)
9018 month or day (#410396).
9020 * tests/check/libs/tag.c: (GST_START_TEST):
9021 Test case for the above.
9023 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
9025 Patch by: Loïc Minier <lool+gnome at via ecp fr>
9028 * ext/alsa/Makefile.am:
9029 * gst/audiotestsrc/Makefile.am:
9030 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9032 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
9034 * gst/playback/gstplaybin.c:
9035 Improve docs: point out that the application needs to assist playbin
9038 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
9040 * gst-libs/gst/utils/install-plugins.c:
9041 * gst-libs/gst/utils/missing-plugins.c:
9042 * tests/check/libs/utils.c: (missing_msg_check_getters):
9043 Change GStreamer marker prefix in detail string from 'gstreamer.net'
9044 to just 'gstreamer'. Document the caps string component of the
9045 decoder/encoder detail a bit better, since not everyone will be
9046 familiar with the GStreamer media type/caps system (but they better
9047 enjoy nested itemized lists).
9049 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
9051 * gst-libs/gst/netbuffer/gstnetbuffer.c:
9052 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9053 Fix copying of GstNetBuffer (would crash before, or at least lead to
9054 invalid memory access, #410772), for now by copying the GstBuffer copy
9055 code from the core over here so we can copy the GstBuffer fields on a
9056 provided buffer instance (of type GstNetBuffer in this case). Would be
9057 better to fix this with some support by the core though (and in the long
9058 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9060 * tests/check/Makefile.am:
9061 Enable unit test for GstNetBuffer.
9063 2007-02-22 Andy Wingo <wingo@pobox.com>
9065 * gst-libs/gst/audio/gstbaseaudiosink.c
9066 (gst_base_audio_sink_init): Disable pull-mode activation until we
9067 figure out how to make audio sinks go to PLAYING.
9069 2007-02-22 Stefan Kost <ensonic@users.sf.net>
9071 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9072 (double_hq), (audio_convert_get_func_index),
9073 (audio_convert_prepare_context), (audio_convert_convert):
9074 * gst/audioconvert/audioconvert.h:
9075 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9076 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9077 * gst/audioconvert/gstchannelmix.h:
9078 * tests/check/elements/audioconvert.c: (GST_START_TEST):
9079 Add float as an intermediate format, as well as float mixing. Enable
9080 test that was failing before. Fixes #339837
9082 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
9084 * tests/examples/seek/seek.c: (do_seek):
9085 Undo the previous commit: -1 as a stop time implies that the stop
9086 time is the end of file, clearing any previously configured segment.
9088 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
9090 * tests/examples/seek/seek.c: (do_seek):
9091 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9093 2007-02-21 Stefan Kost <ensonic@users.sf.net>
9095 * gst/volume/gstvolume.c: (volume_process_int16),
9096 (volume_process_int16_clamp), (volume_set_caps):
9097 Unbreak volume, value remains gint.
9099 2007-02-21 Stefan Kost <ensonic@users.sf.net>
9101 * gst/volume/gstvolume.c: (volume_choose_func),
9102 (volume_update_real_volume), (gst_volume_set_volume),
9103 (gst_volume_init), (volume_process_double), (volume_process_float),
9104 (volume_process_int16), (volume_process_int16_clamp),
9105 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9106 * gst/volume/gstvolume.h:
9107 Extend float audio support (double) and some int->uint cleanups.
9109 2007-02-20 Edward Hervey <edward@fluendo.com>
9111 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9112 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9113 (sort_end_pads), (gst_decode_group_expose),
9114 (gst_decode_group_hide):
9115 Don't free groups from the streaming threads. Just put them aside and
9116 free them in dispose.
9118 2007-02-20 Edward Hervey <edward@fluendo.com>
9120 * gst/playback/gstdecodebin2.c: (connect_element),
9121 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9122 (sort_end_pads), (gst_decode_group_expose):
9123 Handle dynamic pads within groups.
9124 Sort pads before exposing them in order to make playbin happy.
9125 There still is a race with the multiqueue filling up. This should be
9129 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
9131 * gst-libs/gst/utils/base-utils.c:
9132 * gst-libs/gst/utils/descriptions.c:
9133 * gst-libs/gst/utils/install-plugins.c:
9134 * gst-libs/gst/utils/missing-plugins.c:
9135 Some more docs (and descriptions for two subtitle formats).
9137 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
9139 * gst-libs/gst/audio/audio.c:
9142 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
9144 Patch by: Yves Lefebvre <ivanohe abacom com>
9146 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9147 Don't leak caps. Fixes #408278.
9149 2007-02-15 Stefan Kost <ensonic@users.sf.net>
9151 * ext/cdparanoia/gstcdparanoiasrc.h:
9152 * ext/ogg/gstoggdemux.h:
9153 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9154 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9155 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9156 * gst-libs/gst/audio/audio.h:
9157 * gst-libs/gst/audio/gstaudiofilter.h:
9158 * gst-libs/gst/interfaces/videoorientation.h:
9159 * gst/adder/gstadder.h:
9160 More docs coverage and some ChangeLog surgery (add missing names)
9162 2007-02-15 Wim Taymans <wim@fluendo.com>
9164 * sys/ximage/ximagesink.c:
9165 (gst_ximagesink_calculate_pixel_aspect_ratio):
9166 * sys/xvimage/xvimagesink.c:
9167 (gst_xvimagesink_calculate_pixel_aspect_ratio):
9168 Small constifications.
9170 2007-02-15 Wim Taymans <wim@fluendo.com>
9172 * gst-libs/gst/audio/gstbaseaudiosink.c:
9173 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9174 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9175 (gst_base_audio_sink_async_play),
9176 (gst_base_audio_sink_change_state):
9177 Answer latency query.
9178 Use configured latency when syncing.
9181 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9182 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9183 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9184 Fix possible memleak.
9185 Implement latency query.
9188 2007-02-15 Wim Taymans <wim@fluendo.com>
9190 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9191 Ignore errors in reset, these are not fatal. They also grab the element
9192 lock which is already taking when this function is called. Fixes
9195 2007-02-13 Stefan Kost <ensonic@users.sf.net>
9198 Remove 'tests/examples/xerror/Makefile' from output files again.
9200 2007-02-13 Stefan Kost <ensonic@users.sf.net>
9203 * docs/plugins/Makefile.am:
9204 Also crossref against gst-plugins-base-libs.
9206 2007-02-12 Stefan Kost <ensonic@users.sf.net>
9209 * docs/libs/Makefile.am:
9210 * docs/plugins/Makefile.am:
9211 Add crossreferences to glib/gobject/gstream docs.
9213 * gst-libs/gst/audio/audio.h:
9216 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9217 Add own debug category.
9219 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
9221 Patch by: René Stadler <mail at renestadler de>
9223 * gst-libs/gst/tag/gstvorbistag.c:
9224 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9227 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
9229 * gst/playback/gstplaybasebin.c: (setup_source):
9230 When we have external subtitles and wait for the subtitle decodebin
9231 to get up and running, we set up a (sync) bus handler for the
9232 subtitle decodebin, so we can stop waiting when it posts an error
9233 message. However, we should do that before we set the subtitle
9234 decodebin's state to playing, otherwise things are racy and we might
9235 miss error messages posted before we had a chance to set up the bus.
9236 This should finally fix totem hanging on .txt pseudo-subtitle files.
9238 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
9240 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9241 Use gst_gdouble_to_guint64 for conversions.
9242 * win32/common/config.h.in:
9243 Add a define for GST_INSTALL_PLUGINS_HELPER
9244 * win32/common/libgstaudio.def:
9245 * win32/common/libgstcdda.def:
9246 * win32/common/libgstnetbuffer.def:
9247 * win32/common/libgstrtp.def:
9248 * win32/common/libgutils.def:
9249 Add new exported functions.
9250 * win32/vs6/gst_plugins_base.dsw:
9251 * win32/vs6/libgstdecodebin.dsp:
9252 * win32/vs6/libgstnetbuffer.dsp:
9253 * win32/vs6/libgstplaybin.dsp:
9254 * win32/vs6/libgstrtp.dsp:
9255 * win32/vs6/libgstvorbis.dsp:
9256 * win32/vs6/libgstcdda.dsp:
9257 * win32/vs6/libgstgdp.dsp:
9258 * win32/vs6/libgstutils.dsp:
9259 Update and add new project files.
9261 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
9263 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9264 (subrip_remove_unhandled_tags), (parse_subrip):
9265 For SubRip (.srt) subtitles, ignore all markup tags we don't
9266 handle (like font tags, for example).
9268 * tests/check/elements/subparse.c:
9271 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
9273 * gst/playback/gstdecodebin.c: (add_fakesink),
9274 (gst_decode_bin_change_state):
9275 * gst/playback/gstdecodebin2.c: (add_fakesink),
9276 (gst_decode_bin_change_state):
9277 Don't error out if there is no fakesink in the NULL to READY state
9278 change, since when decodebin is re-used, we're only adding the
9279 fakesink element in READY to PAUSED.
9281 * tests/check/elements/decodebin.c:
9282 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9284 Minimal unit test to make sure we can use the same decodebin
9285 instance twice (at least with audiotestsrc input).
9287 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
9289 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9290 Try to get devic-name from device string first, and from handle only
9291 as fallback (seems to yield better results and is more robust
9292 against buggy probing code on the application side).
9294 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
9296 Based on patch by: Julien Puydt <julien.puydt at laposte net>
9298 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9299 (gst_alsa_find_device_name):
9300 * ext/alsa/gstalsa.h:
9301 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9302 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9303 Improve device-name detection a bit, especially in the case where
9304 the device is not actually open (#405020, #405024). Move common code
9305 into gstalsa.c instead of duplicating it.
9307 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
9309 * gst/audioconvert/gstaudioconvert.c:
9310 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9312 2007-02-06 Julien MOUTTE <julien@moutte.net>
9314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9315 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9316 (gst_xvimagesink_interface_supported),
9317 (gst_xvimagesink_probe_get_properties),
9318 (gst_xvimagesink_probe_probe_property),
9319 (gst_xvimagesink_probe_needs_probe),
9320 (gst_xvimagesink_probe_get_values),
9321 (gst_xvimagesink_property_probe_interface_init),
9322 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9323 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9324 (gst_xvimagesink_get_type):
9325 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9326 for XVAdaptors so that one can choose the adaptor to use with
9327 gstreamer-properties.
9329 2007-02-06 Stefan Kost <ensonic@users.sf.net>
9331 * gst/audioconvert/gstaudioconvert.c:
9332 Also mention that a conversion from double to float is suboptimal still.
9334 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
9336 * gst-libs/gst/audio/gstaudiofilter.c:
9337 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9338 Clear our formats structure and free the caps contained in it when
9341 2007-02-05 Andy Wingo <wingo@pobox.com>
9343 * gst-libs/gst/audio/gstbaseaudiosink.c
9344 (gst_base_audio_sink_callback): Update basesink->offset so that we
9345 pull monotonically increasing offsets instead of, um, seeking back
9346 to 0 each time. Fixes alsasrc ! alsasink!
9348 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
9350 * gst/videoscale/gstvideoscale.c:
9351 A width and height of 1 makes us crash, so increase minimum size to
9352 2x2 pixels until someone feels like fixing this (#404512).
9354 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
9356 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9357 Add small test to make sure request pads are cleaned up properly
9358 even if oggmux never changes state out of NULL.
9360 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
9362 * tests/check/libs/utils.c: (GST_START_TEST):
9363 Fix unit test. Turns out things work much better when you
9364 NULL-terminate string arrays. Should make p5 build bot happy again.
9366 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
9368 * gst-libs/gst/audio/Makefile.am:
9369 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9370 (gst_audio_filter_template_base_init),
9371 (gst_audio_filter_template_class_init),
9372 (gst_audio_filter_template_init),
9373 (gst_audio_filter_template_set_property),
9374 (gst_audio_filter_template_get_property),
9375 (gst_audio_filter_template_setup),
9376 (gst_audio_filter_template_filter),
9377 (gst_audio_filter_template_filter_inplace), (plugin_init):
9378 Oops, forgot to commit fixed-up example.
9380 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
9382 * docs/libs/gst-plugins-base-libs-sections.txt:
9383 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9384 (gst_audio_filter_class_init), (gst_audio_filter_init),
9385 (gst_audio_filter_set_caps),
9386 (gst_audio_filter_class_add_pad_templates):
9387 * gst-libs/gst/audio/gstaudiofilter.h:
9388 Port GstAudioFilter to 0.10. This change technically breaks
9389 API and ABI (and thus also every library developer's heart),
9390 but seems justifiable on the grounds that the base class was
9391 completely unusable before (ie. would crash immediately when
9392 actually used). Fixes #403963 (and eventually also #403572).
9393 Also document all of this a bit.
9395 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
9397 * gst-libs/gst/utils/install-plugins.c:
9398 (gst_install_plugins_spawn_child):
9399 * tests/check/libs/utils.c:
9400 (test_base_utils_install_plugins_do_callout):
9401 Lowering log level to see why things fail on the p5 build bot;
9402 fix some typos in unit test messages.
9404 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
9406 * tests/check/libs/utils.c:
9407 (test_base_utils_install_plugins_do_callout):
9408 Don't hard-code temp directory for test helper; use GLib functions
9409 to write out file and do error checking etc.
9411 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
9413 * gst-libs/gst/utils/Makefile.am:
9414 * gst-libs/gst/utils/base-utils.h:
9415 * gst-libs/gst/utils/install-plugins.c:
9416 (gst_install_plugins_context_set_xid),
9417 (gst_install_plugins_context_new),
9418 (gst_install_plugins_context_free),
9419 (gst_install_plugins_get_helper),
9420 (gst_install_plugins_spawn_child),
9421 (gst_install_plugins_return_from_status),
9422 (gst_install_plugins_installer_exited),
9423 (gst_install_plugins_async), (gst_install_plugins_sync),
9424 (gst_install_plugins_return_get_name),
9425 (gst_install_plugins_installation_in_progress):
9426 * gst-libs/gst/utils/install-plugins.h:
9427 API: add API for applications to initiate installation of missing
9428 plugins, ie. gst_install_plugins_async() primarily.
9429 Based on libgimme-codec by Ryan Lortie.
9432 Add --with-install-plugins-helper configure option so distros can specify
9433 the path of the helper script or program to call when plugin installation
9434 is requested (distros: please do any argument munging in this helper
9435 script instead of patching GStreamer to pass arguments differently
9436 to another program directly).
9438 * docs/libs/gst-plugins-base-libs-docs.sgml:
9439 * docs/libs/gst-plugins-base-libs-sections.txt:
9440 Build and document new API.
9442 * tests/check/libs/utils.c: (result_cb),
9443 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
9444 (libgstbaseutils_suite):
9445 Some simple checks for the new API.
9447 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
9449 * tests/check/elements/audioconvert.c: (test_float_conversion):
9450 Add small test for 32bit float <=> 64bit float conversion (works
9451 only one way so far, 32=>64 produces structured noise).
9453 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
9455 * gst/audioconvert/gstaudioconvert.c:
9456 (set_structure_widths_32_and_64), (make_lossless_changes):
9457 We don't support floats with a width of 40, 48 or 56 bits.
9459 2007-02-02 Stefan Kost <ensonic@users.sf.net>
9461 * gst/audioconvert/audioconvert.c: (float), (double),
9462 (audio_convert_get_func_index):
9463 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
9464 (make_lossless_changes):
9465 Support for 64-bit float audio in audioconvert (#339837)
9467 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
9469 Patch by: Holger Wansing <linux wansing-online de>
9473 Add German translation (#352069).
9475 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
9477 reviewed by: Wim Taymans <wim@fluendo.com>
9479 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
9480 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
9481 Use newly added GstCollectPads API to free the allocated resources in
9482 the GstOggPad structures (#402393).
9484 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
9486 * gst/playback/gstplaybin.c: (gen_vis_element):
9487 Add audioresample+audioconvert in front of the visualisation
9488 element, so that elements like libvisual 0.4 that don't support all
9489 samplerates can work.
9493 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
9495 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
9496 (gst_play_base_bin_get_streaminfo_value_array):
9497 Take some locks and make a copy of the streaminfo value array we
9498 maintain while holding the lock, so that the application can
9499 retrieve the stream-info as a value array in a thread-safe way.
9501 2007-01-30 Wim Taymans <wim@fluendo.com>
9503 * gst/audioconvert/gstaudioconvert.c:
9504 Don't fail on 0 sized buffers. Fixes #396835.
9506 2007-01-29 David Schleef <ds@schleef.org>
9508 * gst/typefind/gsttypefindfunctions.c:
9509 Detect BBCD as video/x-dirac, so we can play raw dirac
9512 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
9514 * ext/theora/theoraenc.c: (theora_enc_chain):
9515 Check return value of theora_encode_header(), or we might try to
9516 allocate a random number of bytes. theora_encode_header() can fail
9517 if libtheora has been compiled with encoding support disabled.
9520 2007-01-29 Wim Taymans <wim@fluendo.com>
9522 * tests/check/gst/.cvsignore:
9523 Do as buildbot says.
9525 2007-01-29 Wim Taymans <wim@fluendo.com>
9527 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
9528 Fix strides in libvisual. Gst uses X strides.
9529 Inspired by: <ed at catmur dot co dot uk> and
9530 <tim at centricular dot net>
9533 2007-01-27 Wim Taymans <wim@fluendo.com>
9535 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9536 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9537 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
9538 (gst_ogg_demux_perform_seek),
9539 (gst_ogg_demux_bisect_forward_serialno),
9540 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9541 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
9542 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
9543 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
9544 * ext/ogg/gstoggdemux.h:
9545 Properly propagate streaming errors when we are scanning the file for
9546 chains so that we don't crash when shut down. Might fix some crashers
9547 when quickly switching oggs in RB such as #332503 and #378436.
9549 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
9551 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
9552 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
9555 2007-01-25 Wim Taymans <wim@fluendo.com>
9557 * gst/playback/gstplaybasebin.c: (remove_source):
9558 Don't try to disconnect a signal from a finalized object.
9560 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
9562 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
9563 Cast lock macro parameters to make sure we're actually accessing the
9564 lock member at the right class level. Free list itself in _dispose()
9565 as well and NULL it in case dispose gets called multiple times.
9567 2007-01-25 Edward Hervey <edward@fluendo.com>
9569 * gst/playback/gstdecodebin2.c:
9570 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
9571 Free GstDecodeGroups no longer used.
9572 (gst_decode_group_expose):
9573 Don't unlock too many times !
9574 (deactivate_free_recursive):
9575 Free iterator once we're done with it.
9576 Fix for recursively deactivating elements (stop at ghostpads).
9578 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
9580 * gst/playback/gstplaybin.c: (handoff):
9581 Fix up caps on the frame buffer before we save it and potentially
9582 make it accessible to other threads via g_object_get; also use
9583 gst_buffer_replace() instead of gst_mini_object_replace().
9585 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
9587 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9588 Make getting the current frame thread-safe.
9590 2007-01-25 Edward Hervey <edward@fluendo.com>
9592 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
9593 (gst_decode_group_new), (gst_decode_group_free):
9594 Set queues to bigger sizes to cope with HD contents.
9595 Fix some mutex freeing and add comment about MT safe methods.
9597 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
9599 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9600 (gst_text_overlay_text_event):
9601 Don't unnecessarily ref (and then leak) upstream events if the text
9602 pad is not linked. Fixes #399948.
9604 * tests/check/gst-plugins-base.supp:
9605 Add suppression for pango on edgy/x86 for textoverlay test.
9607 2007-01-24 Wim Taymans <wim@fluendo.com>
9609 * gst-libs/gst/rtp/gstrtpbuffer.h:
9610 Add some more fixed payloads.
9612 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
9614 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9615 Error out properly if we get an error from libogg while reading the
9616 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
9618 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
9620 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
9623 * tests/check/elements/playbin.c:
9624 (test_sink_usage_video_only_stream),
9625 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
9626 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
9627 (test_missing_suburisource_handler),
9628 (test_missing_primary_decoder), (playbin_suite):
9629 Run all tests once with decodebin and once with decodebin2.
9630 One test does not pass yet with decodebin2.
9632 2007-01-23 Edward Hervey <edward@fluendo.com>
9634 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
9635 Fix the cases where oggmux doesn't properly figure out that all
9636 sinkpads have gone EOS, and therefore doesn't push out the remaining
9637 buffers and the final EOS event.
9640 2007-01-23 Julien MOUTTE <julien@moutte.net>
9642 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9644 Don't lock on navigation event push, just on keysym to string.
9645 Fixes #397673 again.
9647 2007-01-22 Edward Hervey <edward@fluendo.com>
9649 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
9650 (get_current_group), (group_demuxer_event_probe),
9651 (gst_decode_group_expose), (deactivate_free_recursive),
9652 (gst_decode_group_free):
9654 Don't forget to emit 'no-more-pads' once a group is exposed.
9655 Cleanup elements from a DecodeGroup once we remove it.
9656 Protect call to gst_decode_group_expose() with the decodebin lock.
9658 2007-01-22 Julien MOUTTE <julien@moutte.net>
9660 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9661 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9662 Looking at Xorg code i can't figure out if that XKeysymToString
9663 function is thread sensible or not. Lock it just in case as
9664 recommended by Radek Doulik <rodo at ximian dot com>.
9666 2007-01-22 Julien MOUTTE <julien@moutte.net>
9668 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9669 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9670 Lock that X Call as well. Fixes #397673.
9672 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9674 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
9675 Don't go into an endless loop if the file starts with 00 00 01 2X,
9676 like quicktime redirect files might. Fixes #396042.
9678 * tests/check/Makefile.am:
9679 * tests/check/gst/.cvsignore:
9680 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
9681 (typefindfunctions_suite):
9682 Add unit test for the above.
9684 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9686 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9687 On second thought, use "depth" field rather than "bpp" field.
9689 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
9691 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9692 Camtasia caps apparently need a bpp field (#398875).
9694 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9696 * gst/playback/gstplaybasebin.c: (setup_subtitle),
9697 (gen_source_element), (gst_play_base_bin_change_state):
9698 Attempt at a better error message in case we don't have the required
9699 URI handler installed; post missing-plugin message also when we're
9700 missing an URI handler for the subtitle URI; clean up properly also
9701 when an error occurs and we never made it to PAUSED state.
9703 * tests/check/elements/playbin.c: (GST_START_TEST),
9705 Check that we're also getting a missing-plugin messsage for a
9706 missing subtitle URI handler (and clean up properly).
9708 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9710 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
9711 Plug a few reference leaks.
9713 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9715 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9716 Lower probability a bit if the marker isn't right at the start,
9717 to decrease the chance of false positives.
9719 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
9721 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9722 Small mpeg2 system stream typefinding improvement: make typefinder
9723 probe a bit into the stream instead of just looking for a marker
9724 at the beginning. Fixes #397810.
9726 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
9728 * gst/audioconvert/gstchannelmix.c:
9729 Remove compatibility cruft for prehistoric GLib versions.
9731 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
9733 * gst/playback/Makefile.am:
9734 * gst/playback/gstdecodebin.c: (close_pad_link):
9735 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
9736 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9737 (gst_play_base_bin_handle_message_func), (unknown_type):
9738 Let decodebin be the element to post missing-plugin messages for
9739 missing decoders (rather than playbin); make playbin implement
9740 GstBin::handle_message so we can suppress missing-plugin messages
9741 for types we're not handling on purpose (don't want to bring up an
9742 installer in those cases).
9744 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
9746 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9747 * gst-libs/gst/tag/gstvorbistag.c:
9748 (gst_tag_list_to_vorbiscomment_buffer):
9749 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
9750 Fix potentially unaligned access (#397207).
9752 2007-01-16 Stefan Kost <ensonic@users.sf.net>
9754 * tests/examples/seek/seek.c: (set_scale), (update_scale),
9755 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
9756 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
9758 Allow to toggle looping while it plays. Fix callback prototype. Clean
9759 up code a bit more. Add copyright header.
9761 2007-01-16 Stefan Kost <ensonic@users.sf.net>
9763 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9764 Red and blue mask was swapped (spotted by Dan Williams).
9766 2007-01-15 Stefan Kost <ensonic@users.sf.net>
9768 * gst-libs/gst/tag/gstid3tag.c:
9769 * gst-libs/gst/tag/gstvorbistag.c:
9770 Use new beats-per-minute tag from core.
9772 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
9775 Add new files with translatable strings, so they actually make it
9776 into the template file one day.
9778 2007-01-12 Andy Wingo <wingo@pobox.com>
9780 * gst-libs/gst/audio/gstbaseaudiosink.c
9781 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
9782 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
9783 stuff, as the base class handles this now. Actually tell the ring
9785 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
9786 How did this work before? Maybe I'm not as awesome a programmer as
9789 * gst-libs/gst/audio/gstbaseaudiosrc.c
9790 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
9793 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9795 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
9796 Remove more fields so that the application can better blacklist
9797 formats that have been tried before.
9799 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9801 * gst-libs/gst/audio/mixerutils.h:
9802 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
9803 used when compiling with c++ compilers as well.
9805 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
9807 * gst/typefind/gsttypefindfunctions.c:
9810 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
9812 * gst/playback/gstplaybin.c: (post_missing_element_message),
9813 (gen_video_element), (gen_text_element), (gen_audio_element),
9815 Post missing-plugin messages also when we error out because
9816 converters, textoverlay or auto*sinks are missing (#161922).
9818 2007-01-10 Wim Taymans <wim@fluendo.com>
9820 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
9821 (is_demuxer_element), (new_caps):
9822 * gst/playback/gstplaybasebin.c: (source_new_pad):
9823 Fix the case where we try to ref a NULL element when we delay a link
9824 because of unfixed caps.
9825 Set the state of autoplugged decodebins to PAUSED.
9826 RTSP now works in playbin, we can remove it from the blacklist.
9828 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9830 * gst/playback/Makefile.am:
9831 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
9832 (unknown_type), (setup_subtitle), (gen_source_element):
9833 * gst/playback/gstplaybin.c: (plugin_init):
9834 Post missing-plugin messages on the bus for missing sources and
9835 missing decoders/demuxers/depayloaders; fix error code used when
9836 we're missing an URI handler source; for media types that we are not
9837 handling on purpose at the moment, don't print "don't know how to
9838 handle xyz" messages to the terminal or post missing-plugin
9839 messages on the bus.
9841 * tests/check/elements/playbin.c: (create_playbin),
9842 (GST_START_TEST), (gst_codec_src_uri_get_type),
9843 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
9844 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
9845 (gst_codec_src_init_type), (gst_codec_src_base_init),
9846 (gst_codec_src_create), (gst_codec_src_class_init),
9847 (gst_codec_src_init), (plugin_init), (playbin_suite):
9848 Add some tests for the missing-plugin stuff.
9850 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9853 * gst-libs/gst/Makefile.am:
9854 * gst-libs/gst/utils/Makefile.am:
9855 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
9856 * gst-libs/gst/utils/base-utils.h:
9857 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
9858 (find_format_info), (caps_are_rtp_caps),
9859 (gst_base_utils_get_source_description),
9860 (gst_base_utils_get_sink_description),
9861 (gst_base_utils_get_decoder_description),
9862 (gst_base_utils_get_encoder_description),
9863 (gst_base_utils_get_element_description),
9864 (gst_base_utils_add_codec_description_to_tag_list),
9865 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
9866 * gst-libs/gst/utils/descriptions.h:
9867 * gst-libs/gst/utils/missing-plugins.c:
9868 (missing_structure_get_type), (copy_and_clean_caps),
9869 (gst_missing_uri_source_message_new),
9870 (gst_missing_uri_sink_message_new),
9871 (gst_missing_element_message_new),
9872 (gst_missing_decoder_message_new),
9873 (gst_missing_encoder_message_new),
9874 (missing_structure_get_string_detail),
9875 (missing_structure_get_caps_detail),
9876 (gst_missing_plugin_message_get_installer_detail),
9877 (gst_missing_plugin_message_get_description),
9878 (gst_is_missing_plugin_message):
9879 * gst-libs/gst/utils/missing-plugins.h:
9880 API: add new libgstbaseutils library with functions
9881 - to create and parse missing-plugins messages
9882 - that provide (translated) descriptions for caps/decoders/sources/etc.
9885 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9886 * pkgconfig/gstreamer-plugins-base.pc.in:
9889 * docs/libs/gst-plugins-base-libs-docs.sgml:
9890 * docs/libs/gst-plugins-base-libs-sections.txt:
9891 Generate docs for new lib and API.
9893 * tests/check/Makefile.am:
9894 * tests/check/libs/.cvsignore:
9895 * tests/check/libs/utils.c: (missing_msg_check_getters),
9896 (GST_START_TEST), (libgstbaseutils_suite):
9897 Add some basic unit tests.
9899 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9901 * ext/ogg/Makefile.am:
9902 Dist gstoggdemux.h to fix 'make distcheck'.
9904 * sys/v4l/Makefile.am:
9905 Fix 'make distcheck' even more.
9907 2007-01-09 Wim Taymans <wim@fluendo.com>
9909 * docs/plugins/Makefile.am:
9910 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9911 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9912 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9913 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
9914 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
9915 (gst_ogg_demux_perform_seek):
9916 * ext/ogg/gstoggdemux.h:
9918 Add some more comments.
9921 2007-01-09 Wim Taymans <wim@fluendo.com>
9923 * ext/theora/theoradec.c:
9924 * ext/vorbis/vorbisdec.c:
9925 * gst-libs/gst/audio/gstringbuffer.c:
9926 (gst_ring_buffer_commit_full):
9927 * gst-libs/gst/audio/gstringbuffer.h:
9928 * gst-libs/gst/rtp/gstrtpbuffer.c:
9929 * gst-libs/gst/tag/gstvorbistag.c:
9930 Small documentation updates/fixes
9932 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
9935 Require core CVS HEAD for Andy's basesrc/sink API additions.
9937 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9939 Patch by: Günter Thelen <daedalus dot inc at gmx net>
9941 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
9943 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
9944 on flac.sf.net (there appear to be other versions of the first
9945 ogg page in the wild) (#391365).
9947 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9950 Check if localtime_r() is available.
9952 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9953 If localtime_r() is not available, fall back to localtime(). Should
9954 fix build on MingW (#393310).
9956 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
9958 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9959 * gst/subparse/gstsubparse.h:
9960 Remove spurious 1000 subtrahend when calculating the timestamp from
9961 the frame number and the frame rate . Also, use the frames/second
9962 value specified in the first line of the file, if one is specified
9963 there. Should fix #357503.
9965 * tests/check/elements/subparse.c: (do_test),
9966 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
9968 Add some basic unit tests for the microdvd subtitle format.
9970 2007-01-07 Julien MOUTTE <julien@moutte.net>
9972 Patch by: Young-Ho Cha <ganadist at chollian dot net>
9974 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9975 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
9976 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
9977 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
9978 (gst_xvimagesink_set_xwindow_id),
9979 (gst_xvimagesink_set_event_handling),
9980 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9981 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9983 Add an adaptor property to select a specific XV adaptor.
9984 * sys/xvimage/xvimagesink.h:
9986 2007-01-07 Julien MOUTTE <julien@moutte.net>
9988 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9989 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
9990 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9991 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
9992 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
9993 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
9994 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9995 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
9996 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9997 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
9998 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
9999 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10000 Use flow_lock much more to protect every access to xwindow.
10001 Try to catch erros while creating images in case some drivers are
10002 just generating an XError when the requested image is too big.
10003 Should fix : #354698, #384008, #384060.
10004 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10005 Implement some stress testing of setting window xid.
10007 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
10009 * win32/common/libgsaudio.def:
10010 Add new exported function.
10011 * win32/common/libgstogg.dsp:
10012 Add gstoggaviparse.c to the build.
10013 * win32/common/libgstvideoscale.dsp:
10014 Add vs_4tap.c to the build.
10015 * win32/common/libgstvorbis.dsp:
10016 Add vorbistag.c to the build.
10018 2007-01-06 Andy Wingo <wingo@pobox.com>
10020 * gst-libs/gst/audio/gstbaseaudiosink.c
10021 (gst_base_audio_sink_class_init)
10022 (gst_base_audio_sink_init):
10023 (gst_base_audio_sink_activate_pull): Add an activate_pull function
10024 to baseaudiosink, and tell basesink that we can work in pull mode.
10025 This way the ring buffer thread drives the pipeline directly, if
10026 pull mode is possible. There is some lingering nastiness regarding
10028 (gst_base_audio_sink_callback): Implement the callback to pull
10029 data. This interface is a bit light, though -- it should get a
10030 GstFlowReturn return value at least.
10032 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
10034 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10035 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10036 * gst/playback/gstdecodebin2.c:
10037 (gst_decode_group_check_if_blocked):
10038 Printf format and missing argument fixes.
10040 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
10042 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10043 (gst_ogm_parse_change_state):
10044 Activate pads before adding them to the element.
10046 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
10048 * tests/examples/seek/scrubby.c: (main):
10049 * tests/examples/seek/seek.c: (main):
10050 Call g_thread_init() first thing in main() (see #391278).
10052 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
10054 * tests/check/Makefile.am:
10055 * tests/check/libs/.cvsignore:
10056 * tests/check/libs/netbuffer.c: (GST_START_TEST),
10058 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10059 for the time being, since it's broken, see #393099.
10061 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
10063 * tests/check/Makefile.am:
10064 Update to use GST_PLUGINS_BASE_CFLAGS as well.
10066 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
10069 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10070 so that GST_BASE_CFLAGS can go inbetween them, making sure
10071 we use uninstalled gst-libs headers
10072 * docs/libs/Makefile.am:
10073 * ext/alsa/Makefile.am:
10074 * ext/cdparanoia/Makefile.am:
10075 * ext/gnomevfs/Makefile.am:
10076 * ext/libvisual/Makefile.am:
10077 * ext/ogg/Makefile.am:
10078 * ext/theora/Makefile.am:
10079 * ext/vorbis/Makefile.am:
10080 * gst-libs/gst/audio/Makefile.am:
10081 * gst-libs/gst/cdda/Makefile.am:
10082 * gst-libs/gst/interfaces/Makefile.am:
10083 * gst-libs/gst/riff/Makefile.am:
10084 * gst-libs/gst/rtp/Makefile.am:
10085 * gst-libs/gst/tag/Makefile.am:
10086 * gst/adder/Makefile.am:
10087 * gst/audioconvert/Makefile.am:
10088 * gst/audiorate/Makefile.am:
10089 * gst/audioresample/Makefile.am:
10090 * gst/playback/Makefile.am:
10091 * gst/tcp/Makefile.am:
10092 * gst/videoscale/Makefile.am:
10093 * gst/volume/Makefile.am:
10094 * sys/ximage/Makefile.am:
10095 * sys/xvimage/Makefile.am:
10096 * tests/icles/Makefile.am:
10099 2007-01-04 Julien MOUTTE <julien@moutte.net>
10101 * gst-libs/gst/interfaces/xoverlay.c:
10102 (gst_x_overlay_handle_events):
10103 * gst-libs/gst/interfaces/xoverlay.h:
10104 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10105 (gst_ximagesink_set_xwindow_id),
10106 (gst_ximagesink_set_event_handling),
10107 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10108 (gst_ximagesink_get_property), (gst_ximagesink_init),
10109 (gst_ximagesink_class_init):
10110 * sys/ximage/ximagesink.h:
10111 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10112 (gst_xvimagesink_set_xwindow_id),
10113 (gst_xvimagesink_set_event_handling),
10114 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10115 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10116 (gst_xvimagesink_class_init):
10117 * sys/xvimage/xvimagesink.h:
10118 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10119 Add a method to the XOverlay interface to allow disabling of
10120 event handling in x[v]imagesink elements. This will let X events
10121 propagate to parent windows which can be usefull in some cases.
10122 Be carefull that the application is then responsible of pushing
10123 navigation events and expose events to the video sink.
10126 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
10128 * gst-libs/gst/tag/gstvorbistag.c:
10129 * tests/check/libs/tag.c: (GST_START_TEST):
10130 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10133 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
10136 * docs/Makefile.am:
10137 * docs/design/Makefile.am:
10140 2006-12-27 Julien MOUTTE <julien@moutte.net>
10142 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10143 typo. Fixes: #390063.
10145 2006-12-27 Julien MOUTTE <julien@moutte.net>
10147 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10150 * win32/common/config.h: Updated.
10152 2006-12-22 Stefan Kost <ensonic@users.sf.net>
10154 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10155 (setup_gdpdepay_streamheader):
10156 * tests/check/elements/gdppay.c: (cleanup_gdppay),
10157 (setup_gdppay_streamheader):
10158 Fix the dp tests, but activating the pads for the streamheader tests
10159 too and cleaning up conditionaly
10161 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
10163 * gst/ffmpegcolorspace/avcodec.h:
10164 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10165 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10166 (gst_ffmpegcsp_avpicture_fill):
10167 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10168 (img_get_alpha_info):
10169 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10170 other end of the word. Fixes: #387073.
10172 Add some inconsequential branch hints in a couple of places.
10174 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
10176 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10177 (gst_ffmpeg_caps_to_smpfmt):
10178 The "signed" field in raw audio caps is of boolean type, trying to
10179 extract the value with _get_int() will fail (fix to keep in sync with
10180 the copy in gst-ffmpeg)
10182 2006-12-21 Stefan Kost <ensonic@users.sf.net>
10184 * tests/check/elements/audioresample.c: (cleanup_audioresample):
10185 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10186 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10187 (cleanup_gdpdepay):
10188 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10189 * tests/check/elements/subparse.c: (teardown_subparse):
10190 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10191 * tests/check/elements/videorate.c: (cleanup_videorate):
10192 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10193 * tests/check/elements/volume.c: (cleanup_volume):
10194 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10195 (cleanup_vorbisdec):
10196 * tests/check/elements/vorbistag.c: (setup_vorbistag),
10197 (cleanup_vorbistag):
10198 consistent pad (de)activation
10200 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
10202 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10203 Forgot to register the extensions.
10205 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
10207 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10209 Add typefinder for VIVO files (my christmas present to the 90s).
10211 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
10213 * gst/playback/gstdecodebin.c: (type_found):
10214 Special-case the text/plain media type: we only want to recognise it
10215 as a 'raw' decoded media type if it comes from a demuxer or subtitle
10216 parser, but not if the entire stream is of text/plain type. If the
10217 entire stream is text/plain, we should just error out.
10219 This fixes playback of audio files with lyrics in totem. Totem can't
10220 distinguish between text files and subtitle files and passes any
10221 .txt file with the same basename as the main file to playbin as
10222 suburi, and playbin will then throw a 'subtitle found, but no video
10223 stream' error, which isn't entirely helpful. See #380342.
10225 Also, with this change we'll show a slightly more correct error
10226 message in case totem passes a playlist file to us (although a
10227 custom error message wording instead of the default text would
10228 probably not be a bad idea either).
10230 Same problem also needs to be fixed for playbin+decodebin2.
10232 * tests/check/Makefile.am:
10233 * tests/check/elements/decodebin.c: (src_handoff_cb),
10234 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10236 Add simple unit test for decodebin for the above.
10238 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
10240 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10241 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10242 Refuse to change state to READY when we failed to create any of the
10243 required elements in our instance init function.
10245 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
10247 * docs/libs/gst-plugins-base-libs-sections.txt:
10248 Small docs fixes/updates.
10250 * gst-libs/gst/video/gstvideosink.h:
10251 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10252 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10253 removed from the base sink API between 0.9.6 and 0.9.7).
10254 API: add GST_VIDEO_SINK_CAST and use it for the height/width
10255 accessor macros, so we don't do a runtime GObject type check every
10258 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
10261 * gst-plugins-base.doap:
10262 * gst-plugins-base.spec.in:
10265 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
10267 Patch by: Jens Granseuer <jensgr at gmx net>
10269 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10270 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10271 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10272 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10273 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10274 Declare variables at the beginning of a block. Fixes #383195.
10276 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
10279 Bump version nano - back to CVS.
10282 === release 0.10.11 ===
10284 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
10287 releasing 0.10.11, "Dumb things"
10289 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
10291 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10292 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10293 Handle the case where an element has multiple pads with
10294 unfixed caps as well as still possibly producing more dynamic
10295 pads by storing each case as a distinct entry in the dynamic list.
10296 Fixes #38223 again.
10298 2006-12-04 Wim Taymans <wim@fluendo.com>
10300 * gst/playback/gstdecodebin.c: (close_pad_link):
10301 Fix #382223, add more dynamic caps handling.
10303 2006-12-04 Wim Taymans <wim@fluendo.com>
10305 * gst-libs/gst/audio/gstringbuffer.h:
10306 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10307 (gst_netaddress_set_ip4_interface),
10308 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10309 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10310 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10311 (gst_netaddress_get_ttl):
10312 * gst-libs/gst/netbuffer/gstnetbuffer.h:
10313 * gst/playback/gstdecodebin.c: (close_pad_link):
10314 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10315 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10316 * win32/common/config.h:
10318 2006-12-01 Michael Smith <msmith@fluendo.com>
10320 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10321 Delete bad debug code.
10324 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
10326 * gst/videoscale/vs_4tap.c:
10328 * win32/common/config.h:
10329 * win32/vs8/libgstvideoscale.vcproj:
10330 Fix compilation on win32 under VS8
10331 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10332 Partially fixes #381175
10334 2006-11-30 Michael Smith <msmith@fluendo.com>
10336 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10338 It would be very bad if, after a discont buffer, we thought every
10339 single following buffer was also discont. So, add to the test to
10340 ensure that this isn't the case.
10342 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10343 ... it was the case. So fix it.
10345 2006-11-28 Wim Taymans <wim@fluendo.com>
10347 * gst/playback/gstplaybasebin.c: (check_queue_event):
10350 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10351 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10352 padtemplate caps. Refixes #357577.
10354 2006-11-28 Wim Taymans <wim@fluendo.com>
10356 * gst/playback/gstplaybasebin.c: (check_queue_event),
10357 (queue_threshold_reached), (queue_out_of_data),
10358 (gen_preroll_element):
10359 Add event probe to see when EOS is in a queue and we can disable the
10360 underrun signals. Fixes #357577.
10362 2006-11-28 Edward Hervey <edward@fluendo.com>
10364 * gst/playback/Makefile.am:
10365 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10366 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10367 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10368 (gst_decode_bin_init), (gst_decode_bin_dispose),
10369 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10370 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10371 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10372 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10373 (connect_element), (expose_pad), (type_found),
10374 (pad_added_group_cb), (pad_removed_group_cb),
10375 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10376 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10377 (are_raw_caps), (multi_queue_overrun_cb),
10378 (multi_queue_underrun_cb), (gst_decode_group_new),
10379 (get_current_group), (group_demuxer_event_probe),
10380 (gst_decode_group_control_demuxer_pad),
10381 (gst_decode_group_control_source_pad),
10382 (gst_decode_group_check_if_blocked),
10383 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10384 (gst_decode_group_hide), (gst_decode_group_free),
10385 (gst_decode_group_set_complete), (source_pad_blocked_cb),
10386 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
10387 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
10389 New decodebin2 element.
10391 * gst/playback/gstplay-marshal.list:
10392 Added marshallers for new signals in decodebin2
10393 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
10394 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
10397 2006-11-28 Wim Taymans <wim@fluendo.com>
10399 * gst/playback/gstplaybasebin.c: (setup_source),
10400 (gst_play_base_bin_change_state):
10401 Disable rtsp:// uris for the release, it's not good enough yet.
10404 2006-11-26 Wim Taymans <wim@fluendo.com>
10406 * ext/theora/theoradec.c: (gst_theora_dec_reset),
10407 (theora_dec_push_forward), (theora_dec_push_reverse),
10408 (theora_handle_data_packet), (theora_dec_decode_buffer),
10409 (theora_dec_flush_decode), (theora_dec_chain_reverse),
10410 (theora_dec_chain_forward), (theora_dec_chain):
10411 Implement reverse playback.
10413 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10414 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
10415 (vorbis_dec_chain_forward):
10416 Clear buffers used for reverse playback in _reset.
10417 No need to set the eos flag, we clip samples using the segment.
10419 2006-11-24 Wim Taymans <wim@fluendo.com>
10421 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10422 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
10423 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
10424 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
10426 Handle continued pages in reverse mode.
10428 2006-11-24 Wim Taymans <wim@fluendo.com>
10430 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
10431 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10432 (vorbis_dec_flush_decode):
10434 Don't try to add invalid timestamps.
10435 Clipping will unref the buffer.
10437 2006-11-24 Stefan Kost <ensonic@users.sf.net>
10439 * gst/adder/gstadder.h:
10440 * gst/audiotestsrc/gstaudiotestsrc.h:
10441 remove obsolete _factory_init protos
10443 2006-11-24 Stefan Kost <ensonic@users.sf.net>
10445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10446 Fix spacing in debug message.
10448 2006-11-23 Wim Taymans <wim@fluendo.com>
10450 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10451 (gst_ogg_demux_chain):
10452 Don't just ignore return values from _pad_push().
10453 Small debug improvements.
10455 2006-11-23 Michael Smith <msmith@fluendo.com>
10457 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
10458 If our incoming buffer is marked as DISCONT, then increment the page
10459 number (so that the discontinuity is marked in the final ogg
10460 bitstream) and flush the previous page.
10462 2006-11-22 Michael Smith <msmith@fluendo.com>
10464 * ext/theora/gsttheoraenc.h:
10465 * ext/theora/theoraenc.c: (gst_theora_enc_init),
10466 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
10467 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
10468 (theora_enc_chain), (theora_enc_change_state):
10469 Mark discontinuities of > 3/4 of a frame, reinit encoder.
10471 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10472 (GST_START_TEST), (theoraenc_suite):
10473 Enable discontinuity test, fix it.
10475 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
10477 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10478 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10479 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10480 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10481 (gst_text_overlay_change_state):
10482 * ext/pango/gsttextoverlay.h:
10483 Some textoverlay fixes: for one, in the video chain function,
10484 actually wait for a text buffer to come in if there is none at the
10485 moment and there should be one; also, deal more gracefully with
10486 incoming buffers that do not have a timestamp or duration; discard
10487 text buffer when not needed any longer. Fixes #341681.
10489 * tests/check/Makefile.am:
10490 * tests/check/elements/.cvsignore:
10491 * tests/check/elements/textoverlay.c:
10492 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
10493 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
10494 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
10495 (test_video_waits_for_text_send_text_newsegment_thread),
10496 (test_video_waits_for_text_shutdown_element),
10497 (test_render_continuity_push_video_buffers_thread),
10498 (textoverlay_suite):
10499 Add some unit tests for textoverlay.
10501 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
10503 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10504 Avoid integer underflow when the found probability for mp3 is
10505 smaller than the 'penalty' we subtract if there's not a clean
10506 mp3 header sync at offset 0.
10508 2006-11-21 Stefan Kost <ensonic@users.sf.net>
10510 * docs/libs/gst-plugins-base-libs-sections.txt:
10511 Add some new symbols to the docs
10513 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
10515 * tests/check/Makefile.am:
10516 * tests/check/elements/ffmpegcolorspace.c:
10517 (ffmpegcolorspace_suite):
10518 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
10519 (for now not for valgrinding though, since it takes too long).
10521 2006-11-20 Wim Taymans <wim@fluendo.com>
10523 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10524 (gst_ffmpeg_pixfmt_to_caps):
10525 Fix RGBA32 caps. Fixes #357038.
10527 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
10529 * gst-libs/gst/interfaces/mixertrack.h:
10530 Add FIXME so we can add some padding here in 0.11
10532 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
10534 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10535 Fix GstBaseRTPAudioPayload structure so the whole GObject
10536 inheritance business actually works (parent class instance structure
10537 must always come first in the derived class instance structure).
10539 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
10541 * gst/videotestsrc/Makefile.am:
10542 * tests/check/Makefile.am:
10543 Make sure our checks and the videotestsrc plugin link against the
10544 local uninstalled gst libs and not any installed gst libs that
10545 might happen to exist as well.
10547 * tests/check/elements/adder.c: (message_received),
10548 (test_event_message_received), (test_play_twice_message_received):
10549 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
10550 Fix compiler warnings when compiling against core with disabled
10553 2006-11-16 Michael Smith <msmith@fluendo.com>
10555 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10556 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
10557 Fix audiorate, so that it accurately sets offsets and timestamps.
10558 Doesn't change the fundamental algorithmic decisions; so should be
10561 * tests/check/Makefile.am:
10562 Enable audiorate test now that it passes.
10564 2006-11-09 Stefan Kost <ensonic@users.sf.net>
10566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10567 clear xv when going to NULL, remove // commented non-existant proto
10569 * tests/examples/seek/seek.c: (main):
10570 add missing tooltip description for scrub and play_scrub
10572 2006-11-14 David Schleef <ds@schleef.org>
10575 Bump liboil requirement to 0.3.8.
10576 * gst-libs/gst/riff/riff-media.c:
10578 * gst/videoscale/vs_image.h:
10579 * gst/videoscale/vs_scanline.h:
10580 Use liboil's stdint.h.
10581 * gst/videotestsrc/videotestsrc.c:
10582 Remove liboil related ifdef's, since they aren't needed now, and
10583 won't work with future versions.
10585 2006-11-14 David Schleef <ds@schleef.org>
10587 * gst/videoscale/Makefile.am:
10588 * gst/videoscale/gstvideoscale.c:
10589 * gst/videoscale/gstvideoscale.h:
10590 * gst/videoscale/vs_4tap.c:
10591 * gst/videoscale/vs_4tap.h:
10592 * gst/videoscale/vs_image.c:
10593 * gst/videoscale/vs_image.h:
10594 * gst/videoscale/vs_scanline.c:
10595 * gst/videoscale/vs_scanline.h:
10596 Add a 4-tap image scaler. Theoretically looks much prettier.
10597 The tap calculation could use some improvement.
10599 2006-11-14 Wim Taymans <wim@fluendo.com>
10601 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
10603 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
10604 (gst_riff_parse_strf_iavs):
10605 * gst/subparse/gstsubparse.c: (convert_encoding):
10606 * gst/tcp/gstmultifdsink.c:
10607 (gst_multi_fd_sink_handle_client_write):
10608 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10609 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
10610 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
10611 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
10612 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10613 (gst_ximagesink_ximage_new):
10614 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10615 Various gsize and gssize printf fixes. Fixes #372507.
10617 2006-11-13 Wim Taymans <wim@fluendo.com>
10619 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10620 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
10621 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10622 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
10623 (vorbis_dec_chain_forward), (vorbis_dec_chain):
10624 * ext/vorbis/vorbisdec.h:
10625 First stab at vorbis reverse playback.
10627 2006-11-13 Wim Taymans <wim@fluendo.com>
10629 * gst-libs/gst/audio/gstbaseaudiosink.c:
10630 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10631 * gst-libs/gst/audio/gstbaseaudiosink.h:
10632 Make the clock sync code more accurate wrt resampling and playback
10633 at different rates.
10635 * gst-libs/gst/audio/gstringbuffer.c:
10636 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
10637 * gst-libs/gst/audio/gstringbuffer.h:
10638 Use better algorithm to interpolate sample rates.
10640 2006-11-13 Michael Smith <msmith@fluendo.com>
10642 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
10643 Improve a debug line slightly.
10645 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
10646 Call gst_riff_init() in plugin_init, to avoid getting errors from
10647 the debug system (unrelated changes to another plugin made this turn
10650 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
10652 Patch by: Sergey Scobich <sergery.scobich at gmail com>
10654 * win32/common/libgsttag.def:
10655 Add missing symbol (#366492).
10657 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
10659 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
10660 Don't unref a NULL pad.
10662 2006-11-09 Wim Taymans <wim@fluendo.com>
10664 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10665 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
10666 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
10667 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
10668 (gst_ogg_demux_loop):
10669 Implement first stab at reverse playback.
10671 2006-11-07 Stefan Kost <ensonic@users.sf.net>
10673 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10674 (gst_riff_create_video_template_caps):
10675 add h263/h264 variants to the caps, Fixes #363118
10677 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
10679 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10680 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10681 Use g_strerror instead of strerror so we get UTF-8.
10683 2006-11-03 David Schleef <ds@schleef.org>
10685 * ext/ogg/gstoggdemux.c:
10686 * ext/ogg/gstoggmux.c:
10687 Add/remove KW-DIRAC header here, since it is ogg-specific.
10689 2006-11-03 Michael Smith <msmith@fluendo.com>
10691 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10692 Recognise more mpeg4 elementary video streams.
10694 2006-11-02 Edward Hervey <edward@fluendo.com>
10696 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10697 Lower the probability of mp3 typefinding functions if we don't find a
10698 valid mp3 header at the start of the file.
10701 2006-11-02 Wim Taymans <wim@fluendo.com>
10703 * ext/theora/gsttheoradec.h:
10704 * ext/theora/theoradec.c: (gst_theora_dec_init),
10705 (theora_dec_sink_event), (theora_dec_chain_forward),
10706 (theora_dec_flush_decode), (theora_dec_chain_reverse),
10707 (theora_dec_chain):
10708 Document and partially implement an algorithm for doing reverse playback
10711 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
10713 Patch by: Sergey Scobich <sergey.scobich at gmail com>
10715 * win32/common/config.h:
10716 * win32/common/interfaces-enumtypes.c:
10717 * win32/common/libgsttag.def:
10718 * win32/vs8/gst-plugins-base.sln:
10719 * win32/vs8/libgstaudioresample.vcproj:
10720 * win32/vs8/libgstinterfaces.vcproj:
10721 * win32/vs8/libgstogg.vcproj:
10722 * win32/vs8/libgstriff.vcproj:
10723 * win32/vs8/libgsttag.vcproj:
10724 * win32/vs8/libgsttheora.vcproj:
10725 * win32/vs8/libgstvideoscale.vcproj:
10726 * win32/vs8/libgstvorbis.vcproj:
10727 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
10728 to libgsttag.def; add missing dependencies for some vs8 projects;
10729 re-arrange placement of .def files in vs8 projects (#366334).
10731 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
10733 * ext/ogg/gstogg.c:
10734 Remove unused variable.
10736 * ext/ogg/gstoggdemux.c:
10737 Fix Wim's surname in plugin description.
10739 2006-10-31 Wim Taymans <wim@fluendo.com>
10741 * gst-plugins-base.spec.in:
10742 spec new .h file. Fixes #368310.
10744 2006-10-31 Michael Smith <msmith@fluendo.com>
10746 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10747 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10748 (gst_multi_fd_sink_get_stats),
10749 (gst_multi_fd_sink_remove_client_link),
10750 (gst_multi_fd_sink_queue_buffer),
10751 (gst_multi_fd_sink_handle_clients):
10752 * gst/tcp/gstmultifdsink.h:
10753 Make using the remove or clear signals threadsafe.
10754 Make calling get-stats with an invalid fd not segfault.
10757 2006-10-31 Wim Taymans <wim@fluendo.com>
10759 * gst-libs/gst/rtp/Makefile.am:
10760 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10761 (gst_base_rtp_audio_payload_init):
10762 Fix and activate base audio payloader.
10764 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
10766 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
10768 Add typefinder for QuickTime Image Files (see #366156).
10770 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
10772 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
10773 Another typo fix (#366212).
10775 2006-10-27 Wim Taymans <wim@fluendo.com>
10777 * gst/volume/gstvolume.c: (volume_transform_ip):
10778 Use stream time to synchronize volume property instead of rather random
10779 timestamps. This is needed when gnonlin does its time shifting.
10781 2006-10-27 Wim Taymans <wim@fluendo.com>
10783 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10785 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
10786 Remove the pad from the element in release_pad. Fixes #364812.
10788 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
10790 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10792 Explicitly create our custom buffer classes at a thread-safe
10793 location as well, since g_type_class_ref() doesn't seem to be
10794 entirely thread-safe either (#365501; also see #349410).
10796 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
10798 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
10799 (gst_riff_parse_info):
10800 If strings in INFO chunk are not UTF-8, do something similar to
10801 what we do for ID3v1 tags: check a number of environment variables
10802 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
10803 character sets to try, otherwise try the current locale and/or fall
10804 back on ISO-8859-1. Fixes #360552.
10806 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10808 * gst/videotestsrc/gstvideotestsrc.c:
10809 (gst_video_test_src_pattern_get_type),
10810 (gst_video_test_src_set_pattern):
10811 * gst/videotestsrc/gstvideotestsrc.h:
10812 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
10813 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
10814 (gst_video_test_src_checkers8):
10815 * gst/videotestsrc/videotestsrc.h:
10816 Add a bunch of exciting new checkers patterns.
10818 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10820 * gst/subparse/Makefile.am:
10821 * gst/subparse/gstsubparse.c:
10822 (gst_sub_parse_data_format_autodetect),
10823 (gst_sub_parse_format_autodetect), (handle_buffer),
10824 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
10825 * gst/subparse/gstsubparse.h:
10826 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
10828 * gst/subparse/tmplayerparse.h:
10829 Add support for TMPlayer-type subtitles (#362845).
10831 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
10832 (GST_START_TEST), (subparse_suite):
10833 Add some basic unit tests for the above.
10835 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
10837 * tests/check/elements/audiorate.c: (test_injector_base_init),
10838 (test_injector_class_init), (test_injector_chain),
10839 (test_injector_init), (probe_cb), (do_perfect_stream_test),
10840 (GST_START_TEST), (audiorate_suite):
10841 More tests for audiorate: inject buffers to check behaviour when
10844 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
10846 * tests/check/Makefile.am:
10847 * tests/check/elements/.cvsignore:
10848 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
10849 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
10850 Add some basic unit tests for audiorate. Disabled at the moment
10851 since it doesn't pass yet (see bug #363119).
10853 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
10855 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
10856 (parse_subrip), (handle_buffer):
10857 Add missing closing tags for markup and fix broken markup,
10858 otherwise pango won't render anything (fixes #357531). Also,
10859 make sure the text we send out is always NUL-terminated
10860 (better safe than sorry etc.).
10862 * tests/check/elements/subparse.c: (test_srt_do_test),
10864 Some more tests for .srt incl. tests for the above stuff.
10866 2006-10-20 Julien MOUTTE <julien@moutte.net>
10868 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10870 Patch by: Stefan Kost <ensonic@users.sf.net>
10871 Try to redraw borders only when needed. Apparently this consumes
10872 resources on small devices... :-O (#363607)
10874 2006-10-20 Michael Smith <msmith@fluendo.com>
10876 * gst/tcp/gstmultifdsink.c:
10877 (gst_multi_fd_sink_client_queue_buffer):
10878 If caps change, then update the client's idea of the caps so that we
10879 don't end up re-sending streamheaders for every single buffer after
10882 2006-10-20 Michael Smith <msmith@fluendo.com>
10884 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
10885 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
10886 Set caps on pushed buffers; fix up refcounting of caps objects.
10888 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10890 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
10892 Typefind mmsh header data packet to application/x-mmsh (#362625).
10894 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10896 * tests/check/Makefile.am:
10897 * tests/check/elements/.cvsignore:
10898 * tests/check/elements/subparse.c: (buffer_from_static_string),
10899 (setup_subparse), (teardown_subparse), (test_srt_do_test),
10900 (GST_START_TEST), (subparse_suite):
10901 Add very simple unit test for subparse.
10903 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
10905 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
10907 Strip trailing newlines from subtitle text output.
10909 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10911 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10912 (gst_sub_parse_change_state):
10913 Fix memleak; clear subparse->textbuf n state change function.
10915 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10917 * gst/subparse/gstsubparse.c:
10918 (gst_sub_parse_data_format_autodetect):
10919 Don't require subrip (.srt) files to start with a chunk number of 1.
10921 2006-10-18 Wim Taymans <wim@fluendo.com>
10923 * gst-libs/gst/audio/gstbaseaudiosink.c:
10924 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10925 * gst-libs/gst/audio/gstbaseaudiosink.h:
10926 Extract rate from the NEWSEGMENT event.
10927 Use commit_full to also take rate adjustment into account when writing
10928 samples to the ringbuffer.
10930 * gst-libs/gst/audio/gstringbuffer.c:
10931 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
10932 (gst_ring_buffer_read):
10933 * gst-libs/gst/audio/gstringbuffer.h:
10934 Added _commit_full() to also take rate into account.
10935 Use simple interpolation algorithm to resample audio.
10936 API: gst_ring_buffer_commit_full()
10938 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
10939 * tests/examples/seek/seek.c: (segment_done):
10940 Don't try to seek with 0.0 rate, just pause instead.
10941 Remove bogus debug line.
10943 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10945 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
10947 Catch async errors when starting up the subtitle bin, so we can
10948 stop waiting and continue with the main film instead of hanging
10949 forever. Fixes #339366.
10951 * tests/check/elements/playbin.c: (playbin_suite):
10952 Enable unit test for the above.
10954 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10956 * tests/check/Makefile.am:
10957 * tests/check/elements/.cvsignore:
10958 * tests/check/elements/playbin.c: (GST_START_TEST),
10959 (gst_red_video_src_uri_get_type),
10960 (gst_red_video_src_uri_get_protocols),
10961 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
10962 (gst_red_video_src_uri_handler_init),
10963 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
10964 (gst_red_video_src_create), (gst_red_video_src_class_init),
10965 (gst_red_video_src_init), (plugin_init), (playbin_suite):
10966 Some small and basic unit tests for playbin; not very useful yet,
10967 but at least a start.
10969 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10971 * gst/playback/gstplaybin.c: (setup_sinks):
10972 The old pad activation spiel.
10974 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
10976 * gst/playback/gstplaybasebin.c: (setup_source):
10977 Don't hang forever if the subbin already fails to start up in
10978 the state change to PAUSED (#339366).
10980 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
10982 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
10983 (gst_tuner_set_channel), (gst_tuner_get_channel),
10984 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
10985 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
10986 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
10987 (gst_tuner_find_channel_by_name):
10988 Fix some function guards, add some more function guards.
10990 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
10992 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10993 (remove_element_chain):
10994 Don't return a pad from get_our_ghost_pad unless it is actually the
10996 Change a cast in remove_element_chain slightly.
10998 2006-10-13 Julien MOUTTE <julien@moutte.net>
11000 * tests/examples/seek/seek.c: (do_seek), (start_seek),
11001 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11002 Segment seeking needs to use the rate and set stop to -1.
11004 2006-10-13 Wim Taymans <wim@fluendo.com>
11006 * gst-libs/gst/audio/gstbaseaudiosink.c:
11007 (gst_base_audio_sink_setcaps):
11008 Don't crash when ringbuffer is not yet created.
11009 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11012 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11013 * gst/playback/gststreamselector.c:
11014 (gst_stream_selector_request_new_pad):
11015 Activate pads befre adding them to running elements.
11017 2006-10-13 Julien MOUTTE <julien@moutte.net>
11019 * tests/examples/seek/seek.c: (do_seek), (start_seek),
11020 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11021 updater when we start grabing the slider. Don't wait for the
11022 pipeline to be PAUSED.
11024 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
11026 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11027 (gst_mixer_set_volume), (gst_mixer_get_volume),
11028 (gst_mixer_set_mute), (gst_mixer_set_option),
11029 (gst_mixer_get_option), (gst_mixer_mute_toggled),
11030 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11031 (gst_mixer_option_changed):
11032 Guard mixer interface functions against bogus arguments.
11034 2006-10-12 Julien MOUTTE <julien@moutte.net>
11036 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11037 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11038 (msg_state_changed), (main): Use state-changed messages to trigger
11039 start/stop of scale update timer. Indeed the scale slider was
11040 jumping here and there because the update timer was activated
11041 before seek completed. This fixes instant applying of rate changes
11042 by pressing the spinbutton like a crazy man !
11044 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
11046 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
11048 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11049 (gst_basertppayload_finalize):
11050 Fix two small memory leaks (#361456).
11052 2006-10-10 Julien MOUTTE <julien@moutte.net>
11054 * tests/examples/seek/seek.c: (do_seek),
11055 (rate_spinbutton_changed_cb): When changing spinbutton we try
11056 to change the rate on the fly.
11058 2006-10-10 Wim Taymans <wim@fluendo.com>
11060 * gst-libs/gst/riff/riff-ids.h:
11061 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11062 (gst_riff_create_audio_template_caps):
11065 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
11067 Patch by: Josep Torra Valles <josep@fluendo.com>
11069 * ext/gnomevfs/gstgnomevfssink.c:
11070 * ext/gnomevfs/gstgnomevfssrc.c:
11071 Fix URI interface implementation return type.
11072 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11073 Fix what looks like a copy/paste issue when assigning values.
11074 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11075 (gst_audio_filter_template_get_type):
11076 Cast to prevent Forte warnings.
11077 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11078 Fix URI interface implementation return type.
11079 gst_pad_query_position requires a signed integer pointer as
11080 3rd parameter, GstClockTime is unsigned.
11081 * gst/audioconvert/audioconvert.c:
11082 Fix integer overflow when treated as signed.
11083 * gst/audioresample/resample.c: (resample_add_input_data):
11084 Cast to prevent warnings on Forte.
11085 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11086 Fix integer overflow when treated as signed.
11087 * gst/ffmpegcolorspace/imgconvert_template.h:
11088 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11089 * gst/playback/gstdecodebin.c: (queue_filled_cb),
11090 (cleanup_decodebin):
11091 Who initialises a guint to -1!
11092 Cast function pointers to prevent warnings on Forte.
11093 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11094 (queue_threshold_reached):
11095 Cast function pointers correctly to prevent warnings on Forte.
11096 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11097 Cast function pointers correctly to prevent warnings on Forte.
11098 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11099 Obvious change to unsigned, 0xEF > max signed char.
11100 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11101 GstClockTime is unsigned, initialise correctly.
11102 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11103 Cast so pointer arithemetic doesn't cause warnings on Forte.
11104 * gst/videorate/gstvideorate.c:
11105 Use correct return value.
11106 * tests/examples/seek/scrubby.c:
11107 GstClockTime is unsigned, initialise correctly.
11109 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
11111 Patch by: Ferenc Gerlits <fgerlits at gmail com>
11113 * gst/typefind/gsttypefindfunctions.c:
11114 Recognise XML files and XML-like files shorter than 256 bytes as
11115 well (fixes #359237).
11117 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
11119 Patch by: Renato Filho <renato.filho@indt.org.br>
11121 * gst/typefind/gsttypefindfunctions.c:
11122 Added typefind functions to video/x-nuv media.
11124 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
11126 * gst-libs/gst/interfaces/xoverlay.c:
11127 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11128 Some more guards against invalid input.
11130 2006-10-07 Julien MOUTTE <julien@moutte.net>
11132 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
11134 * tests/examples/seek/seek.c: (do_seek),
11135 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11136 seek example to experiment with rates != 1.0 (reverse playback !)
11138 2006-10-06 Stefan Kost <ensonic@users.sf.net>
11140 * gst-libs/gst/interfaces/xoverlay.c:
11141 Unref message in doc-example (spotted by Robert McQueen)
11143 2006-10-06 Wim Taymans <wim@fluendo.com>
11145 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11146 (mpeg1_parse_header), (mpeg1_sys_type_find):
11149 2006-10-06 Wim Taymans <wim@fluendo.com>
11151 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11153 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11154 Activate dynamic pads before adding them to the element.
11156 2006-10-06 Michael Smith <msmith@fluendo.com>
11158 * gst-libs/gst/floatcast/floatcast.h:
11159 Fix obviously-bogus macros; use the correct types.
11161 2006-10-06 Wim Taymans <wim@fluendo.com>
11163 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11164 (gst_base_rtp_depayload_change_state):
11165 Also call parent state change function to activate pads.
11167 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11168 (mpeg1_parse_header), (mpeg1_sys_type_find):
11169 Add some more debug info in mpeg typefinding.
11171 2006-10-06 Michael Smith <msmith@fluendo.com>
11173 * ext/theora/theoradec.c: (theora_dec_chain):
11174 Zero byte theora packets are valid and well-defined; don't warn on
11177 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
11179 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11180 (gst_multi_fd_sink_get_stats), (find_limits),
11181 (gst_multi_fd_sink_queue_buffer):
11182 API: add dropped_buffers to the get-stats GValueArray
11184 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
11186 * ext/alsa/gstalsadeviceprobe.c:
11187 (gst_alsa_device_property_probe_get_values):
11188 * ext/alsa/gstalsasink.c: (set_hwparams):
11189 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11190 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11191 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11192 (gst_ogg_mux_process_best_pad):
11193 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11194 (gst_ogg_parse_chain):
11195 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11196 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11197 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11198 (gst_vorbis_enc_buffer_check_discontinuous):
11199 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11200 * gst-libs/gst/audio/gstbaseaudiosink.c:
11201 (gst_base_audio_sink_render):
11202 * gst-libs/gst/cdda/gstcddabasesrc.c:
11203 (gst_cdda_base_src_handle_track_seek):
11204 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11205 (gst_base_rtp_depayload_push_full):
11206 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11207 * gst/audioresample/resample.c: (resample_input_pushthrough):
11208 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11209 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11210 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11211 (wavpack_type_find):
11212 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11213 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11214 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11215 * tests/check/elements/volume.c: (GST_START_TEST):
11216 Printf format fixes.
11218 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
11220 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11221 Fix a simple mistake (see the docs)
11224 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
11226 * docs/plugins/Makefile.am:
11227 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11228 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11229 * docs/plugins/gst-plugins-base-plugins.args:
11230 * docs/plugins/gst-plugins-base-plugins.hierarchy:
11231 * docs/plugins/inspect/plugin-adder.xml:
11232 * docs/plugins/inspect/plugin-alsa.xml:
11233 * docs/plugins/inspect/plugin-audioconvert.xml:
11234 * docs/plugins/inspect/plugin-audiorate.xml:
11235 * docs/plugins/inspect/plugin-audioresample.xml:
11236 * docs/plugins/inspect/plugin-audiotestsrc.xml:
11237 * docs/plugins/inspect/plugin-cdparanoia.xml:
11238 * docs/plugins/inspect/plugin-decodebin.xml:
11239 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11240 * docs/plugins/inspect/plugin-gdp.xml:
11241 * docs/plugins/inspect/plugin-gnomevfs.xml:
11242 * docs/plugins/inspect/plugin-libvisual.xml:
11243 * docs/plugins/inspect/plugin-ogg.xml:
11244 * docs/plugins/inspect/plugin-pango.xml:
11245 * docs/plugins/inspect/plugin-playbin.xml:
11246 * docs/plugins/inspect/plugin-subparse.xml:
11247 * docs/plugins/inspect/plugin-tcp.xml:
11248 * docs/plugins/inspect/plugin-theora.xml:
11249 * docs/plugins/inspect/plugin-typefindfunctions.xml:
11250 * docs/plugins/inspect/plugin-video4linux.xml:
11251 * docs/plugins/inspect/plugin-videorate.xml:
11252 * docs/plugins/inspect/plugin-videoscale.xml:
11253 * docs/plugins/inspect/plugin-videotestsrc.xml:
11254 * docs/plugins/inspect/plugin-volume.xml:
11255 * docs/plugins/inspect/plugin-vorbis.xml:
11256 * docs/plugins/inspect/plugin-ximagesink.xml:
11257 * docs/plugins/inspect/plugin-xvimagesink.xml:
11258 Add vorbistag element to docs; update version numbers to 0.10.10.1.
11260 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
11262 Patch by: James "Doc" Livingston <doclivingston at gmail com>
11264 * ext/vorbis/Makefile.am:
11265 * ext/vorbis/vorbis.c: (plugin_init):
11266 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11267 (vorbis_parse_parse_packet), (vorbis_parse_chain):
11268 * ext/vorbis/vorbisparse.h:
11269 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11270 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11271 (gst_vorbis_tag_parse_packet):
11272 * ext/vorbis/vorbistag.h:
11273 Add new vorbistag element which derives from vorbisparse
11274 and is essentially the same as well, only that it implements
11275 the GstTagSetter interface and can modify the stream's
11276 vorbiscomment on the fly (#335635).
11278 * tests/check/Makefile.am:
11279 * tests/check/elements/.cvsignore:
11280 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11281 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11282 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11283 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11284 Add unit test for new vorbistag element.
11286 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
11288 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11289 (vorbis_parse_push_headers), (vorbis_parse_chain):
11290 Set BOS flag in packet structure to fix 'jump depends
11291 on unitialized value' errors in valgrind; various minor
11294 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
11296 * gst/playback/gstdecodebin.c: (close_pad_link):
11297 Fix typo in a debug statement.
11299 * gst/playback/gstplaybasebin.c: (probe_triggered),
11300 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11301 (gen_source_element), (source_new_pad), (analyse_source),
11303 When handling no_more_pads in new_decoded_pad, make sure to treat
11304 subtitle pads correctly. Fixes playback with subtitle files.
11306 Move a recurring message to LOG level.
11308 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11309 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11310 which ends up as -1 when cast to an int. Make the logic handle the
11311 max value as an unsigned mask and only change the colorkey when it's
11312 a value we recognise.
11314 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
11316 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11317 Removed empty * between paragraphs
11319 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
11321 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11322 * gst-libs/gst/rtp/README:
11323 Moved some documentation into .c file
11325 2006-09-29 Wim Taymans <wim@fluendo.com>
11327 * gst/playback/gstdecodebin.c: (no_more_pads):
11330 2006-09-29 Wim Taymans <wim@fluendo.com>
11332 * gst/playback/gstdecodebin.c: (new_caps):
11335 * gst/playback/gstplaybin.c:
11338 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
11340 * tests/check/Makefile.am:
11341 Re-enable cddabasesrc test to see if it works again
11344 2006-09-29 Wim Taymans <wim@fluendo.com>
11346 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11347 (gen_source_element):
11348 Handle invalid URIs a bit more gracefully.
11350 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
11352 * tests/check/pipelines/oggmux.c:
11353 Remove obsolete comment.
11355 2006-09-29 Michael Smith <msmith@fluendo.com>
11357 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11358 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11359 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11360 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11361 (gst_ogg_mux_collected):
11362 Commit patch from James "Doc" Livingston, adds proper EOS handling
11363 in oggmux. GStreamer can, for the first time ever, create a valid
11366 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11368 Reenable tests now that they pass.
11370 2006-09-29 Wim Taymans <wim@fluendo.com>
11372 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11373 Stop reading commands when EOF (we read 0) as well.
11375 2006-09-28 Wim Taymans <wim@fluendo.com>
11377 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11378 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11379 (find_dynamic), (unlinked), (close_link):
11380 Implement delayed caps linking needed for element with a lot of
11381 different caps on the src pads that get fixed at runtime.
11382 Improve management of dynamic elements.
11384 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11385 (group_destroy), (group_commit), (check_queue), (queue_overrun),
11386 (gen_preroll_element), (remove_groups), (unknown_type),
11387 (add_element_stream), (no_more_pads_full), (no_more_pads),
11388 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
11389 (new_decoded_pad), (setup_subtitle), (array_has_value),
11390 (gen_source_element), (source_new_pad), (has_all_raw_caps),
11391 (analyse_source), (remove_decoders), (make_decoder),
11392 (remove_source), (setup_source), (finish_source), (prepare_output),
11393 (gst_play_base_bin_change_state):
11394 * gst/playback/gstplaybasebin.h:
11395 Use more _CAST instead of full type checking casts.
11396 Small cleanups, plug some leaks.
11397 Handle dynamic sources.
11398 Add some helper functions to create lists of strings used for
11399 blacklisting and other stuff.
11400 Refactor some code dealing with analysing the source.
11401 Re-enable sources without pads (like cd:// or other selfcontained
11404 2006-09-28 Wim Taymans <wim@fluendo.com>
11406 * gst-libs/gst/audio/gstbaseaudiosink.c:
11407 (gst_base_audio_sink_render):
11408 When we have a timestamp, we can still perform clipping.
11409 When we have no clock, we must play the sample ASAP.
11411 2006-09-28 Wim Taymans <wim@fluendo.com>
11413 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11414 Set caps on outgoing buffers.
11416 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11417 (gst_video_rate_event), (gst_video_rate_chain):
11418 * gst/videorate/gstvideorate.h:
11419 Fix videorate some more. Fixes #357977
11421 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
11423 * tests/check/elements/adder.c: (adder_suite):
11424 Don't set timeout to 6 seconds when we're running
11425 in valgrind ... (and how is 6 seconds longer than
11426 the default anyway?)
11428 2006-09-28 Wim Taymans <wim@fluendo.com>
11430 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11431 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
11432 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
11433 Keep sink and src segment to keep track of time and support more
11435 Fix bogus next_offset and run_time calculation, don't understand how
11436 this could have worked before. Fixes #357976.
11437 Remove some unneeded vars.
11439 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
11441 * gst/playback/gstplaybin.c: (remove_sinks):
11442 Only remove visualisation from visbin if there is a visbin (or:
11443 don't throw warnings when closing totem without playing a file).
11445 2006-09-27 Wim Taymans <wim@fluendo.com>
11447 * gst-libs/gst/audio/gstbaseaudiosink.c:
11448 (gst_base_audio_sink_render):
11449 Add some more info in a WARNING.
11451 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11452 (gst_base_audio_src_create):
11453 Handle PAUSE in create function, use new -core addition to
11454 wait for playing. Fixes pausing and resuming capture from an
11457 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11458 (gst_ring_buffer_read):
11459 Constify some more.
11460 Caller supports interrupted reads now.
11462 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
11464 * tests/check/Makefile.am:
11465 Another attempt to make the gen64 buildbot happy.
11467 2006-09-27 Stefan Kost <ensonic@users.sf.net>
11469 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
11471 * ext/libvisual/visual.c: (gst_visual_clear_actors),
11472 (gst_visual_chain), (gst_visual_change_state):
11473 Libvisual plugin was not passing audio data to libvisual 0.4.0
11474 correctly. Fixes #357800
11476 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
11478 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
11479 Add timeout to _get_state() so we see which pipeline it is
11480 that causes trouble on the gen64 build bot.
11482 2006-09-27 Wim Taymans <wim@fluendo.com>
11484 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11485 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
11486 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
11487 (gst_base_rtp_depayload_set_gst_timestamp):
11488 the source pad always uses fixed caps.
11490 2006-09-27 Wim Taymans <wim@fluendo.com>
11492 * docs/libs/gst-plugins-base-libs-docs.sgml:
11493 * docs/libs/gst-plugins-base-libs-sections.txt:
11494 * gst-libs/gst/audio/gstaudioclock.c:
11495 * gst-libs/gst/audio/gstaudioclock.h:
11496 * gst-libs/gst/audio/gstaudiosink.c:
11497 * gst-libs/gst/audio/gstaudiosink.h:
11498 * gst-libs/gst/audio/gstaudiosrc.c:
11499 * gst-libs/gst/audio/gstbaseaudiosink.c:
11500 (gst_base_audio_sink_render):
11501 * gst-libs/gst/audio/gstbaseaudiosink.h:
11502 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
11503 * gst-libs/gst/audio/gstbaseaudiosrc.h:
11504 * gst-libs/gst/audio/gstringbuffer.h:
11505 Added docs for the audio libs.
11507 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
11509 * tests/check/Makefile.am:
11510 Temporarily disable test that fails on the bots for unknown reasons.
11512 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
11514 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11515 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11516 Moved AudioCodecType into priv
11517 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
11519 2006-09-25 Wim Taymans <wim@fluendo.com>
11521 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11522 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
11523 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
11525 Cleanups and small leak fixes.
11526 Added Depayloaders to valid list of autopluggable elements.
11528 2006-09-25 Wim Taymans <wim@fluendo.com>
11530 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11531 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
11532 (gen_video_element), (gen_text_element), (gen_audio_element),
11533 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11534 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
11535 Detect NO_PREROLL state change returns and disable clock distribution to
11536 the sinks so that sync is disabled.
11537 Avoid some type checking and do simple casts instead.
11538 Small cleanups, fix some FIXMEs.
11539 Be more robust when linking user specified elements, catch an report
11540 errors. Fixes #357404.
11541 Fix some leaks in the error paths.
11543 2006-09-25 Stefan Kost <ensonic@users.sf.net>
11546 ChangeLog surgery for missing bug-number
11548 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
11550 Patch by: Peter Kjellerstedt <pkj at axis com>
11552 * gst/playback/test.c:
11553 Fix compilation with uClibc and -Werror (#357591).
11555 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
11557 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11558 Parse dates that are followed by a time as well (#357532).
11560 * tests/check/libs/tag.c: (test_vorbis_tags):
11561 Add unit test for this.
11563 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
11565 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
11566 (gst_audio_convert_transform_caps):
11567 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
11568 * gst/videotestsrc/videotestsrc.h:
11569 A few array const-ifications.
11571 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
11573 * tests/check/Makefile.am:
11574 See if this makes the build bots happy.
11576 * tests/check/libs/cddabasesrc.c:
11579 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
11581 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11583 * gst/subparse/samiparse.c: (handle_start_font),
11584 (fix_invalid_entities):
11585 More case-insensitivity for certain tags; recognise entities with
11586 decimal codes as special entities as well (#357330).
11588 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
11590 * gst-libs/gst/Makefile.am:
11591 Need to build tag directory before cdda.
11593 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
11595 * docs/libs/gst-plugins-base-libs-sections.txt:
11596 * gst-libs/gst/cdda/Makefile.am:
11597 * gst-libs/gst/cdda/gstcddabasesrc.c:
11598 (gst_cdda_base_src_base_init):
11599 * gst-libs/gst/cdda/gstcddabasesrc.h:
11600 * gst-libs/gst/tag/tag.h:
11601 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
11602 (gst_tag_register_musicbrainz_tags):
11603 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
11604 depend on libgsttag. This is required so we can extract/read tags like
11605 DISCID without depending on libgstcddabasesrc (which used to register
11608 * gst-libs/gst/tag/gstvorbistag.c:
11609 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
11610 tags (also see #347848).
11612 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
11613 Log vorbis comments we are actually writing. Const-ify array.
11615 2006-09-23 Wim Taymans <wim@fluendo.com>
11617 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
11618 Improve buffering a bit by avoiding a deadlock because we cannot assume
11619 the underrun is always called.
11621 2006-09-23 Wim Taymans <wim@fluendo.com>
11623 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11625 * gst-libs/gst/riff/riff-ids.h:
11626 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11627 (gst_riff_create_audio_template_caps):
11628 Added MPEG-4 AAC and id and caps. Fixes #357289
11629 Added WMA9 Lossless id.
11631 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
11633 * ext/gnomevfs/gstgnomevfssrc.c:
11634 Fix misleading docs addition.
11636 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11637 Get rid of compiler warning the right way.
11639 2006-09-22 Wim Taymans <wim@fluendo.com>
11641 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11642 (gst_base_rtp_depayload_finalize),
11643 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
11644 (gst_base_rtp_depayload_push_full),
11645 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
11646 (gst_base_rtp_depayload_process),
11647 (gst_base_rtp_depayload_set_gst_timestamp),
11648 (gst_base_rtp_depayload_queue_release):
11649 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11652 Refactored the process method and added methods to push from the process
11654 Use _scale functions.
11655 API: gst_base_rtp_depayload_push_ts
11656 API: gst_base_rtp_depayload_push
11658 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11659 timestamps are uint.
11661 2006-09-22 Stefan Kost <ensonic@users.sf.net>
11663 * gst-libs/gst/interfaces/xoverlay.c:
11664 Remove unused statement from doc example.
11666 2006-09-21 Stefan Kost <ensonic@users.sf.net>
11668 * gst-libs/gst/interfaces/videoorientation.c:
11669 (gst_video_orientation_iface_init),
11670 (gst_video_orientation_get_hflip),
11671 (gst_video_orientation_get_vflip),
11672 (gst_video_orientation_get_hcenter),
11673 (gst_video_orientation_get_vcenter),
11674 (gst_video_orientation_set_hflip),
11675 (gst_video_orientation_set_vflip),
11676 (gst_video_orientation_set_hcenter),
11677 (gst_video_orientation_set_vcenter):
11678 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
11681 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
11683 * tests/check/Makefile.am:
11684 * tests/check/elements/.cvsignore:
11685 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
11686 (create_rgb_conversions), (rgb_conversion_free),
11687 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
11688 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
11689 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
11690 but disable for now since it doesn't pass (something wrong with
11693 2006-09-21 Wim Taymans <wim@fluendo.com>
11695 * gst/playback/gstplaybasebin.c: (group_commit),
11696 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
11697 (queue_out_of_data), (gen_preroll_element),
11698 (preroll_remove_overrun), (probe_triggered):
11699 Refactor handling of overrun detection.
11700 Separate handling of group completion and deadlock detection when doing
11701 network buffering. This should fix some deadlocks that were not detected
11702 because the group was completed.
11703 Add more comments, improve debugging.
11705 2006-09-21 Wim Taymans <wim@fluendo.com>
11707 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11708 * tests/check/libs/audio.c:
11709 Some more compilation fixes.
11711 2006-09-21 Wim Taymans <wim@fluendo.com>
11713 * gst-libs/gst/audio/gstringbuffer.c:
11714 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11715 (gst_ring_buffer_read):
11716 Early morning compilation fix.
11718 2006-09-20 Wim Taymans <wim@fluendo.com>
11720 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11721 * tests/check/elements/multifdsink.c: (GST_START_TEST):
11722 * tests/check/elements/videorate.c: (GST_START_TEST):
11723 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11724 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
11727 2006-09-20 Stefan Kost <ensonic@users.sf.net>
11729 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11730 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11731 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11732 Handcrafted merge to help CVS understanding what I changed and what
11735 2006-09-20 Stefan Kost <ensonic@users.sf.net>
11737 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11738 (gst_xvimagesink_get_times):
11739 change colorkey behaviour back according to #354773 comment 6/7
11741 2006-09-19 Michael Smith <msmith@fluendo.com>
11743 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11744 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
11745 (gst_multi_fd_sink_recover_client),
11746 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
11747 (gst_multi_fd_sink_get_property):
11748 * gst/tcp/gstmultifdsink.h:
11749 Implement stubbed out properties unit-type, units-soft-max,
11750 units-max, to allow specifying maximum sizes in units other than
11754 2006-09-19 Wim Taymans <wim@fluendo.com>
11756 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11757 (gst_riff_create_audio_template_caps):
11758 Reorder the audio formats a bit for clarity.
11759 Detect and create caps for MSGSM and MSN (WAV49).
11762 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11763 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11764 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11765 Small cleanups, move error handling out of normal flow for clarity.
11767 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11769 * docs/libs/gst-plugins-base-libs-docs.sgml:
11770 * docs/libs/gst-plugins-base-libs.types:
11771 * gst-libs/gst/interfaces/Makefile.am:
11772 * gst-libs/gst/interfaces/videoorientation.c:
11773 (gst_video_orientation_get_type),
11774 (gst_video_orientation_iface_init),
11775 (gst_video_orientation_get_hflip),
11776 (gst_video_orientation_get_vflip),
11777 (gst_video_orientation_get_hcenter),
11778 (gst_video_orientation_get_vcenter),
11779 (gst_video_orientation_set_hflip),
11780 (gst_video_orientation_set_vflip),
11781 (gst_video_orientation_set_hcenter),
11782 (gst_video_orientation_set_vcenter):
11783 * gst-libs/gst/interfaces/videoorientation.h:
11784 API: Add new interface to control video orientation (fixes #354908)
11786 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11788 * gst/videotestsrc/gstvideotestsrc.c:
11789 Use G_UNLIKELY in _create and log one more detail.
11791 (gst_video_test_src_get_times), (gst_video_test_src_create):
11792 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11793 Use gst_util_uint64_scale_int in _get_times().
11795 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
11798 Give better warning message (add object and detail).
11800 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11803 (gst_xvimagesink_get_times):
11804 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
11805 #354773), use gst_util_uint64_scale_int in _get_times()
11807 2006-09-18 Michael Smith <msmith@fluendo.com>
11809 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
11810 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
11811 always true, leading to dropping all timestamps.
11813 2006-09-18 Stefan Kost <ensonic@users.sf.net>
11815 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
11816 (gst_visual_chain), (gst_visual_change_state):
11817 update to work also with libvisual 0.4 API, fix double unref (#355914)
11819 * tools/gst-launch-ext.1.in:
11820 * tools/gst-visualise.1.in:
11821 remove references to old man-pages
11823 * tests/examples/seek/seek.c: (main):
11824 add real meadi-buttons, add tool-tips for the seek-options, arrange
11825 seek options in a table
11827 2006-09-18 Michael Smith <msmith@fluendo.com>
11829 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
11830 (gst_ogg_mux_push_buffer):
11831 Don't generate out-of-order timestamps from oggmux, instead clamp
11832 output timestamps to be >= the previously output ts.
11835 2006-09-18 Michael Smith <msmith@fluendo.com>
11837 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11838 (gst_multi_fd_sink_class_init):
11839 Updates, fixes, and typo corrections for multifdsink. No functional
11842 2006-09-17 Michael Smith <msmith@fluendo.com>
11844 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
11845 Don't crash on truncated files - check that we got an 8 byte buffer
11846 before trying to memcmp it.
11848 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
11850 * gst/playback/gstplaybasebin.c: (get_active_source):
11851 Make stream-switching appear instant to the application
11852 (ie. make sure that a g_object_get on 'current-foo' returns
11853 the stream previously set with g_object_set(). Totem needs
11854 this to update stream-related meta-info (like audio-codec)
11855 correctly when switching streams.
11857 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
11859 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
11860 (gst_alsa_mixer_ensure_track_list):
11861 Try harder to guess which mixer track is the master mixer
11862 track (instead of just taking the first one that has a pvolume).
11865 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11867 reviewed by: <delete if not using a buddy>
11869 * gst-libs/gst/audio/audio.h:
11870 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
11872 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11874 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11875 (gst_audio_convert_transform_caps):
11876 Get structure-name just once.
11878 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11880 * tests/check/elements/audioresample.c: (GST_START_TEST):
11881 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11882 * tests/check/elements/volume.c: (GST_START_TEST):
11883 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
11884 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
11885 (test_pipeline), (GST_START_TEST):
11886 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11887 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
11888 Fix big batch of compiler warnings.
11890 2006-09-17 Stefan Kost <ensonic@users.sf.net>
11892 * ext/gnomevfs/gstgnomevfssrc.c:
11893 Add docs about icydemux usage in connection with gnomevfssrc
11895 * ext/libvisual/visual.c:
11896 * ext/ogg/gstoggaviparse.c:
11897 * ext/ogg/gstoggdemux.c:
11898 * ext/ogg/gstoggmux.c:
11899 * ext/ogg/gstoggparse.c:
11900 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11901 * gst-libs/gst/audio/gstaudiosink.c:
11902 * gst-libs/gst/audio/gstaudiosrc.c:
11903 * gst/audiorate/gstaudiorate.c:
11904 More G_OBJECT macro fixing.
11906 * gst/audiotestsrc/gstaudiotestsrc.h:
11907 Fix wrong info in header due to copy & paste
11909 2006-09-15 Wim Taymans <wim@fluendo.com>
11911 * gst-libs/gst/audio/gstbaseaudiosink.c:
11912 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
11913 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11914 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
11915 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
11916 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11917 Do the delay calculation in the source/sink base classes as this is
11918 specific for the capture/playback mode.
11919 Try to fixate a bit better, like round depth up to a multiple of 8
11921 Handle underruns correctly by marking DISCONT on buffers and adjusting
11922 timestamps to handle the gap.
11923 Set offset/offset_end correctly on buffers.
11925 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
11926 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11927 (gst_ring_buffer_read):
11928 Remove resync and underrun recovery from the ringbuffer.
11929 Fix ringbuffer read code on under/overrun.
11931 2006-09-15 Wim Taymans <wim@fluendo.com>
11933 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11934 (gst_play_base_bin_init), (fill_buffer), (check_queue),
11935 (queue_threshold_reached), (gst_play_base_bin_set_property),
11936 (gst_play_base_bin_get_property):
11937 * gst/playback/gstplaybasebin.h:
11938 Don't use a 0 low watermark when buffering, it is catching starvation
11939 way too late. Instead, use a 3 second queue with 30 and 95
11940 percent low/high watermarks.
11941 Added queue-min-threshold property to configure low watermark.
11942 Use new _buffering message API.
11943 Make queue_threshold variable big enough to store a uint64 time value.
11944 API: playbin::queue-min-threshold property.
11946 2006-09-15 Wim Taymans <wim@fluendo.com>
11949 We require 0.10.10.1 now because of _wait_preroll().
11951 * gst-libs/gst/audio/gstbaseaudiosink.c:
11952 (gst_base_audio_sink_render):
11953 Use gst_base_sink_wait_preroll().
11955 2006-09-15 Wim Taymans <wim@fluendo.com>
11957 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
11958 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
11959 Use DEBUG_OBJECT more.
11961 === release 0.10.10 ===
11963 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
11965 patch by: Michael Smith <msmith at fluendo dot com>
11967 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
11968 (gst_multi_fd_sink_client_queue_buffer),
11969 (gst_multi_fd_sink_new_client):
11970 * tests/check/elements/multifdsink.c: (GST_START_TEST),
11971 (multifdsink_suite):
11972 Fix implementation of sync-method 'next-keyframe'
11975 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
11977 patch by: Wim Taymans <wim at fluendo dot com>
11979 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11980 This patch removes the RANDOM flag that was incorrectly introduced with
11981 revision 1.91. Fixes #354590
11983 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
11985 * tests/check/Makefile.am:
11986 Random variation in Makefile line to see if it makes the
11987 gen64-base-full bot any happier.
11989 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
11991 * tests/check/pipelines/oggmux.c: (oggmux_suite):
11992 Disable test that fails at the moment (killed after timeout).
11994 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
11996 Patch by: James Livingston <doclivingston at gmail.com>
11998 * tests/check/Makefile.am:
11999 * tests/check/pipelines/.cvsignore:
12000 * tests/check/pipelines/oggmux.c: (get_page_codec),
12001 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12002 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12003 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12004 (test_theora_vorbis), (oggmux_suite):
12005 Add simple unit test for oggmux from #337026 with checking for the
12006 EOS flags disabled for the time being.
12008 2006-09-04 Wim Taymans <wim@fluendo.com>
12010 patch by: Alessandro Dessina <alessandro nnva org>
12012 * ext/ogg/gstoggmux.c:
12013 Add cmml caps to oggmux. Fixes #353912
12015 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
12017 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12018 Returning a return value often helps. In this case, we
12019 don't need the return value anyway, so just get rid of it.
12020 Should make build bots much happier.
12022 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
12024 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12025 (paint_get_structure), (gst_video_test_src_get_size),
12026 (gst_video_test_src_smpte), (gst_video_test_src_snow),
12027 (gst_video_test_src_unicolor), (paint_setup_AYUV),
12028 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12029 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12030 * gst/videotestsrc/videotestsrc.h:
12031 Add support for AYUV and the various RGBA formats. Initialise
12032 fields of paintinfo structs allocated on the stack.
12034 * tests/check/elements/videotestsrc.c: (right_shift_colour),
12035 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12036 (check_rgb_buf), (videotestsrc_suite):
12037 Add unit tests for videotestsrc's RGB output.
12039 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
12041 * gst/videotestsrc/gstvideotestsrc.c:
12042 (gst_video_test_src_pattern_get_type),
12043 (gst_video_test_src_set_pattern):
12044 * gst/videotestsrc/gstvideotestsrc.h:
12045 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12046 (gst_video_test_src_black), (gst_video_test_src_white),
12047 (gst_video_test_src_red), (gst_video_test_src_green),
12048 (gst_video_test_src_blue):
12049 * gst/videotestsrc/videotestsrc.h:
12050 Add more uni-colour patterns ("white", "red", "green", and "blue").
12052 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
12054 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12055 Fix stride for YVYU, should be word-aligned (#353658).
12057 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
12059 * gst/adder/gstadder.c: (gst_adder_src_event):
12062 2006-08-31 Edward Hervey <edward@fluendo.com>
12064 * gst/adder/gstadder.c: (forward_event_func),
12065 (gst_adder_src_event), (gst_adder_collected),
12066 (gst_adder_change_state):
12067 * gst/adder/gstadder.h:
12068 Remember the start position asked in the incoming seeks, so we can
12069 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12070 of assuming it will always be 0).
12072 2006-08-31 Edward Hervey <edward@fluendo.com>
12074 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12075 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12076 (gst_ogg_demux_loop):
12077 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12079 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
12081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12082 (gst_ffmpegcsp_get_unit_size):
12083 Return FALSE instead of returning a random false unit
12084 size when the format isn't known/supported (even if
12085 this shouldn't happen under normal circumstances).
12087 2006-08-29 Wim Taymans <wim@fluendo.com>
12089 Patch by: Tim-Philipp Müller <tim at centricular dot net>
12091 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12092 (gst_gnome_vfs_src_start):
12093 Try harder to get the size from a uri by using _info_uri() when
12094 _info_from_handle() does not give us enough info.
12095 Also follow symlinks when getting the size.
12096 Partially Fixes #332864.
12098 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
12100 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
12102 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12103 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12104 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12105 (gst_alsa_mixer_set_record):
12106 * ext/alsa/gstalsamixertrack.c:
12107 (gst_alsa_mixer_track_update_alsa_capabilities),
12108 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12109 (gst_alsa_mixer_track_update):
12110 * ext/alsa/gstalsamixertrack.h:
12111 Improve and fix mixer track handling, in particular better handling
12112 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12113 separate track objects for tracks that have both capture and playback
12114 volume (and label them differently as well so they're not mistakenly
12115 assumed to be duplicates); classify mixer tracks that only affect
12116 the audible volume of something (rather than the capture volume)
12117 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12118 for capture tracks to correspond to alsa-pswitch alsa-cswitch
12119 (following the meaning documented in the mixer interface header
12120 file); add support for alsa's exclusive cswitch groups; update/sync
12121 state/flags better if mixer settings are changed by another
12122 application. Fixes #336075.
12124 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
12126 * gst/playback/gstplaybin.c:
12127 Improve docs: add section about BUFFERING messages sent by playbin.
12129 2006-08-29 Michael Smith <msmith@fluendo.com>
12131 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12132 (gst_vorbis_enc_buffer_check_discontinuous),
12133 (gst_vorbis_enc_chain):
12134 Ignore explicit DISCONT marked on buffers (which is often spurious,
12135 particularly when using multiple segments), in favour of solely
12136 using the timestamps/durations.
12138 2006-08-29 Edward Hervey <edward@fluendo.com>
12140 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12141 Don't rely on incoming buffers offset anymore, since it is completely
12142 broken when using multiple segments.
12143 Instead convert the incoming buffers timestamp to running time, and
12144 then convert that value to the offsets.
12145 Also inform GstSegment of the last outputted stop position, which is
12146 needed if we received several segments with an unknown stop value.
12148 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
12150 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12151 fix buffer unreffing on a header push failure
12153 2006-08-28 Wim Taymans <wim@fluendo.com>
12155 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12156 (gst_audio_rate_chain):
12157 Make the metadata of the buffer writable before changing its
12160 2006-08-28 Wim Taymans <wim@fluendo.com>
12162 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12163 (gst_audio_rate_setcaps), (gst_audio_rate_init),
12164 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12165 (gst_audio_rate_chain), (gst_audio_rate_change_state):
12166 Fix audiorate some more.
12167 Reset and resync counters on flush and READY.
12168 Handle the DISCONT flag correctly.
12169 Use GstSegment to track position.
12170 Fail when not negotiated.
12173 2006-08-25 Michael Smith <msmith@fluendo.com>
12175 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12177 Remove accidently included debug line.
12179 2006-08-25 Wim Taymans <wim@fluendo.com>
12181 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12183 If a buffer is received with no caps, make the buffer metadata
12184 writable and set the caps, making sure that we don't screw up the
12187 2006-08-25 Michael Smith <msmith@fluendo.com>
12189 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12190 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12191 Fix memory leaks and misleading debug messages, add a couple of
12194 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12195 (gst_multi_fd_sink_render):
12196 Do not use gst_buffer_make_writable() in a basesink render method,
12197 as it may incorrectly unref the buffer. Instead, use convoluted
12198 dance to avoid copying the buffer except when we need to.
12200 2006-08-25 Michael Smith <msmith@fluendo.com>
12202 * ext/vorbis/vorbisenc.c:
12203 (gst_vorbis_enc_buffer_check_discontinuous):
12204 Allow very small discontinuities in the timestamps. These we can't
12205 do anything useful with anyway (because vorbis's timestamps have
12206 only sample granularity), and are commonly produced by elements with
12207 minor bugs. Allow up to 1/2 a sample out.
12210 2006-08-24 Wim Taymans <wim@fluendo.com>
12212 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12213 (play_scrub_toggle_cb), (main):
12214 Add a checkbox to enable play scrubbing. Makes it possible to disable
12217 2006-08-23 Stefan Kost <ensonic@users.sf.net>
12219 * tests/check/elements/.cvsignore:
12220 make buildbot happy
12222 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
12224 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12225 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12226 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12227 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12228 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12229 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12230 (gst_ogm_text_parse_strip_trailing_zeroes),
12231 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12232 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12233 Refactor ogm parse, do better input checking, misc. clean-ups.
12234 Cache incoming events and push them once the source pad has
12235 been created. Don't pass unterminated strings to sscanf().
12236 Strip trailing zeroes from subtitle text output, since they
12237 are not valid UTF-8. Don't push vorbiscomment packets on
12238 the subtitle text pad. Output perfect streams if possible.
12240 2006-08-23 Wim Taymans <wim@fluendo.com>
12242 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12243 Waits for tasks to settle down so that we clean up correctly for
12246 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
12248 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12249 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12250 actually return return value in taglists_are_equal.
12252 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
12254 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12255 Fix crash due to broken bitstream parsing on x86-64: can't make
12256 any assumptions about sizeof(struct) due to alignment/packing
12257 differences on different architectures. Fixes #351790.
12259 2006-08-22 Wim Taymans <wim@fluendo.com>
12261 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12262 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12263 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12264 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12265 (gst_riff_parse_info):
12266 Protect public functions against bad input.
12270 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12272 * gst-libs/gst/riff/riff-ids.h:
12273 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12274 Add voxware audio IDs (even if we can't play it) (#351795).
12276 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12278 * gst-libs/gst/riff/riff-media.c:
12279 (gst_riff_create_video_template_caps),
12280 (gst_riff_create_audio_template_caps),
12281 (gst_riff_create_iavs_template_caps):
12282 Const-ify some arrays and use G_N_ELEMENTS instead
12283 of wasting oodles of RAM on terminator bits.
12285 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
12287 * gst-libs/gst/tag/gstvorbistag.c:
12288 (gst_tag_list_to_vorbiscomment_buffer):
12289 * tests/check/libs/tag.c: (GST_START_TEST):
12290 And the same for _to_vorbiscomment_buffer(): allow
12291 id_data_len == 0 for speex.
12293 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
12296 * docs/plugins/Makefile.am:
12297 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12298 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12299 * docs/plugins/inspect/plugin-gdp.xml:
12300 * gst/gdp/Makefile.am:
12301 * tests/check/Makefile.am:
12302 Move GDP plugin to -base from -bad. Closes #347783.
12304 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
12306 * gst-libs/gst/tag/gstvorbistag.c:
12307 (gst_tag_list_from_vorbiscomment_buffer):
12308 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12309 Also add some checks to make sure we don't memcmp() beyond the end of
12310 vorbiscomment buffer if the ID to check for is larger than the buffer.
12312 * tests/check/libs/tag.c: (GST_START_TEST):
12313 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12315 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
12317 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12318 (gst_vorbis_enc_set_metadata):
12319 Use vorbis comment utility functions from libgsttag
12320 instead of re-inventing the wheel (partially fixes #347091).
12322 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
12324 * tests/check/elements/audioconvert.c: (GST_START_TEST):
12325 Fix leaks. Wait for state transitions that might happen ASYNC, as well
12326 as some that won't.
12328 2006-08-21 Wim Taymans <wim@fluendo.com>
12330 * docs/libs/Makefile.am:
12331 * docs/libs/gst-plugins-base-libs-sections.txt:
12332 * docs/libs/gst-plugins-base-libs.types:
12333 Don't try to GObject scan the netbuffer as it's not a GObject.
12336 * gst-libs/gst/netbuffer/gstnetbuffer.c:
12337 * gst-libs/gst/netbuffer/gstnetbuffer.h:
12338 Document GstNetBuffer.
12340 2006-08-21 Stefan Kost <ensonic@users.sf.net>
12342 * tests/check/elements/audioconvert.c: (GST_START_TEST),
12343 (audioconvert_suite):
12344 Add testcase for caps-size-explosion
12346 2006-08-20 Stefan Kost <ensonic@users.sf.net>
12348 * gst/audioconvert/gstaudioconvert.c:
12349 (gst_audio_convert_get_unit_size), (set_structure_widths):
12350 Lower debug, use g_assert in _get_unit_size
12352 * gst/audioresample/gstaudioresample.c:
12353 (audioresample_get_unit_size):
12354 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12355 (gst_ffmpegcsp_get_unit_size):
12356 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12357 use g_assert in _get_unit_size
12359 2006-08-18 Wim Taymans <wim@fluendo.com>
12361 * docs/libs/gst-plugins-base-libs-sections.txt:
12362 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12363 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12364 (gst_rtp_buffer_get_payload_buffer):
12365 * gst-libs/gst/rtp/gstrtpbuffer.h:
12366 Document GstRTPBuffer.
12367 Added function to efficiently strip payload headers.
12368 API: gst_rtp_buffer_get_payload_subbuffer()
12370 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
12372 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12373 (gst_tag_to_vorbis_comments):
12374 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12375 tags and deserialise them properly as well (#347091).
12376 Add some more gtk-doc blurbs and also some g_return_if_fail().
12378 * tests/check/libs/tag.c: (GST_START_TEST),
12379 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12382 2006-08-17 Wim Taymans <wim@fluendo.com>
12384 * ext/ogg/Makefile.am:
12385 * ext/ogg/gstogg.c: (plugin_init):
12386 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
12387 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
12388 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
12389 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
12390 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
12391 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
12392 Added ogg-in-avi parser element. Fixes #140139.
12394 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
12395 Fixed a bug in oggdemux debug code.
12397 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12398 (gst_riff_create_audio_template_caps):
12399 Recognise Ogg in the AVI extensible wave format.
12401 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
12403 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12404 Make buffer durations add up (duration should be next_ts-ts for
12405 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
12408 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
12409 (test_buffer_timestamps), (cddabasesrc_suite):
12410 Add unit test for the above.
12412 * tests/check/Makefile.am:
12413 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
12414 to see what happens.
12416 2006-08-16 Wim Taymans <wim@fluendo.com>
12418 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
12419 (gst_alsasink_open):
12420 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
12421 (gst_alsasrc_open):
12422 Avoid setting and using a NULL device name.
12423 Print more info when we fail to open a device.
12425 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
12427 * docs/libs/gst-plugins-base-libs-sections.txt:
12428 * gst-libs/gst/tag/tag.h:
12429 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
12430 API: add gst_tag_parse_extended_comment() (#351426).
12432 * tests/check/Makefile.am:
12433 * tests/check/libs/.cvsignore:
12434 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
12435 Add unit test for gst_tag_parse_extended_comment().
12437 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
12439 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
12440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
12441 Fix leak (#351502).
12443 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
12445 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12446 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12447 * docs/plugins/gst-plugins-base-plugins.args:
12448 * gst/playback/gstplaybin.c:
12451 * docs/plugins/inspect/plugin-adder.xml:
12452 * docs/plugins/inspect/plugin-alsa.xml:
12453 * docs/plugins/inspect/plugin-audioconvert.xml:
12454 * docs/plugins/inspect/plugin-audiorate.xml:
12455 * docs/plugins/inspect/plugin-audioresample.xml:
12456 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12457 * docs/plugins/inspect/plugin-cdparanoia.xml:
12458 * docs/plugins/inspect/plugin-decodebin.xml:
12459 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12460 * docs/plugins/inspect/plugin-gnomevfs.xml:
12461 * docs/plugins/inspect/plugin-ogg.xml:
12462 * docs/plugins/inspect/plugin-pango.xml:
12463 * docs/plugins/inspect/plugin-playbin.xml:
12464 * docs/plugins/inspect/plugin-subparse.xml:
12465 * docs/plugins/inspect/plugin-tcp.xml:
12466 * docs/plugins/inspect/plugin-theora.xml:
12467 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12468 * docs/plugins/inspect/plugin-video4linux.xml:
12469 * docs/plugins/inspect/plugin-videorate.xml:
12470 * docs/plugins/inspect/plugin-videoscale.xml:
12471 * docs/plugins/inspect/plugin-videotestsrc.xml:
12472 * docs/plugins/inspect/plugin-volume.xml:
12473 * docs/plugins/inspect/plugin-vorbis.xml:
12474 * docs/plugins/inspect/plugin-ximagesink.xml:
12475 * docs/plugins/inspect/plugin-xvimagesink.xml:
12476 Update to CVS version.
12478 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
12480 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12481 (gst_play_bin_set_property), (gst_play_bin_get_property),
12482 (value_list_append_structure_list),
12483 (gst_play_bin_handle_redirect_message),
12484 (gst_play_bin_handle_message):
12485 API: GstPlayBin::connection-speed
12486 Add "connection-speed" property; re-order redirect messages with
12487 multiple redirect locations depending on the minimum bitrate if
12488 that information is available and a connection speed is set
12491 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
12493 * gst/playback/gstplaybin.c:
12494 Update max volume to the same value that the volume element uses.
12496 2006-08-14 Wim Taymans <wim@fluendo.com>
12498 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12501 2006-08-14 Wim Taymans <wim@fluendo.com>
12503 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
12504 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
12505 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
12506 Add some more debug info.
12507 Don't crash when a seek failed.
12508 Actually return the result of the seek instead of TRUE.
12509 Ignore multiple BOS pages with the same serial so that we don't create
12510 the same stream multiple times.
12511 Post an error when we fail to do the initial seek.
12513 2006-08-13 Wim Taymans <wim@fluendo.com>
12515 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
12516 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
12517 Small code cleanup.
12519 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12520 (gst_alsa_mixer_new):
12521 Remove hack that always set the device to hw:0*.
12522 Properly find the card name for whatever device was configured.
12523 Do some better debugging.
12526 * ext/alsa/gstalsamixerelement.c:
12527 (gst_alsa_mixer_element_set_property),
12528 (gst_alsa_mixer_element_change_state):
12530 Handle setting of a NULL device name better.
12532 2006-08-11 Wim Taymans <wim@fluendo.com>
12534 * gst/adder/gstadder.c:
12535 Don't clip float values. Fixes #350900.
12537 2006-08-11 Andy Wingo <wingo@pobox.com>
12539 * gst/tcp/gsttcp.c: Really fix the build?
12541 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
12544 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
12546 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
12547 Float caps shouldn't have a "signed" field.
12549 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
12551 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
12552 Implement SEEKING query in its most basic form, so that we can
12553 at least check if we're seekable or not (#350655).
12555 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
12557 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12558 The checks here are not even close to anything that would
12559 justify MAXIMUM probability, lowering to POSSIBLE until someone
12560 fixes the checks (case at hand: quicktime redirection files
12561 might start with 00 00 01 XX and pass the checks here just
12562 fine, see #350399).
12564 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
12566 Patch by: Sjoerd Simons <sjoerd at luon net>
12568 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
12569 Better detection for multipart/x-mixed-replace: accept leading
12570 whitespaces before the boundary marker as well (as our very own
12571 multipartmux used to produce) (#349068).
12573 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
12575 Patch by: Young-Ho Cha <ganadist at chollian net>
12577 * gst-libs/gst/riff/riff-ids.h:
12578 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12579 (gst_riff_create_audio_template_caps):
12580 Detect DTS audio streams (#350157).
12582 2006-08-05 Andy Wingo <wingo@pobox.com>
12584 * ext/theora/gsttheoraparse.h:
12585 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
12586 (theora_parse_dispose, theora_parse_set_property)
12587 (theora_parse_get_property, theora_parse_munge_granulepos)
12588 (theora_parse_push_buffer, theora_parse_change_state):
12589 API: GstTheoraParse::synchronization-points
12590 Add a property 'synchronization-points' to fix badly synchronized oggs.
12592 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
12594 * tests/check/Makefile.am:
12595 * tests/check/libs/.cvsignore:
12596 * tests/check/libs/audio.c: (structure_contains_channel_positions),
12597 (fixed_caps_have_channel_positions), (GST_START_TEST),
12598 (audio_suite), (main):
12599 Add a few tests for the channel position stuff in libgstaudio.
12601 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
12603 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
12604 (gst_alsa_detect_channels):
12605 * ext/alsa/gstalsasink.c:
12606 Add support for cards that (only) do more than 8 channels,
12607 like the Delta 44 (#345188).
12609 * gst-libs/gst/audio/multichannel.c:
12610 (gst_audio_check_channel_positions):
12611 * gst-libs/gst/audio/multichannel.h:
12612 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
12613 unspecified channel position and cannot be combined with any
12614 of the other audio channel positions; adjust position layout
12615 checks accordingly (#345188).
12617 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
12619 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12620 Recognise ancient RealAudio files (see #349779).
12622 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
12624 Patch by: Jens Granseuer <jensgr at gmx net>
12626 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12627 Add typefinder for Interplay's MVE format (#348973).
12629 2006-08-02 Wim Taymans <wim@fluendo.com>
12631 Patch by: Marcel Moreaux <marcelm at luon dot net>
12633 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12634 (gst_base_rtp_depayload_add_to_queue):
12635 * gst-libs/gst/rtp/gstbasertpdepayload.h:
12636 Handle RTP sequence number rollover.
12637 Disable jitterbuffer by default.
12639 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
12641 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
12642 (audioresample_set_caps):
12643 Don't leak references to the incoming caps. Clean them up when
12646 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12647 (gst_video_scale_finalize):
12648 Don't leak our temporary pixel buffer.
12650 * tests/check/Makefile.am:
12651 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
12652 (GST_START_TEST), (simple_launch_lines_suite):
12654 Fix leaks and re-enable the test for valgrind checking.
12656 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
12658 Patch by: Sjoerd Simons <sjoerd at luon net>
12660 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
12662 Add typefind function for multipart/x-mixed-replace (#348916).
12664 2006-07-28 Wim Taymans <wim@fluendo.com>
12666 * gst/adder/gstadder.c: (gst_adder_setcaps),
12667 (gst_adder_query_duration):
12668 Fix leak in duration query.
12669 Reflow some docs and notes.
12671 2006-07-28 Michael Smith <msmith@fluendo.com>
12673 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
12675 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
12678 2006-07-28 Michael Smith <msmith@fluendo.com>
12680 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
12681 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
12682 (gst_vorbis_enc_push_buffer),
12683 (gst_vorbis_enc_buffer_check_discontinuous),
12684 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
12685 * ext/vorbis/vorbisenc.h:
12686 Handle discontinuities in the input vorbis stream correctly,
12687 so that the output is properly timestamped (and has good granulepos
12688 values). Needs some oggmux fixes too.
12690 2006-07-27 Wim Taymans <wim@fluendo.com>
12692 patch by: Kai Vehmanen <kv2004 eca cx>
12694 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12695 (gst_base_rtp_depayload_chain),
12696 (gst_base_rtp_depayload_handle_sink_event),
12697 (gst_base_rtp_depayload_change_state):
12698 Don't send multiple newsegments with different formats.
12701 2006-07-26 Wim Taymans <wim@fluendo.com>
12703 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12704 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
12705 Make seeking in ogg more accurate again by doing the more correct
12706 granuletime to stream time conversion.
12708 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
12710 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12711 (gst_multi_fd_sink_new_client):
12712 debug a little more understandably
12713 do not use goto as a substitute for break, especially if
12714 break is also being used
12716 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
12718 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12719 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12720 Remove GLib-2.6 compatibility cruft.
12722 2006-07-24 Wim Taymans <wim@fluendo.com>
12724 * gst-libs/gst/audio/gstbaseaudiosink.c:
12725 (gst_base_audio_sink_render):
12726 Don't try to align a sample to an unknown value.
12728 2006-07-24 Wim Taymans <wim@fluendo.com>
12730 * gst-libs/gst/audio/gstbaseaudiosink.c:
12731 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12732 When the audio clock is slaved to another clock, never try to align
12733 samples but trust the rate interpolation algorithm.
12735 2006-07-24 Wim Taymans <wim@fluendo.com>
12737 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12738 Don't try to calculate silence samples, base class does this much
12741 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12742 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
12743 (gst_ring_buffer_acquire):
12744 Calculate silence samples correctly.
12746 * gst-libs/gst/audio/gstringbuffer.h:
12749 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
12751 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
12752 Limit search for the first markup tag to the first few kB of
12753 the file. If we don't find one there, it's highly unlikely that
12754 this is an XML(-ish) file.
12756 2006-07-21 Andy Wingo <wingo@pobox.com>
12758 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
12759 test to the one in vorbisenc. Also commented out.
12761 * tests/check/pipelines/vorbisenc.c:
12762 (test_discontinuity): New test, commented out until Mike lands
12763 some elite vorbisenc patches.
12765 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
12766 Bufferstraw was actually factored out of these tests. Now we share
12769 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
12770 for bufferstraw addition to gstcheck.
12772 2006-07-21 Wim Taymans <wim@fluendo.com>
12774 * ext/theora/theoradec.c: (clip_buffer):
12777 2006-07-21 Wim Taymans <wim@fluendo.com>
12779 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
12780 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
12781 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
12783 Avoid type casting when we can.
12785 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
12788 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
12790 * ext/alsa/gstalsamixerelement.c:
12791 (gst_alsa_mixer_element_change_state):
12792 Make state change fail if the specified device can't be opened
12795 2006-07-20 Wim Taymans <wim@fluendo.com>
12797 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12798 (cb_newpad), (main):
12799 Example of a small audio/video player using decodebin.
12801 2006-07-20 Stefan Kost <ensonic@users.sf.net>
12803 * gst-libs/gst/riff/riff-ids.h:
12804 Add 'fact' chunk id
12806 2006-07-19 Wim Taymans <wim@fluendo.com>
12808 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12809 (gst_base_rtp_depayload_chain),
12810 (gst_base_rtp_depayload_change_state):
12811 Don't assert when not negotiated but post a meaningfull
12812 error message. Fixes #347918.
12814 * gst-libs/gst/rtp/gstbasertppayload.c:
12815 Add comment about better default MTU size.
12817 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
12818 Small cleanups, start docs.
12820 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
12822 Patch by: Martin Szulecki
12824 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
12825 If "device-name" is requested and the device is not
12826 open, try to temporarily open it to obtain this
12827 information (#342494).
12829 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
12831 * gst-libs/gst/tag/gstid3tag.c:
12832 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
12834 * gst-libs/gst/tag/gsttageditingprivate.h:
12835 * gst-libs/gst/tag/gstvorbistag.c:
12836 Some more random const-ifications.
12838 2006-07-18 Stefan Kost <ensonic@users.sf.net>
12840 * gst-libs/gst/riff/riff-ids.h:
12841 * gst-libs/gst/riff/riff-media.c:
12842 (gst_riff_create_video_template_caps):
12843 Add more FOURCCs (sort list to make stuff easier to find),
12844 add comment what those 16 bytes in struct _gst_riff_strh according to
12847 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
12849 * gst-libs/gst/audio/multichannel.c:
12850 (gst_audio_check_channel_positions),
12851 (gst_audio_fixate_channel_positions):
12852 Const-ify two arrays.
12854 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
12856 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
12857 Fix typo, so that alsasink also advertises 8 channels
12858 if that's supported (tags: can, worms, open, alsa, ph34r).
12860 2006-07-17 Wim Taymans <wim@fluendo.com>
12862 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12863 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
12864 *sigh*, when is the compiler going to warn when the comments
12865 are out-of-sync with the code.. Refix case of busted theora
12866 headers with 0 granule pos.
12868 2006-07-14 Wim Taymans <wim@fluendo.com>
12870 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12871 (gst_base_rtp_depayload_wait),
12872 (gst_base_rtp_depayload_change_state),
12873 (gst_base_rtp_depayload_set_property),
12874 (gst_base_rtp_depayload_get_property):
12875 Fix 99% cpu load by waiting for absolute times on the
12876 clock. Fixes #347300.
12878 2006-07-14 Andy Wingo <wingo@pobox.com>
12880 * ext/theora/gsttheoraparse.h:
12881 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
12882 (theora_parse_push_headers, theora_parse_clear_queue)
12883 (theora_parse_drain_queue_prematurely, )
12884 (theora_parse_sink_event, theora_parse_change_state): Queue events
12885 until we initialized our state, like in vorbisparse.
12887 * ext/vorbis/vorbisparse.h:
12888 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
12889 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
12890 (vorbis_parse_drain_queue_prematurely, )
12891 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
12892 until we have initialized our state. Fixes seeking after an
12895 2006-07-14 Andy Wingo <wingo@pobox.com>
12897 Patch by: Iain Holmes <iaingnome@gmail.com>
12899 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
12901 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
12904 Bump nano back to CVS
12906 === release 0.10.9 ===
12908 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12911 releasing 0.10.9, "I walk the line"
12913 2006-07-14 Michael Smith <msmith@fluendo.com>
12915 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
12916 Move a g_cond_signal to earlier to avoid sometimes deadlocking
12917 (commonly happens when running this test under valgrind) when trying
12918 to remove the buffer probe.
12920 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12923 Fix missing g_unlock from the previous commit
12925 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12927 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12928 (gst_ximagesink_change_state):
12929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12930 (gst_xvimagesink_change_state):
12931 Implement a locking order to ensure we always take the object lock
12932 before the x_lock and never vice-versa.
12934 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
12936 * gst/playback/gstdecodebin.c: (find_compatibles):
12937 Fix a caps leak when linking (#347304)
12939 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12940 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
12941 (gst_ximagesink_change_state):
12942 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12943 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
12944 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12945 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
12946 Don't leak shared memory resources. Use the object lock to protect
12947 against the xcontext disappearing while returning a buffer from the
12948 pipeline. (#347304)
12950 2006-07-12 Edward Hervey <edward@fluendo.com>
12952 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
12953 (vorbis_handle_comment_packet):
12954 gst_tag_list_merge() returns a new object. Take that into account when
12955 using it. This avoids memleak.
12956 Revert previous commit which is not needed.
12958 2006-07-12 Edward Hervey <edward@fluendo.com>
12960 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
12961 Reset the decoder in finalize so that all fields get cleared.
12963 2006-07-12 Wim Taymans <wim@fluendo.com>
12965 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12966 (gst_base_audio_src_set_clock),
12967 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
12968 Don't try to post an error message when setting the clock fails
12969 as this can happen when adding an element to a bin which will then
12970 deadlock. Fixes #347296.
12972 2006-07-12 Edward Hervey <edward@fluendo.com>
12974 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12975 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12976 (vorbis_handle_type_packet):
12977 Post tag messages on the bus even if we're not initialized.
12978 If we're not initialized, we still postpone the event pushing of tags.
12980 2006-07-12 Wim Taymans <wim@fluendo.com>
12982 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12983 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12984 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12985 Revert last two changes that broke the freeze.
12987 2006-07-12 Wim Taymans <wim@fluendo.com>
12989 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12990 basesink calculates silence sample correctly for us.
12992 2006-07-12 Wim Taymans <wim@fluendo.com>
12994 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12995 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
12996 Calculate correct silence samples so we don't fill our ringbuffer
12999 2006-07-12 Edward Hervey <edward@fluendo.com>
13001 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13002 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13003 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13004 * ext/vorbis/vorbisdec.h:
13005 Delay sending events (newsegment, tags) until the decoder is properly
13009 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
13011 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13012 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13013 Patch from #347221 adding a test for audioconvert
13014 channel remappings.
13016 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
13018 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13019 (gst_ssa_parse_parse_line):
13020 Don't include the terminating NUL in the buffer size,
13021 it's only there for extra paranoia (would add random
13022 '*' characters at the end of each subtitle since the
13023 terminator itself is not valid UTF-8 technically).
13024 Also fix indenting after boilerplate macro.
13026 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
13028 * gst/playback/gstdecodebin.c: (close_pad_link):
13029 Also emit 'unknown-type' signal (which should really be
13030 called unhandled-type) if we found potential decoders/demuxers
13031 in the registry but none of them worked in the end (as in the
13032 case where the plugins don't exist any longer but are still
13033 listed in the registry). Fixes #329798.
13035 2006-07-08 Andy Wingo <wingo@pobox.com>
13037 * theoraparse.c (theora_parse_push_buffer)
13038 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13039 Add some more debugging. Fix granulepos reconstruction in the face
13040 of discontinuities.
13042 2006-07-06 Wim Taymans <wim@fluendo.com>
13044 * gst-libs/gst/audio/gstbaseaudiosink.c:
13045 (gst_base_audio_sink_class_init),
13046 (gst_base_audio_sink_provide_clock):
13047 Use gobject_class instead of G_OBJECT_CLASS (klass)
13049 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13050 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13051 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13052 (gst_base_audio_src_get_time),
13053 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13054 (gst_base_audio_src_create_ringbuffer):
13055 Fix latency and buffer-time constants and properties ala basesink.
13056 Implement pull based scheduling. Fixes #346527.
13057 Set default blocksize in GstBaseSrc to 0, we default to pushing out
13059 Refuse slaving to another clock instead of silently not working.
13060 Only provide a clock when we are actually able to do so.
13061 Various small cleanups and compiler hints.
13063 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
13065 Patch by: Lutz Mueller <lutz at topfrose de>
13067 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13069 Add typefinding for text/html (#346581).
13071 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
13073 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13074 (xml_check_first_element), (xml_type_find), (smil_type_find):
13075 Fix SMIL typefinding, make xml_check_first_element() more
13078 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
13080 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13081 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13082 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13083 * gst/playback/gstplaybasebin.h:
13084 Protect list of elements with a subtitle-encoding property and
13085 the subtitle encoding member itself with a lock of their own
13086 instead of using the object lock. This prevents a dead-lock in
13087 the element-remove callback in some circumstances when shutting
13090 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
13092 * win32/common/libgsttag.def:
13093 Export some new functions.
13094 * win32/vs6/libgstogg.dsp:
13095 Add a link to libgsttag-0.10.lib.
13097 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
13099 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13100 Some const-ification.
13102 2006-07-04 Wim Taymans <wim@fluendo.com>
13104 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13105 Improve checking if we are dealing with a stream. Added some
13106 more uris that need buffering.
13108 2006-07-03 Edward Hervey <edward@fluendo.com>
13110 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13111 Remove unused variable.
13113 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
13118 add GCOV_LIBS to GST_LIBS
13120 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
13122 Patch by: Michael Sheldon <webmaster at mikeasoft com>
13124 * ext/alsa/gstalsasrc.c:
13125 Add 32 bps to template caps and increase channels range
13126 from [1,2] to [1,MAX]. See #346326.
13128 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
13130 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13131 Recognise 'WMVA' video codec fourcc (#345879).
13133 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13135 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13136 Fixed nasty memory leak
13138 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
13140 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13141 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13144 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
13146 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13147 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13148 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13149 Protect remove_fakesink using a mutex, so that we don't try and
13150 remove the fakesink simultaneously from multiple threads.
13152 When going from READY to PAUSED, restore the fakesink, so that
13153 it is there when decodebin gets reused.
13155 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
13157 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13158 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13159 * gst-libs/gst/rtp/gstbasertppayload.c:
13160 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13161 * gst/tcp/gstmultifdsink.c:
13162 * gst/tcp/gsttcpclientsink.c:
13163 * gst/tcp/gsttcpclientsrc.c:
13164 * gst/tcp/gsttcpserversink.c:
13165 * gst/tcp/gsttcpserversrc.c:
13166 * gst/videorate/gstvideorate.c:
13167 * gst/videotestsrc/gstvideotestsrc.c:
13168 * sys/v4l/gstv4ljpegsrc.c:
13169 * sys/v4l/gstv4lmjpegsink.c:
13170 * sys/v4l/gstv4lsrc.c:
13171 * tests/examples/seek/scrubby.c:
13172 * tests/examples/seek/seek.c:
13173 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13175 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13177 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13178 Second field in GEnumValue shouldn't be a description,
13179 but a stringified version of the enum value.
13181 2006-06-22 Wim Taymans <wim@fluendo.com>
13183 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13184 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13185 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13186 Avoid type checking in buffer casts.
13187 Avoid caps copy in buffer_alloc when we can.
13188 Use pad_peer_accept.
13190 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13192 * gst-libs/gst/tag/tag.h:
13193 Oops, make that 'Since: 0.10.9'.
13195 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13197 * docs/libs/gst-plugins-base-libs-sections.txt:
13198 * gst-libs/gst/tag/tag.h:
13199 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13200 (gst_tag_image_type_get_type):
13201 API: add GstTagImageType enum to describe images contained
13202 in image tags (#345641).
13204 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13206 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13207 Fix warnings with gst-inspect: "buffers-min" property
13208 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13209 typo in property description.
13211 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
13213 Patch by: Cody Russell <bratsche at gnome org>
13215 * gst/audioresample/gstaudioresample.c:
13216 (gst_audioresample_class_init):
13217 * gst/playback/gststreamselector.c:
13218 (gst_stream_selector_class_init):
13219 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13220 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13221 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13222 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13223 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13224 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13225 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13226 * gst/videotestsrc/gstvideotestsrc.c:
13227 (gst_video_test_src_class_init):
13228 * gst/volume/gstvolume.c: (gst_volume_class_init):
13229 Avoid unnecessary class cast check in class_init
13230 functions (#337747).
13232 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
13234 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13235 (gst_text_overlay_video_chain):
13236 g_markup_escape_text() REALLY doesn't like non-UTF8 input
13237 and doesn't validate its input either (and neither did
13238 textoverlay it seems). Let's do that then and fix #345206.
13240 2006-06-19 Wim Taymans <wim@fluendo.com>
13242 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13243 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13244 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13245 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13246 (find_syncframe), (find_limits), (assign_value),
13247 (count_burst_unit), (gst_multi_fd_sink_new_client),
13248 (gst_multi_fd_sink_handle_client_write),
13249 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13250 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13251 (gst_multi_fd_sink_change_state):
13252 * gst/tcp/gstmultifdsink.h:
13253 Added shiny new burst-on-connect methods.
13254 Add properties to control the minimal amount of data queued.
13256 API: bytes-min property
13257 API: time-min property
13258 API: buffers-min property
13259 API: burst-unit property
13260 API: burst-value property
13261 API: add-full signal
13263 * gst/tcp/gsttcp-marshal.list:
13264 Added new marshaller code for the new signal.
13266 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13267 (multifdsink_suite):
13268 Added testcases for new burst methods.
13270 2006-06-19 Edward Hervey <edward@fluendo.com>
13272 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13273 Implement clipping for accurate seeking.
13276 2006-06-19 Wim Taymans <wim@fluendo.com>
13278 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13280 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13281 (gst_video_scale_transform):
13282 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13284 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
13287 Fix --disable-external (can't set conditionals conditionally,
13290 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
13292 * tests/check/elements/audioresample.c: (test_reuse),
13293 (audioresample_suite):
13294 Add test case for bug #342789 fixed below.
13296 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
13298 * gst/audioresample/gstaudioresample.c:
13299 (gst_audioresample_class_init), (gst_audioresample_init),
13300 (audioresample_start), (audioresample_stop),
13301 (gst_audioresample_set_property), (gst_audioresample_get_property):
13302 Implement GstBaseTransform::start and ::stop so that audioresample
13303 can clear its internal state properly and be reused instead of
13304 causing non-negotiated errors with playbin under some circumstances
13307 * tests/check/elements/audioresample.c: (setup_audioresample),
13308 (cleanup_audioresample):
13309 Need to set element state here so that ::start and ::stop are
13312 2006-06-16 Wim Taymans <wim@fluendo.com>
13314 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13316 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13317 Parse extra data better, apparently it's right behind
13318 the normal strf header size. Fixes #343500.
13320 2006-06-16 Wim Taymans <wim@fluendo.com>
13322 * ext/alsa/gstalsasink.c: (set_hwparams):
13323 If we fail to set the buffer_time and period_time alsa
13324 parameters, post a warning and leave alsa select a
13325 default instead of failing. Fixes #342085
13327 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
13329 * docs/libs/gst-plugins-base-libs-sections.txt:
13330 * gst-libs/gst/cdda/gstcddabasesrc.h:
13331 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13332 out in the header file and shouldn't be listed in the docs.
13334 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13335 Must dereference pointer to fourcc in the debug statement.
13337 2006-06-16 Stefan Kost <ensonic@users.sf.net>
13339 * docs/libs/Makefile.am:
13340 * docs/libs/gst-plugins-base-libs-docs.sgml:
13341 * docs/libs/gst-plugins-base-libs-sections.txt:
13342 * docs/libs/gst-plugins-base-libs.types:
13343 add remaining symbols into correct setions
13345 * gst-libs/gst/audio/gstringbuffer.c:
13346 fix incomplete docs
13348 * gst-libs/gst/audio/gstringbuffer.h:
13349 comment out not yet implemented function
13352 * gst-libs/gst/floatcast/floatcast.h:
13353 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13354 add short descriptions
13357 * gst-libs/gst/interfaces/propertyprobe.c:
13358 fix return value docs
13360 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13361 simplify debug logging
13363 * gst-libs/gst/riff/riff-read.h:
13364 sync function prototype and docs
13366 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13367 remove left over symbol
13369 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
13373 * docs/Makefile.am:
13374 Use GST_PLUGIN_DOCS macro in configure.ac, add
13375 --enable-plugin-docs default to autogen.sh and use
13376 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13378 2006-06-15 Wim Taymans <wim@fluendo.com>
13380 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13381 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13382 (gst_ogg_demux_loop):
13383 Combine GstFlowReturn from the source pads to give a
13384 meaningfull result to the upstream peer or to stop the
13385 processing task in case of errors.
13387 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
13389 * gst/playback/gststreaminfo.c: (cb_probe):
13390 Try GST_TAG_CODEC as fallback when extracting the
13391 codec name; more debug info.
13393 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
13395 * ext/ogg/Makefile.am:
13396 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13397 Extract language tags from ogm subtitle streams, so that
13398 the subtitle menu choices are labelled correctly in
13399 Totem (fixes #344708).
13401 2006-06-14 Wim Taymans <wim@fluendo.com>
13403 Patch by: Alessandro Decina <alessandro at nnva dot org>
13405 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
13406 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
13407 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
13408 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13409 Fix various leaks. Fixes #343699.
13410 Add x-smoke mime type.
13412 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
13414 * gst-libs/gst/riff/riff-ids.h:
13415 Add IDs for 'bext' chunks (see #343837).
13417 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
13419 Patch by: Young-Ho Cha <ganadist at chollian net>
13421 * gst/subparse/samiparse.c: (sami_context_pop_state),
13422 (handle_start_font), (end_sami_element):
13423 Honour font face tags in SAMI subtitles (#344503).
13425 2006-06-11 Stefan Kost <ensonic@users.sf.net>
13428 add missing files containing translatable strings
13430 2006-06-11 Stefan Kost <ensonic@users.sf.net>
13432 * docs/libs/tmpl/.cvsignore:
13433 we don't want those *.sgml files in CVS either
13435 2006-06-11 Stefan Kost <ensonic@users.sf.net>
13437 * docs/libs/.cvsignore:
13438 * tests/check/elements/.cvsignore:
13439 * tests/check/libs/.cvsignore:
13442 2006-06-11 Stefan Kost <ensonic@users.sf.net>
13444 * docs/libs/Makefile.am:
13445 also commiting the changed Makefile.am (added more libs to the
13448 2006-06-11 Stefan Kost <ensonic@users.sf.net>
13450 * docs/libs/gst-plugins-base-libs-docs.sgml:
13451 * docs/libs/gst-plugins-base-libs-sections.txt:
13452 * docs/libs/gst-plugins-base-libs.types:
13453 first batch of reordering things, add index & hierarchy
13455 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
13458 use GST_PKG_CHECK_MODULES, cleans up output
13460 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
13462 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13463 Add support for burn:// URIs (#343385); const-ify things a bit,
13464 use G_N_ELEMENTS instead of hard-coded array size.
13466 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
13468 Patch by: Young-Ho Cha <ganadist at chollian net>
13470 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
13471 Fix up broken entities before passing them to libxml *sigh*.
13474 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
13479 === release 0.10.8 ===
13481 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
13484 releasing 0.10.8, "Moar gij ziet mij nie"
13486 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
13503 * win32/common/config.h:
13504 0.10.7.2 prerelease
13506 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
13508 * docs/libs/tmpl/gstaudio.sgml:
13509 * docs/libs/tmpl/gstcolorbalance.sgml:
13510 * docs/libs/tmpl/gstmixer.sgml:
13511 * docs/libs/tmpl/gstringbuffer.sgml:
13512 * docs/libs/tmpl/gsttuner.sgml:
13513 * docs/libs/tmpl/gstxoverlay.sgml:
13514 * gst-libs/gst/audio/audio.c:
13515 * gst-libs/gst/audio/gstringbuffer.c:
13516 * gst-libs/gst/interfaces/colorbalance.c:
13517 * gst-libs/gst/interfaces/mixer.c:
13518 * gst-libs/gst/interfaces/tuner.c:
13519 * gst-libs/gst/interfaces/xoverlay.c:
13520 move last template doc snippets to source code and delete them
13522 2006-06-06 Michael Smith <msmith@fluendo.com>
13524 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
13525 (theora_parse_drain_queue):
13526 Mark DELTA_UNIT on non-keyframes.
13528 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
13530 * gst-libs/gst/audio/gstbaseaudiosink.c:
13531 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
13532 * gst-libs/gst/audio/gstbaseaudiosink.h:
13533 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
13534 (gst_ring_buffer_samples_done):
13535 * gst-libs/gst/audio/gstringbuffer.h:
13536 Document better the fact that latency_time and buffer_time are values
13537 stored in microseconds, and not the usual GStreamer nanoseconds.
13538 Change the variables (compatibly) that store them from GstClockTime
13539 to guint64 to make it more clear that they're not storing clock times.
13540 Also, remove the bogus property description that says the user can
13541 specify -1 to get the default value, since that's never been the case.
13543 When computing the default segment size for the ring buffer, make it
13544 an integer number of samples.
13546 When the sub-class indicates a delay greater than the number of
13547 samples we've written return 0 from the audio sink get_time method.
13549 2006-06-02 Michael Smith <msmith@fluendo.com>
13551 * tests/check/elements/audioconvert.c: (set_channel_positions),
13552 (get_float_mc_caps), (get_int_mc_caps):
13553 * tests/check/elements/audioresample.c:
13554 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
13555 * tests/check/elements/videorate.c:
13556 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
13557 * tests/check/elements/volume.c:
13558 * tests/check/elements/vorbisdec.c:
13559 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13560 Don't busy-wait in tests; this was causing test timeouts very
13561 frequently when running under valgrind.
13563 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
13566 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
13567 (gst_multi_fd_sink_remove_client_link),
13568 (gst_multi_fd_sink_client_queue_caps),
13569 (gst_multi_fd_sink_client_queue_buffer),
13570 (gst_multi_fd_sink_handle_client_write),
13571 (gst_multi_fd_sink_render):
13572 * gst/tcp/gstmultifdsink.h:
13573 make multifdsink properly deal with streamheader:
13574 - streamheader is taken from caps
13575 - buffers marked with IN_CAPS are not sent
13576 - streamheaders are sent, on connection, from the caps of the
13577 buffer where the client gets positioned to
13578 - further streamheader changes are done every time the client
13579 will receive a buffer with different caps
13580 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13581 (gst_multifdsink_create_streamheader):
13584 2006-06-02 Michael Smith <msmith@fluendo.com>
13586 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13587 Reinstate limit on channel count. Vorbis does not define the meaning
13588 of > 6 channels, so they're just independent channels. Gstreamer
13589 currently has no mechanism to represent N independent channels.
13591 2006-06-02 Michael Smith <msmith@fluendo.com>
13593 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13594 Don't arbitrarily restrict channel counts and rate in vorbis.
13595 In terms of effects likely on real-world files, this fixes 96kHz
13596 playback of vorbis.
13598 2006-06-02 Michael Smith <msmith@fluendo.com>
13600 * gst/audioconvert/audioconvert.c: (float):
13601 More correct float->int conversion.
13603 2006-06-02 Michael Smith <msmith@fluendo.com>
13605 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
13606 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
13607 value. Fixes g-critical on trying to play back ogg containing
13610 2006-06-02 Wim Taymans <wim@fluendo.com>
13612 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
13614 * gst/playback/gstplaybasebin.h:
13615 Make the subtitle detection work from any thread so we don't
13616 deadlock. Fixes #343397.
13618 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
13620 * gst/volume/Makefile.am:
13621 Seriously, it's not *that* hard to get compilation right. Even
13622 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
13624 2006-06-01 Stefan Kost <ensonic@users.sf.net>
13626 * gst/volume/gstvolume.c: (volume_choose_func),
13627 (volume_update_real_volume), (gst_volume_class_init),
13628 (gst_volume_init), (volume_process_float), (volume_process_int16),
13629 (volume_process_int16_clamp), (volume_set_caps),
13630 (volume_transform_ip), (plugin_init):
13631 * gst/volume/gstvolume.h:
13632 rewrite the passthrough check, split _int16 and _int16_clamp, fix
13633 another property desc., remove unused param from process function
13635 * tests/check/elements/volume.c: (volume_suite):
13636 reactivate the passthrough test
13638 2006-06-01 Stefan Kost <ensonic@users.sf.net>
13640 * ext/alsa/gstalsamixerelement.h:
13641 * ext/alsa/gstalsamixeroptions.h:
13642 * ext/alsa/gstalsamixertrack.h:
13643 * ext/gnomevfs/gstgnomevfssink.h:
13644 * ext/gnomevfs/gstgnomevfssrc.h:
13645 * ext/theora/gsttheoradec.h:
13646 * ext/theora/gsttheoraenc.h:
13647 * ext/theora/gsttheoraparse.h:
13648 * ext/vorbis/vorbisparse.h:
13649 * gst-libs/gst/audio/gstaudioclock.h:
13650 * gst-libs/gst/audio/gstaudiofilter.h:
13651 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13652 * gst/audioconvert/gstaudioconvert.h:
13653 * gst/audioresample/gstaudioresample.h:
13654 * gst/audiotestsrc/gstaudiotestsrc.h:
13655 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
13656 * gst/playback/gststreamselector.h:
13657 * gst/tcp/gstmultifdsink.h:
13658 * gst/tcp/gsttcpclientsink.h:
13659 * gst/tcp/gsttcpclientsrc.h:
13660 * gst/tcp/gsttcpserversink.h:
13661 * gst/tcp/gsttcpserversrc.h:
13662 * gst/videorate/gstvideorate.h:
13663 * gst/videoscale/gstvideoscale.h:
13664 * gst/videotestsrc/gstvideotestsrc.h:
13665 * gst/volume/gstvolume.h:
13666 * sys/v4l/gstv4ljpegsrc.h:
13667 * sys/v4l/gstv4lmjpegsink.h:
13668 * sys/v4l/gstv4lmjpegsrc.h:
13669 * sys/v4l/gstv4lsrc.h:
13670 * sys/ximage/ximagesink.h:
13671 * sys/xvimage/xvimagesink.h:
13672 * tests/old/testsuite/alsa/sinesrc.h:
13673 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13675 2006-05-31 Wim Taymans <wim@fluendo.com>
13677 * ext/libvisual/visual.c: (gst_visual_reset),
13678 (gst_visual_sink_setcaps), (gst_visual_sink_event),
13679 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
13681 Use running time before doing QoS.
13684 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
13686 * docs/libs/Makefile.am:
13687 set a magic variable to indicate we know the docs are incomplete
13689 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
13691 * win32/common/libgstvideo.def:
13692 export gst_video_calculate_display_ratio
13693 * win32/vs6/libgstvideoscale.dsp:
13694 add link to libgstvideo-0.10.lib
13696 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
13698 * gst/playback/gstplaybasebin.c: (gen_source_element):
13699 Throw a more comprehensible error for rtsp:// URIs (rather
13700 than erroring out with a negotiation error later on) until
13701 we fix playbin to handle rtspsrc etc.
13703 2006-05-30 Wim Taymans <wim@fluendo.com>
13705 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
13706 (gst_text_overlay_text_event):
13709 2006-05-30 Wim Taymans <wim@fluendo.com>
13711 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
13712 (gst_adder_request_new_pad), (gst_adder_release_pad):
13713 * gst/adder/gstadder.h:
13714 Implement release_request_pad.
13715 Make padcounter atomic.
13717 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
13718 Added check for release_pad in adder.
13720 2006-05-30 Wim Taymans <wim@fluendo.com>
13722 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
13725 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
13727 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13728 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13729 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13730 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
13731 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
13732 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
13733 (gst_ogg_demux_bisect_forward_serialno),
13734 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
13735 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13737 clean up printf formats for granulepos and serialno
13739 2006-05-30 Michael Smith <msmith@fluendo.com>
13741 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13742 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
13743 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
13744 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
13745 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13746 * ext/vorbis/vorbisenc.h:
13747 Multi-channel caps negotiation, so we can do proper multichannel
13748 vorbis encoding, negotiated through audioconvert.
13750 2006-05-30 Wim Taymans <wim@fluendo.com>
13752 * tests/check/elements/adder.c: (test_event_message_received),
13753 (test_play_twice_message_received), (GST_START_TEST),
13755 Added check to show that #339935 is fixed with ongoing
13756 adder and collectpads fixes.
13758 2006-05-29 Wim Taymans <wim@fluendo.com>
13760 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
13761 Don't leak pad name.
13763 2006-05-29 Wim Taymans <wim@fluendo.com>
13765 * gst/adder/gstadder.c: (gst_adder_query_duration),
13766 (forward_event_func), (forward_event), (gst_adder_src_event):
13768 Make query/seeking code threadsafe.
13770 * tests/check/Makefile.am:
13771 * tests/check/elements/adder.c: (test_event_message_received),
13772 (GST_START_TEST), (test_play_twice_message_received):
13773 Fix adder test case.
13775 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
13777 Patch by: Young-Ho Cha <ganadist at chollian net>
13779 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13780 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13781 (set_encoding_element), (decodebin_element_added_cb),
13782 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
13783 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13784 * gst/playback/gstplaybasebin.h:
13785 Add 'subtitle-encoding' property to playbin, so applications can
13786 force a subtitle encoding for non-UTF8 subtitles (#342268).
13788 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
13789 (gst_sub_parse_set_property):
13790 Rename recently-added 'encoding' property to 'subtitle-encoding'
13791 (so it can be proxied by playbin/decodebin in a generic way
13792 with less danger of false positives).
13794 2006-05-29 Michael Smith <msmith@fluendo.com>
13796 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13797 (append_with_other_format), (set_structure_widths),
13798 (gst_audio_convert_transform_caps):
13799 Patch from #341562: give more specific audio caps in get_caps, so
13800 that basetransform can make better decisions on what caps to
13803 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13805 * tests/check/elements/volume.c:
13806 make it compile again
13808 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13810 * tests/check/elements/volume.c: (volume_suite):
13811 disable test until #343196 gets resolved
13813 2006-05-28 Stefan Kost <ensonic@users.sf.net>
13815 * gst/adder/gstadder.c: (gst_adder_get_type):
13816 Make it easier to copy&paste
13818 * gst/volume/Makefile.am:
13819 * gst/volume/gstvolume.c: (volume_update_real_volume),
13820 (gst_volume_set_volume), (gst_volume_set_mute),
13821 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
13822 (volume_transform_ip), (volume_update_mute),
13823 (volume_update_volume):
13824 * gst/volume/gstvolume.h:
13825 Add own debug category, move duplicate code to helper function, fix
13826 property texts, add more comments and prepare ffor liboil-goodness
13828 * tests/check/Makefile.am:
13829 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
13830 add test for mute and passtrough case, be a bit more verbose to track
13833 * tests/check/generic/states.c: (GST_START_TEST):
13834 catch elements that fail to instantiate
13836 2006-05-28 Edward Hervey <edward@fluendo.com>
13838 * tests/check/pipelines/simple-launch-lines.c:
13839 * tests/check/pipelines/theoraenc.c:
13840 * tests/check/pipelines/vorbisenc.c:
13841 Comment out tests using parse_launch() if core was built without
13842 parsing capabilities.
13844 2006-05-27 Edward Hervey <edward@fluendo.com>
13846 * tests/check/Makefile.am:
13847 Extra bonus points for whoever explains to ensonic that you are meant
13848 to test unit tests thoroughly before commiting them, especially if
13849 you know it's going to break.
13850 De-activated element/adder tests.
13852 2006-05-27 Edward Hervey <edward@fluendo.com>
13854 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13855 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
13856 Marking caps conversion issues as GST_WARNING is way too verbose,
13857 Moving them to GST_LOG.
13859 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
13862 Replace current README (containing the release notes from
13863 some 0.9.x version) with a proper README taken from the core.
13865 2006-05-26 Wim Taymans <wim@fluendo.com>
13867 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13868 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
13869 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
13870 (vorbis_dec_change_state):
13873 Clip output samples to segment boundaries.
13875 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
13877 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13878 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
13879 Improve the errors produced on bad output, including some human
13880 readable description strings.
13881 Handle the (theoretical for ximagesink) case where the XServer
13882 has a different idea about the size required for a particular
13883 frame and gives us too small a memory allocation.
13885 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
13887 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13888 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
13889 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13890 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
13891 Improve the errors produced on bad output, including some human
13892 readable description strings.
13893 Handle RGB Xv formats properly by transforming them into our
13894 big-endian caps description.
13895 Use gst_caps_truncate to ensure that we never try and choose a
13896 non-fixed caps in buffer_alloc.
13897 Handle the case where the XServer has a different idea about the size
13898 required for a particular frame and gives us too small a memory
13900 Use -1 to indicate 'no image format', because 0 is a valid XServer
13901 image format number.
13902 Put RGB Xv formats at the end of the caps, so that we always prefer
13904 Iterate the available Xv Encodings to determine the maximum width and
13905 height, and then return that in our caps.
13906 (Closes #315312, #337544)
13908 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
13910 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
13911 When there is only one unfinished pad and it receives an event that
13912 doesn't match our requirements, we need to set alldone=FALSE so that
13913 the fakesink is not removed yet.
13915 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
13917 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13918 Use gst_type_find_helper_for_buffer() to find the type
13919 of stream from the first packet.
13922 Bump requirements to core CVS (needed for vorbis
13923 typefinding to work).
13925 2006-05-24 Edward Hervey <edward@fluendo.com>
13927 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13928 Added the 'prfl' atom type which MQV (no, it's not a typo) files
13929 contain. Else they play perfectly fine with qtdemux.
13931 2006-05-23 Stefan Kost <ensonic@users.sf.net>
13933 * ext/theora/theoradec.c:
13934 * ext/theora/theoraenc.c:
13935 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
13936 * gst/audiorate/gstaudiorate.c:
13937 make more debug catagories static
13939 * tests/check/Makefile.am:
13940 * tests/check/elements/adder.c: (message_received),
13941 (test_event_message_received), (GST_START_TEST),
13942 (test_play_twice_message_received), (adder_suite):
13943 added test case for using element twice, extra bonus points for anyone
13944 who can make these test run reliably
13946 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
13948 * ext/theora/theoradec.c: (theora_dec_chain):
13949 Make work with time-stamped input buffers that do not
13950 have a granulepos in BUFFER_OFFSET_END (like theora
13951 buffers coming from matroskademux). Fixes #342448.
13953 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
13955 Patch by: Peter Kjellerstedt <pkj at axis com>
13957 * gst/tcp/Makefile.am:
13958 fdstresstest doesn't need Gtk+, fix compilation if
13959 gtk is not available (#342566).
13961 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13963 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13965 Removed redundant floor()
13967 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
13969 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13970 On second thought, just skip JUNK chunks automatically, so
13971 the caller doesn't have to handle this. Fixes #342345.
13972 Also, return GST_FLOW_UNEXPECTED if we get a short read,
13973 not GST_FLOW_ERROR.
13975 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
13977 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13978 Don't bail out on JUNK chunks with a size of 0 (would try to
13979 pull_range 0 bytes before, which sources don't like too much).
13982 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
13984 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
13985 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13986 Use the gstutil scaling function to preserve 64 bits while calculating
13987 output width and height from the display-aspect-ratio. (A continuation
13990 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
13992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
13993 (gst_xvimagesink_buffer_alloc):
13994 * sys/xvimage/xvimagesink.h:
13995 When performing buffer allocations, remember the caps and image format
13996 we return so that if the same caps are asked for next time we can
13997 return them immediately without doing any caps intersections.
13999 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14001 * gst-libs/gst/rtp/README:
14002 Some new documentation
14003 * gst-libs/gst/rtp/gstrtpbuffer.h:
14004 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
14005 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14006 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14007 New RTP audio base payloader class. Supports frame or sample based
14008 codecs. Not enabled in Makefile.am until approved.
14010 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14012 * tests/check/elements/alsa.c: (test_device_property_probe):
14013 Fix test case: don't try to free NULL GValueArray when there
14016 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14018 * tests/check/Makefile.am:
14019 * tests/check/elements/alsa.c: (test_device_property_probe),
14020 (alsa_suite), (main):
14021 Add simple test that runs a device property probe on alsasrc,
14022 alsasink and alsamixer. Disable valgrind check for now (too
14023 many leaks in libasound, and valgrind ignored my suppressions
14026 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14028 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14029 (gst_alsa_device_property_probe_probe_property),
14030 (gst_alsa_device_property_probe_needs_probe),
14031 (gst_alsa_device_property_probe_get_values),
14032 (gst_alsa_type_add_device_property_probe_interface):
14033 * ext/alsa/gstalsadeviceprobe.h:
14034 * ext/alsa/gstalsamixerelement.c:
14035 (gst_alsa_mixer_element_init_interfaces):
14036 * ext/alsa/gstalsamixerelement.h:
14037 Clean up and simplify alsa device probing. Make it actually work
14038 for multiple classes. Don't cache results any longer.
14040 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14041 (gst_alsasink_init):
14042 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14043 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14044 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14045 Make alsasink and alsasrc implement the GstPropertyProbe interface
14046 for device probing (#342181).
14047 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
14049 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
14051 * gst/subparse/samiparse.c: (handle_start_font):
14052 Don't ignore return value of strtol (++compiler_happiness).
14054 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
14056 Patch by: Young-Ho Cha <ganadist chollian net>
14058 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14059 (gst_sub_parse_class_init), (gst_sub_parse_init),
14060 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14061 (convert_encoding):
14062 * gst/subparse/gstsubparse.h:
14063 Add 'encoding' property (#341681).
14065 * gst/subparse/samiparse.c: (characters_sami):
14066 Output is pango markup, so we need to escape text
14067 between tags (#342143).
14069 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
14071 * gst-libs/gst/audio/multichannel.c:
14072 (gst_audio_check_channel_positions):
14073 It's okay to have caps with channels=1 and a channel position
14074 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14075 (deinterleavers might want to keep the position in the caps,
14076 so that they can be re-interleaved again properly later).
14077 Leave check for unexpected 2-channel layouts intact for now.
14079 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14081 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14082 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14083 basesrc can do its job correctly.
14085 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
14087 * ext/alsa/Makefile.am:
14088 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14089 (gst_alsa_detect_formats), (get_channel_free_structure),
14090 (caps_add_channel_configuration), (gst_alsa_detect_channels),
14091 (gst_alsa_probe_supported_formats):
14092 * ext/alsa/gstalsa.h:
14093 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14094 Refactor and improve caps probing code: probe signedness
14095 when we probe the supported formats/widths; set endianness
14096 to the one we actually probed for (ie. cpu endianness).
14098 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14099 (gst_alsasrc_close):
14100 * ext/alsa/gstalsasrc.h:
14101 Implement caps probing for alsasrc.
14103 2006-05-15 Wim Taymans <wim@fluendo.com>
14105 * ext/theora/theoradec.c: (gst_theora_dec_reset),
14106 (theora_dec_src_query), (theora_dec_src_event),
14107 (theora_dec_sink_event), (theora_handle_comment_packet),
14108 (theora_handle_data_packet), (theora_dec_change_state):
14109 Cleanups, add some G_LIKELY.
14110 Use segment helpers instead of our own wrong code.
14111 Clear queued buffers on seek and READY.
14113 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14114 (vorbis_dec_convert), (vorbis_dec_src_query),
14115 (vorbis_dec_src_event), (vorbis_dec_sink_event),
14116 (vorbis_handle_comment_packet), (vorbis_dec_push),
14117 (vorbis_handle_data_packet), (vorbis_dec_chain),
14118 (vorbis_dec_change_state):
14119 * ext/vorbis/vorbisdec.h:
14120 Remove old useless packetno variable.
14121 Do position query properly.
14123 Do cleanup of queued buffers in new helper function
14126 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14128 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14129 Query supported sample rates. Fixes #341732.
14131 2006-05-15 Julien MOUTTE <julien@moutte.net>
14133 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14134 (gst_decode_bin_change_state): Make decodebin reusable
14135 when going from PAUSE_TO_READY and then back to PAUSED.
14138 2006-05-15 Wim Taymans <wim@fluendo.com>
14140 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14141 (vorbis_dec_convert), (vorbis_dec_src_query),
14142 (vorbis_dec_sink_query), (vorbis_dec_src_event),
14143 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14144 (vorbis_dec_clean_queued), (vorbis_dec_push),
14145 (vorbis_handle_data_packet), (vorbis_dec_change_state):
14146 Cleanups. Use refcounting and DEBUG_OBJECT.
14147 Reset segment on flush, use code methods instead of our
14149 Fix potential memleak.
14151 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14153 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14154 (gst_alsasink_init):
14155 * ext/alsa/gstalsasink.h:
14156 Don't leak allocated snd_output_t structure if there's
14157 more than one alsasink instance at a time (#341873).
14158 Also fix GObject macros in header file.
14160 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14162 * gst/subparse/gstsubparse.c:
14163 (gst_sub_parse_data_format_autodetect):
14164 Don't use libxml functions in the typefinding code.
14166 2006-05-15 Wim Taymans <wim@fluendo.com>
14168 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14169 Fix seeking performance in the case where a non-header
14170 packet has a 0 granulepos (busted theora case).
14172 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14173 the first place, you limelight stealer you)
14175 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14177 * gst/subparse/gstsubparse.c:
14178 (gst_sub_parse_data_format_autodetect):
14179 Improve SAMI typefinding: handle case where there are
14180 whitespaces or newlines in front of the first <SAMI>
14183 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14186 Build video4linux plugin even if there's no XVIDEO, just
14187 without implementing the GstXOverlay interface (#334002).
14189 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14192 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14194 Add tentative support for libvisual-0.4 (#336881).
14196 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14198 Patch by: Young-Ho Cha <ganadist at chollian net>
14200 * gst/subparse/samiparse.c: (handle_start_font):
14201 Need to map "silver" colour explicitly (#169936).
14203 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
14205 Patch by: Young-Ho Cha <ganadist at chollian net>
14207 * gst/subparse/Makefile.am:
14208 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14209 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14210 (gst_sub_parse_format_autodetect), (feed_textbuf),
14211 (gst_subparse_type_find), (plugin_init):
14212 * gst/subparse/gstsubparse.h:
14213 * gst/subparse/samiparse.c:
14214 * gst/subparse/samiparse.h:
14215 Add support for SAMI subtitles (#169936).
14217 2006-05-14 Michael Smith <msmith@fluendo.com>
14219 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14220 Fix #341696: crash when mixing L+R+C to mono or stereo.
14221 * tests/check/Makefile.am:
14222 * tests/check/elements/audioconvert.c: (set_channel_positions),
14223 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14224 (audioconvert_suite):
14225 Add test for the above, including some generic framework bits for
14226 testing multichannel things.
14228 === release 0.10.7 ===
14230 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
14233 releasing 0.10.7, "Leave the gun"
14235 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
14237 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14238 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14241 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
14243 * docs/libs/gst-plugins-base-libs-docs.sgml:
14244 * docs/libs/gst-plugins-base-libs-sections.txt:
14245 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14246 * gst-libs/gst/video/video.h:
14247 * gst/videoscale/Makefile.am:
14248 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14249 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14250 * tests/check/Makefile.am:
14251 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14253 Fix integer overflow problem with pixel-aspect-ratio calculations
14254 in videoscale and xvimagesink (#341542)
14256 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
14258 * gst-libs/gst/tag/gstid3tag.c:
14259 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14261 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
14264 update win32 files listing
14266 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
14268 patch by: Sjoerd Simons (sjoerd@luon.net)
14270 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14271 (group_create), (group_destroy), (add_stream),
14272 (gst_play_base_bin_get_property),
14273 (gst_play_base_bin_get_streaminfo_value_array):
14274 * gst/playback/gstplaybasebin.h:
14275 API: GstPlayBaseBin::stream-info-value-array property
14276 use a more bindings-friendly way of exposing streaminfo
14277 using a GValueArray. Tested in ipython.
14280 2006-05-11 Wim Taymans <wim@fluendo.com>
14282 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14283 (queue_underrun_cb), (queue_filled_cb):
14284 Also catch queue underruns but don't do anything yet.
14285 Refactor and comment queue enlarging code a bit.
14287 * gst/playback/gstplaybasebin.c: (queue_overrun),
14288 (queue_threshold_reached), (queue_out_of_data),
14289 (gen_preroll_element):
14290 If a queue over/underruns check that we don't create nasty
14291 deadlocks when the min-threshold is not reached but the
14292 max-bytes is. In those cases disable max-bytes when we
14293 know that the queue is fed timed data.
14296 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
14298 * gst/playback/gstplaybin.c: (gen_audio_element):
14299 Make playbin automatically plug an 'audioresample'
14300 element before the audio sink as well. This solves
14301 problems with sinks that only accept a very specific
14302 sample rate, like esdsink (e.g. #340379).
14304 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
14306 * gst/playback/gstplaybasebin.c: (gen_source_element):
14307 Make http sources send special headers so that we receive
14308 icecast metadata if the http stream is an icecast stream
14309 (otherwise the server will just ignore them). This also
14310 means that from now on users will need the 'icydemux'
14311 element from gst-plugins-good installed if they want to
14312 listen to icecast radio streams. (#341432, #333657).
14314 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
14316 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14317 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14318 remove stupid example from docs - it should come with a simple
14321 * tests/check/elements/multifdsink.c: (wait_bytes_served),
14322 (fail_if_can_read), (GST_START_TEST),
14323 (gst_multifdsink_create_streamheader), (multifdsink_suite):
14324 add a test for changing streamheader which exposes a bug in
14327 2006-05-11 Michael Smith <msmith@fluendo.com>
14329 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14330 (gst_gnome_vfs_src_received_headers_callback):
14331 * ext/gnomevfs/gstgnomevfssrc.h:
14332 Don't set icy-caps unless we have a sane interval value. Move
14333 interval to a local variable; we never use it outside this function.
14335 2006-05-11 Wim Taymans <wim@fluendo.com>
14337 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14339 Register special buffer types along with the objects so
14340 that they are not registered at runtime from N different
14341 streaming threads since they are not threadsafe.
14343 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
14345 * tests/check/elements/multifdsink.c: (wait_bytes_served),
14346 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14347 add two more tests, one doing streamheader
14349 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
14351 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14352 clean up the bufqueue when shutting down
14353 * tests/check/Makefile.am:
14354 * tests/check/elements/multifdsink.c: (setup_multifdsink),
14355 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14357 add a test for the leak that was just fixed
14359 2006-05-10 Wim Taymans <wim@fluendo.com>
14361 * gst/adder/gstadder.c: (gst_adder_setcaps),
14362 (gst_adder_query_duration), (gst_adder_query), (forward_event),
14363 (gst_adder_src_event), (gst_adder_sink_event),
14364 (gst_adder_class_init), (gst_adder_finalize),
14365 (gst_adder_request_new_pad), (gst_adder_collected):
14366 * gst/adder/gstadder.h:
14367 Updated some docs. Added comments and FIXMEs all over the place.
14368 Improve debugging info.
14369 Fix leak on finalize by not calling the parent.
14370 Implement duration query.
14371 Make event forwarding threadsafe.
14372 Correctly send NEWSEGMENT at start and after flush.
14373 Handle EOS correctly.
14374 Post error when not negotiated.
14376 * tests/check/elements/adder.c: (GST_START_TEST):
14377 Added FIXME in the test.
14379 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14381 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14382 (gst_text_overlay_halign_get_type),
14383 (gst_text_overlay_wrap_mode_get_type):
14384 * ext/theora/theoradec.c: (theora_handle_type_packet),
14385 (theora_handle_data_packet):
14386 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14387 (theora_enc_sink_setcaps), (theora_enc_chain):
14388 * gst-libs/gst/cdda/gstcddabasesrc.c:
14389 (gst_cdda_base_src_mode_get_type):
14390 * gst/audiotestsrc/gstaudiotestsrc.c:
14391 (gst_audiostestsrc_wave_get_type):
14392 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14393 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14394 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14395 (gst_sync_method_get_type), (gst_unit_type_get_type),
14396 (gst_client_status_get_type):
14397 * gst/videoscale/gstvideoscale.c:
14398 (gst_video_scale_method_get_type):
14399 * gst/videotestsrc/gstvideotestsrc.c:
14400 (gst_video_test_src_pattern_get_type):
14401 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
14402 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
14403 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
14404 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
14405 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
14406 (paint_setup_RGB565), (paint_setup_xRGB1555):
14407 Const-ify GEnumValue and GFlagsValue arrays. Use
14408 GST_ROUND_UP_* macros instead of home-made ones.
14410 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14413 Require core CVS for the new newsegment stuff.
14415 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14417 Patch by: Sjoerd Simons <sjoerd at luon net>
14419 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
14420 Register nick for enum value (#341160).
14422 2006-05-09 Stefan Kost <ensonic@users.sf.net>
14424 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
14426 backout typefind patch #340375
14428 * tests/check/elements/adder.c: (message_received),
14429 (GST_START_TEST), (adder_suite):
14430 redo, signal-handling of test
14432 2006-05-09 Wim Taymans <wim@fluendo.com>
14434 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
14435 (gst_adder_collected):
14436 * gst/adder/gstadder.h:
14437 Remove bogus segment merging and forwarding, we don't
14438 care about timestamps anyway and we just produce a
14440 Also create a nice NEWSEGMENT event when we start.
14441 Use _scale_int some more.
14443 2006-05-09 Edward Hervey <edward@fluendo.com>
14445 * tests/icles/stress-xoverlay.c:
14446 Fix if core was built without parsing support.
14448 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
14450 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14451 Add SEDG (Samsung MPEG-4) fourcc.
14453 2006-05-09 Edward Hervey <edward@fluendo.com>
14455 * tests/icles/stress-xoverlay.c:
14456 * tests/examples/volume/volume.c:
14457 Fix if core was built without parsing support.
14459 * tests/examples/seek/seek.c:
14460 Disable the parse_launch example if core was built without parsing
14463 2006-05-08 Edward Hervey <edward@fluendo.com>
14465 * autogen.sh: (CONFIGURE_DEF_OPT):
14466 libtoolize on Darwin/MacOSX is called glibtoolize
14468 2006-05-07 Stefan Kost <ensonic@users.sf.net>
14470 * tests/check/Makefile.am:
14471 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
14472 Disable the adder test, until the build-slaves posses the kindness to
14473 either like it or to give valid reason for not doing so
14475 2006-05-07 Stefan Kost <ensonic@users.sf.net>
14477 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14479 Shuffle NULL state change around and raise timeout more
14481 2006-05-07 Stefan Kost <ensonic@users.sf.net>
14483 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
14484 (mp4_type_find), (plugin_init):
14485 Add typefind to distinguish between "audio/x-m4a" and new type
14486 "video/mp4". Fixes #340375
14488 * tests/check/elements/adder.c: (adder_suite):
14489 Raise timeout to make buildbot happy
14491 2006-05-07 Stefan Kost <ensonic@users.sf.net>
14493 * gst/adder/gstadder.c: (gst_adder_sink_event),
14494 (gst_adder_request_new_pad), (gst_adder_change_state):
14495 * gst/adder/gstadder.h:
14496 * tests/check/Makefile.am:
14497 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14498 (adder_suite), (main):
14499 Add sink-event handling to adder. It tries to merge incomming
14500 newsegment-events. Added test to check if segment_done is comming
14501 through. Fixes #340060
14503 2006-05-05 Andy Wingo <wingo@pobox.com>
14505 * ext/theora/theoraparse.c (gst_theora_parse_init)
14506 (theora_parse_src_convert, theora_parse_src_query):
14507 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
14508 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
14509 query functions on the source pads of the theora and vorbis parse
14510 elements. Fixes position querying when doing a remux.
14512 2006-05-05 Michael Smith <msmith@fluendo.com>
14514 * ext/theora/theoraparse.c: (parse_granulepos),
14515 (theora_parse_drain_queue_prematurely),
14516 (theora_parse_queue_buffer), (theora_parse_sink_event):
14518 Fix invalid granulepos outputs when starting with a non-keyframe.
14520 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
14522 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
14523 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
14524 Rearrange MPEG system stream detection, fixing some memleaks in the
14526 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
14527 they clean up their data correctly.
14528 Remove unused ogganx caps and move the 'is_annodex' check to inside
14529 the 'is_ogg' if statement.
14531 2006-05-05 Wim Taymans <wim@fluendo.com>
14533 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
14534 Properly remove ghostpads. Fixes #340392
14536 2006-05-04 David Schleef <ds@schleef.org>
14538 * gst/typefind/gsttypefindfunctions.c:
14540 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
14542 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
14543 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
14545 When typefinding an MP3 in push-based mode, don't penalise the
14546 probability down to 74% when we found 5 valid frames just because we
14547 can't peek the end of the file.
14549 Make the probability for detecting MPEG Transport Streams based on the
14550 number of sequential headers we successfully detected.
14552 2006-05-03 Wim Taymans <wim@fluendo.com>
14554 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14555 (vorbis_dec_push), (vorbis_dec_chain):
14556 Still produce an error when we receive an empty packet.
14558 2006-05-03 Wim Taymans <wim@fluendo.com>
14560 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14561 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
14562 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
14563 Mark buffers with DISCONT after seek and after activating new
14566 * ext/theora/gsttheoradec.h:
14567 * ext/theora/theoradec.c: (gst_theora_dec_reset),
14568 (theora_get_query_types), (theora_dec_sink_event),
14569 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
14570 (theora_dec_change_state):
14572 Detect and mark DISCONT buffers.
14574 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14575 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
14576 (vorbis_dec_change_state):
14577 * ext/vorbis/vorbisdec.h:
14579 Detect and mark DISCONT buffers.
14580 Don't crash on 0 sized buffers.
14582 2006-05-03 Wim Taymans <wim@fluendo.com>
14584 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
14585 (volume_transform_ip):
14586 Increase "volume" property to 10.0. Fixes #340369.
14587 Set the process function to NULL when capsnego fails so that
14588 we properly error out.
14590 2006-05-02 Stefan Kost <ensonic@users.sf.net>
14592 * gst/playback/gstplaybin.c: (add_sink):
14593 * gst/playback/test.c: (main):
14594 * gst/playback/test5.c: (dump_element_stats):
14595 * gst/playback/test6.c: (main):
14596 free caps using gst_caps_unref, don't leak caps-strings
14598 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
14600 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
14602 Refine musepack typefinding a bit. Return MAXIMUM
14603 probability when we detect stream version 7 to make
14604 sure the mpeg audio typefinder doesn't trump us.
14606 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
14608 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14609 Protect against unexpected NULL strf_data buffer.
14611 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
14613 * tests/check/elements/audioconvert.c: (verify_convert),
14615 interpret the out[] buffer in the order the bytes are actually
14616 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
14617 Other tests should use BYTE_ORDER since the array is filled in
14620 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
14622 * tests/check/elements/audioconvert.c: (verify_convert),
14624 when a test fails, give an indication of which it is
14626 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
14628 * gst-libs/gst/cdda/gstcddabasesrc.c:
14629 compile fix; strtol() needs <stdlib.h>
14631 2006-04-28 Stefan Kost <ensonic@users.sf.net>
14633 * ext/alsa/gstalsamixerelement.c:
14634 * ext/alsa/gstalsasrc.c:
14635 * ext/cdparanoia/gstcdparanoiasrc.c:
14636 * ext/gnomevfs/gstgnomevfssink.c:
14637 * ext/gnomevfs/gstgnomevfssrc.c:
14638 * ext/ogg/gstoggdemux.c:
14639 * ext/ogg/gstoggmux.c:
14640 * ext/ogg/gstoggparse.c:
14641 * ext/ogg/gstogmparse.c:
14642 * ext/pango/gstclockoverlay.c:
14643 * ext/pango/gsttextoverlay.c:
14644 * ext/pango/gsttextrender.c:
14645 * ext/pango/gsttimeoverlay.c:
14646 * ext/theora/theoradec.c:
14647 * ext/theora/theoraenc.c:
14648 * ext/vorbis/vorbisdec.c:
14649 * ext/vorbis/vorbisenc.c:
14650 * gst-libs/gst/audio/gstaudiofilter.c:
14651 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14652 * gst/audioconvert/gstaudioconvert.c:
14653 * gst/audiorate/gstaudiorate.c:
14654 * gst/audioresample/gstaudioresample.c:
14655 * gst/audiotestsrc/gstaudiotestsrc.c:
14656 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14657 * gst/playback/gstdecodebin.c:
14658 * gst/playback/gstplaybin.c:
14659 * gst/playback/gststreamselector.c:
14660 * gst/subparse/gstsubparse.c:
14661 * gst/tcp/gstmultifdsink.c:
14662 * gst/tcp/gsttcpclientsink.c:
14663 * gst/tcp/gsttcpclientsrc.c:
14664 * gst/tcp/gsttcpserversink.c:
14665 * gst/tcp/gsttcpserversrc.c:
14666 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14667 * gst/videorate/gstvideorate.c:
14668 * gst/videoscale/gstvideoscale.c:
14669 * gst/videotestsrc/gstvideotestsrc.c:
14670 * gst/volume/gstvolume.c:
14671 * sys/v4l/gstv4ljpegsrc.c:
14672 * sys/v4l/gstv4lmjpegsink.c:
14673 * sys/v4l/gstv4lmjpegsrc.c:
14674 * sys/v4l/gstv4lsrc.c:
14675 * sys/ximage/ximagesink.c:
14676 * sys/xvimage/xvimagesink.c:
14677 * tests/check/libs/cddabasesrc.c:
14678 make GstElementDetails const
14680 2006-04-28 Stefan Kost <ensonic@users.sf.net>
14682 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
14684 send events from src-pad to all sink-pads fixes #338657
14686 2006-04-28 Stefan Kost <ensonic@users.sf.net>
14688 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
14689 (alsasink_parse_spec):
14690 query width capabilities from alsa, fixes #338919
14692 2006-04-28 Wim Taymans <wim@fluendo.com>
14694 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
14695 (gst_multi_fd_sink_remove_client_link):
14696 * gst/tcp/gstmultifdsink.h:
14697 Fix race condition in multifdsink that can lead to spurious
14698 duplicate clients. this patch adds a new signal that is fired when
14699 multifdsink has removed all references to the fd.
14701 Updated documentation.
14702 API: client-fd-removed signal added
14704 2006-04-28 Michael Smith <msmith@fluendo.com>
14706 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
14707 When asking g_value_array_new to prealloc elements, we may as well
14708 ask for the right number of elements.
14710 2006-04-28 Wim Taymans <wim@fluendo.com>
14712 * gst-libs/gst/audio/gstbaseaudiosink.c:
14713 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
14714 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14715 patch to make timestamp checking more tollerant to rounding
14716 errors given that real discontinuities are to be marked on
14717 buffers. Fixes some asf files and #338778.
14718 Also avoid some crashers when we receive an event in the
14721 2006-04-28 Michael Smith <msmith@fluendo.com>
14723 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
14724 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14725 (gst_gnome_vfs_src_get_property),
14726 (gst_gnome_vfs_src_send_additional_headers_callback),
14727 (gst_gnome_vfs_src_received_headers_callback),
14728 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
14729 (gst_gnome_vfs_src_stop):
14730 * ext/gnomevfs/gstgnomevfssrc.h:
14731 Remove ICY handling (mostly) from gnomevfssrc, in favour of
14732 proper shared support within icydemux.
14734 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14736 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
14737 (gst_video_rate_swap_prev), (gst_video_rate_chain):
14739 fix a leak when no caps negotiated
14740 fix counting of input frames
14741 * tests/check/elements/.cvsignore:
14742 * tests/check/elements/videorate.c: (assert_videorate_stats),
14743 (GST_START_TEST), (videorate_suite):
14744 add tests for these
14746 2006-04-28 Wim Taymans <wim@fluendo.com>
14748 * gst-libs/gst/audio/gstringbuffer.c:
14749 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14750 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14751 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14752 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14753 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14754 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14755 (gst_ring_buffer_commit), (gst_ring_buffer_read),
14756 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14757 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
14758 Check arguments passed to public functions instead of
14761 2006-04-28 Wim Taymans <wim@fluendo.com>
14763 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14764 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14765 GstBaseAudioSrc must be live or it does not work.
14767 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
14768 Don't set live to TRUE as this is the default in the parentclass.
14770 2006-04-28 Wim Taymans <wim@fluendo.com>
14772 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
14773 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
14774 Videoscale doesn't pass on pixel-aspect ratio. Handle all
14775 fixation cases better. Fixes #338991
14777 2006-04-28 Wim Taymans <wim@fluendo.com>
14779 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14780 Handle 0/1 framerate correctly Fixes #331901.
14782 2006-04-28 Wim Taymans <wim@fluendo.com>
14784 * tests/check/elements/audioconvert.c: (get_float_caps),
14785 (GST_START_TEST), (audioconvert_suite):
14786 Added check for correct clipping when doing float samples
14789 2006-04-28 Wim Taymans <wim@fluendo.com>
14791 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
14792 (gst_video_rate_chain):
14793 Print more debugging info.
14795 2006-04-28 Wim Taymans <wim@fluendo.com>
14797 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
14798 (resample_set_state_from_caps):
14799 Add support for other formats audioresample can handle such as
14800 32 bits in and float and 64 bits float. Fixes #301759
14802 2006-04-28 Wim Taymans <wim@fluendo.com>
14804 * gst/audioconvert/audioconvert.c: (float):
14805 correctly clip float samples > 1.0. Fixes #338718
14807 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
14809 Patch by: Young-Ho Cha <ganadist at chollian net>
14811 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14812 (gst_text_overlay_render_text):
14813 Don't strip newlines from the text. Also, center lines
14814 within multi-line paragraphs (#339405).
14816 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
14818 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
14819 Fix wavpack typefinding to work in more cases (don't peek
14820 for chunks of multiple hundred kBs at once, but process
14821 things step-by-step in smaller units). Fixes #339786.
14823 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14828 === release 0.10.6 ===
14830 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
14833 releasing 0.10.6, "Chao"
14835 2006-04-26 David Schleef <ds@schleef.org>
14837 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
14840 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14843 * win32/common/config.h:
14846 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14848 patch by: Wim Taymans
14850 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14851 (gst_ogg_demux_perform_seek):
14852 make sure correct newsegments are sent, so that the decoder
14853 and the demuxer agree on timestamps. Fixes playback of a lot
14854 of Ogg files that do not start from 0. Fixes #339833.
14856 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
14858 Patch by: Edward Hervey <edward@fluendo.com>
14860 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
14861 * tests/check/Makefile.am:
14862 * tests/check/elements/videorate.c: (assert_videorate_stats),
14863 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
14864 (videorate_suite), (main):
14865 Fix an infinite loop if frames are passed in with wrongly ordered
14866 timestamps. Fixes #339013.
14868 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14870 Patch by: Tim-Philipp Müller <tim at centricular dot net>
14872 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14873 fix typefinding on some ISO files. Fixes #339212.
14875 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14877 Patch by: Tim-Philipp Müller <tim at centricular dot net>
14879 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14880 add another H264 fourcc. Fixes #339047.
14882 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
14884 Patch by: Jan Schmidt
14886 * gst/playback/gststreamselector.c:
14887 (gst_stream_selector_bufferalloc):
14888 Restore old StreamSelector behaviour.
14891 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
14894 * win32/common/config.h:
14897 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
14899 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
14901 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14902 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
14903 Fix some memory leaks: on finalize, free buffers left in the queue
14904 before destroying the queue; in _push(), unref rtp_buf even if
14905 the process vfunc returned a NULL buffer as output buffer (#337548);
14906 demote some recuring debug messages to LOG level.
14908 2006-04-11 Wim Taymans <wim@fluendo.com>
14910 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14911 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14912 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
14913 (gst_ogg_demux_loop):
14915 Respect segment stop when emiting EOS or SEGMENT_DONE.
14918 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
14920 * gst/playback/gststreamselector.c:
14921 (gst_stream_selector_get_property):
14922 Don't leak pad name.
14924 2006-04-10 Michael Smith <msmith@fluendo.com>
14926 * tests/check/Makefile.am:
14927 * tests/check/gst-plugins-base.supp:
14928 Suppress an old libtheora bug (fixed in more recent versions), so
14929 that FC4 buildslaves can pass.
14931 2006-04-10 Wim Taymans <wim@fluendo.com>
14933 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14934 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14935 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
14936 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
14937 (gst_ogg_demux_loop):
14939 Remember what error we got when finding chains, if we
14940 were shutdown, that would not be an error.
14942 2006-04-10 Wim Taymans <wim@fluendo.com>
14944 * gst-libs/gst/audio/gstbaseaudiosink.c:
14945 (gst_base_audio_sink_event):
14946 Starting the ringbuffer when we did not acquire it can cause
14947 a deadlock, is pointless and causes nasty things for
14949 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
14951 2006-04-10 Wim Taymans <wim@fluendo.com>
14953 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14954 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14955 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14956 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14957 (gst_ogg_demux_deactivate_current_chain),
14958 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14959 (gst_ogg_demux_bisect_forward_serialno),
14960 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
14961 Add some more debugging.
14963 2006-04-10 Wim Taymans <wim@fluendo.com>
14965 * ext/theora/theoradec.c: (theora_dec_src_event),
14966 (theora_handle_data_packet):
14967 Some more debug info.
14969 * tests/examples/seek/seek.c: (start_seek), (main):
14970 Print element messages too.
14972 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
14974 * gst/audioresample/debug.h:
14975 replace debug macros with variable number of parameters
14976 by a simple alias to gstreamer standard debug macros
14977 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
14978 supported by MSVC 6.0 and 7.1)
14979 * gst/audioresample/resample.h:
14980 define M_PI and rint for WIN32
14981 * win32/common/libgstaudio.def:
14982 * win32/common/libgstriff.def:
14983 * win32/common/libgsttag.def:
14984 * win32/common/libgstvideo.def:
14985 add new exported functions
14987 update project files
14989 2006-04-08 Stefan Kost <ensonic@users.sf.net>
14991 * ext/alsa/gstalsamixeroptions.c:
14992 (gst_alsa_mixer_options_class_init):
14993 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
14994 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
14995 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
14996 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
14997 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
14998 * gst-libs/gst/audio/gstaudiofilter.c:
14999 (gst_audio_filter_class_init):
15000 * gst-libs/gst/audio/gstaudiosink.c:
15001 (gst_audioringbuffer_class_init):
15002 * gst-libs/gst/audio/gstaudiosrc.c:
15003 (gst_audioringbuffer_class_init):
15004 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15005 * gst-libs/gst/interfaces/colorbalancechannel.c:
15006 (gst_color_balance_channel_class_init):
15007 * gst-libs/gst/interfaces/mixeroptions.c:
15008 (gst_mixer_options_class_init):
15009 * gst-libs/gst/interfaces/mixertrack.c:
15010 (gst_mixer_track_class_init):
15011 * gst-libs/gst/interfaces/tunerchannel.c:
15012 (gst_tuner_channel_class_init):
15013 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15014 * gst-libs/gst/netbuffer/gstnetbuffer.c:
15015 (gst_netbuffer_class_init):
15016 * gst-libs/gst/rtp/gstbasertppayload.c:
15017 (gst_basertppayload_class_init):
15018 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15019 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15020 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15021 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15022 * gst/playback/gststreamselector.c:
15023 (gst_stream_selector_class_init):
15024 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15025 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15026 * sys/v4l/gstv4lcolorbalance.c:
15027 (gst_v4l_color_balance_channel_class_init):
15028 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15029 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15030 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15031 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15032 (gst_v4l_tuner_norm_class_init):
15033 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15035 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15036 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15038 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15040 * ext/pango/gsttextrender.h:
15041 * gst-libs/gst/audio/gstaudiosink.h:
15042 * gst-libs/gst/audio/gstaudiosrc.h:
15043 * gst-libs/gst/audio/gstbaseaudiosink.h:
15044 * gst-libs/gst/audio/gstbaseaudiosrc.h:
15045 * gst-libs/gst/audio/gstringbuffer.h:
15046 * gst-libs/gst/rtp/gstbasertpdepayload.h:
15047 * gst-libs/gst/rtp/gstbasertppayload.h:
15048 * gst-libs/gst/video/gstvideofilter.h:
15049 * gst-libs/gst/video/gstvideosink.h:
15050 * gst/playback/gstplaybasebin.h:
15051 * gst/tcp/gstmultifdsink.h:
15052 * sys/v4l/gstv4lelement.h:
15053 Fix broken GObject macros
15055 2006-04-08 Stefan Kost <ensonic@users.sf.net>
15057 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15058 More debug to trace why my USB headset is not working with gst
15060 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
15062 * gst/playback/gstplaybasebin.c: (group_destroy):
15063 Clean up our group elements properly in the case where it never
15064 got committed - it still got added unconditionally to the bin.
15066 2006-04-07 Wim Taymans <wim@fluendo.com>
15068 * ext/theora/theoradec.c: (theora_dec_sink_event),
15069 (theora_handle_data_packet), (theora_dec_chain):
15070 Unref unhandled events.
15071 Protect against empty buffers.
15072 Perform QoS on running time.
15074 2006-04-07 Michael Smith <msmith@fluendo.com>
15076 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15077 (gst_vorbis_enc_chain):
15078 Remove leaks from vorbisenc.
15079 Mostly minor changes, the only significant one is that now the
15080 buffers we set as 'streamheader' on the caps are copies of the
15081 original buffers, to avoid circular refcounting problems.
15083 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
15085 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15086 Don't remove our mute-probe if someone else already did so.
15087 Don't set a 2nd one if there is already one pending on the pad.
15089 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15091 When a seek fails, ensure that playbin is still set back to playing.
15093 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15094 (mpeg_ts_type_find), (plugin_init):
15095 Add a typefind function for mpeg-ts streams. (Closes: #336617)
15097 2006-04-06 Andy Wingo <wingo@pobox.com>
15099 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
15100 (gst_video_rate_init): Caps-related parameters should not be reset
15101 by a flush -- move their inits to the instance init function.
15102 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15103 is not OK, just return the result.
15105 * gst/audiotestsrc/gstaudiotestsrc.c
15106 (gst_audio_test_src_class_init)
15107 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15108 broken by Stefan's commit on 24 March.
15110 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15111 buffers being pushed out. Fixes oggmux ! multifdsink.
15113 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
15115 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15116 (gst_vorbis_dec_init), (vorbis_dec_finalize):
15117 * ext/vorbis/vorbisdec.h:
15118 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15119 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15120 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15121 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15122 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15123 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15124 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15125 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15126 (gst_vorbis_enc_buffer_from_packet),
15127 (gst_vorbis_enc_buffer_from_header_packet),
15128 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15129 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15130 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15131 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15132 (gst_vorbis_enc_change_state):
15133 * ext/vorbis/vorbisenc.h:
15134 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15135 vorbisenc adhere to the official nomenclature; use boilerplate
15138 2006-04-04 Andy Wingo <wingo@pobox.com>
15140 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15141 Whoops, fix bug introduced. Bad hacker!
15143 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15144 Properly handle the case where you get EOS before any buffers are
15145 received. Use gst_buffer_make_metadata_writable where appropriate.
15147 * ext/theora/theoradec.c (theora_handle_data_packet): This value
15148 is often negative -- make it signed so as not to wrap around.
15149 Fixes segfaults introduced on 9 March.
15151 2006-04-03 Wim Taymans <wim@fluendo.com>
15153 * ext/theora/gsttheoradec.h:
15154 * ext/theora/theoradec.c: (theora_dec_src_event):
15155 Don't try to store a gdouble in a gboolean.
15158 2006-04-03 Michael Smith <msmith@fluendo.com>
15160 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15162 Make it suck slightly less by writing out the final page.
15163 Still can't encode a vorbis-in-ogg file correctly, though.
15165 2006-04-03 Andy Wingo <wingo@pobox.com>
15167 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15170 * ext/theora/theora.c (plugin_init): Register theoraparse.
15172 * ext/theora/gsttheoraparse.h:
15173 * ext/theora/theoraparse.c: New files implementing a theora
15174 parser. Now we can properly remux ogg/theora+vorbis, yay.
15176 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15178 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15180 * gst/audiotestsrc/gstaudiotestsrc.c:
15181 Fixed the sample pipeline (see #323798)
15183 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
15186 * win32/common/config.h:
15187 * win32/common/config.h.in:
15188 use AS_VERSION and AS_NANO
15191 2006-03-31 Andy Wingo <wingo@pobox.com>
15193 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15194 uninitialized variable return that would happen.
15196 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15197 uninitialized variable return that would never happen.
15199 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15200 (vorbis_parse_sink_event): Add an event function to flush our
15201 state on a seek, and to drain buffers on a premature EOS.
15202 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
15203 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
15204 (vorbis_parse_chain, vorbis_parse_queue_buffer)
15205 (vorbis_parse_drain_queue): Queue up buffers until we can set
15206 their timestamps and granulepos values.
15208 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15209 and keep track of data needed for deriving granulepos and
15210 timestamps for buffers.
15212 2006-03-29 Wim Taymans <wim@fluendo.com>
15214 Patch by: j^ <j at bootlab dot org>
15216 * ext/alsa/gstalsamixerelement.c:
15217 (gst_alsa_mixer_element_class_init):
15218 * ext/alsa/gstalsasink.c:
15219 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15220 * ext/ogg/gstoggdemux.c:
15221 * ext/ogg/gstoggmux.c:
15222 * ext/ogg/gstoggparse.c:
15223 * ext/pango/gstclockoverlay.c:
15224 * ext/pango/gsttextoverlay.c:
15225 * ext/pango/gsttextrender.c:
15226 * ext/pango/gsttimeoverlay.c:
15227 * ext/theora/theoradec.c:
15228 * ext/theora/theoraenc.c:
15229 * ext/vorbis/vorbisdec.c:
15230 * ext/vorbis/vorbisenc.c:
15231 * gst/audioconvert/gstaudioconvert.c:
15232 * gst/subparse/gstsubparse.c:
15233 * gst/tcp/gstmultifdsink.c:
15234 * gst/tcp/gsttcpclientsink.c:
15235 * gst/tcp/gsttcpclientsrc.c:
15236 * gst/tcp/gsttcpserversink.c:
15237 * gst/tcp/gsttcpserversrc.c:
15238 better/unified long descriptions
15241 2006-03-29 Wim Taymans <wim@fluendo.com>
15243 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15245 Don't let double and triple clicks mess up our state.
15247 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
15249 * gst/playback/gstplaybin.c: (gen_video_element),
15250 (gen_text_element), (gen_audio_element), (gen_vis_element):
15251 Error out gracefully when we can't create any of the usual
15252 conversion elements for some reason. Also, don't try to
15253 create an audioscale (sic) element that's not used anyway.
15255 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
15257 * gst/playback/gstplaybasebin.c: (setup_source):
15258 Don't post RESOURCE_NOT_FOUND error when we can't find a source
15259 element for a particular protocol, that's confusing for users.
15260 Instead, post a RESOURCE_FAILED error, so that our own error
15261 message is actually shown in totem etc. (#336303).
15263 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
15265 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
15267 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15268 (gst_gnome_vfs_src_get_icy_metadata):
15269 Fix some minor memory leaks (#336194).
15271 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
15273 * ext/gnomevfs/gstgnomevfs.c:
15274 (gst_gnome_vfs_location_to_uri_string):
15275 * ext/gnomevfs/gstgnomevfs.h:
15276 * ext/gnomevfs/gstgnomevfssink.c:
15277 (gst_gnome_vfs_sink_set_property):
15278 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15279 Make gnomevfssink accept filenames as well as URIs for the
15280 "location" property, just like gnomevfssrc does (and
15281 filesrc/filesink do) (#336190).
15283 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
15285 * tests/check/generic/clock-selection.c: (GST_START_TEST):
15286 set to NULL before unreffing, fixes a valgrind leak.
15287 Why was this not triggering the error that an object needs to
15288 be NULL before unreffing ?
15289 * win32/common/config.h:
15292 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
15294 * gst/subparse/gstsubparse.c: (convert_encoding),
15295 (gst_sub_parse_change_state):
15296 * gst/subparse/gstsubparse.h:
15297 Text subtitle files may or may not be UTF-8. If it's not, we
15298 don't really want to see '?' characters in place of non-ASCII
15299 characters like accented characters. So let's assume the input
15300 is UTF-8 until we come across text that is clearly not. If it's
15301 not UTF-8, we don't really know what it is, so try the following:
15302 (a) see whether the GST_SUBTITLE_ENCODING environment variable
15303 is set; if not, check (b) if the current locale encoding is
15304 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15305 the current locale encoding is UTF-8 and the environment variable
15306 was not set to any particular encoding. Not perfect, but better
15307 than nothing (and better than before, I think) (fixes #172848).
15309 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
15312 update core requirement to 0.10.4.1 because of async_playback
15313 vmethod on GstBaseSink
15315 2006-03-24 Stefan Kost <ensonic@users.sf.net>
15317 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15318 * gst/adder/gstadder.c: (gst_adder_init):
15319 use DEBUG_FUNCPTR for collectpads
15321 2006-03-24 Stefan Kost <ensonic@users.sf.net>
15323 * docs/plugins/Makefile.am:
15324 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15325 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15326 * ext/cdparanoia/gstcdparanoiasrc.c:
15327 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15328 (gst_gnome_vfs_sink_class_init):
15329 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15330 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15331 * ext/ogg/gstoggmux.c:
15332 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15333 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15334 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15335 * ext/pango/gsttextoverlay.c:
15336 * ext/pango/gsttextrender.c:
15337 * ext/theora/theoradec.c:
15338 * ext/theora/theoraenc.c:
15339 * ext/vorbis/vorbisdec.c:
15340 * ext/vorbis/vorbisenc.c:
15341 * gst-libs/gst/audio/gstaudiofilter.c:
15342 (gst_audio_filter_base_init):
15343 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15344 (gst_audio_filter_template_base_init):
15345 * gst/adder/gstadder.c: (gst_adder_get_type):
15346 * gst/adder/gstadder.h:
15347 * gst/audioconvert/gstaudioconvert.c:
15348 * gst/audiotestsrc/gstaudiotestsrc.c:
15349 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15350 (gst_audio_test_src_create):
15351 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15352 * gst/playback/gstdecodebin.c:
15353 * gst/playback/gstplaybin.c:
15354 * gst/playback/gststreamselector.c:
15355 (gst_stream_selector_base_init):
15356 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15357 * gst/volume/gstvolume.c:
15358 * sys/v4l/gstv4lmjpegsink.c:
15359 * sys/v4l/gstv4lmjpegsrc.c:
15360 * tests/check/libs/cddabasesrc.c:
15361 * tests/old/examples/gob/gst-identity2.gob:
15362 Add docs for adder, use GST_ELEMENT_DETAILS macro,
15363 define GstElementDetails at the top
15365 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
15367 * win32/common/libgstinterfaces.def:
15368 Add a lot of export functions for gst-python
15369 * win32/vs6/libgstinterfaces.dsp:
15370 Add a missing include folder in the project configuration
15372 2006-03-23 Wim Taymans <wim@fluendo.com>
15374 * gst-libs/gst/audio/gstbaseaudiosrc.c:
15375 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15376 (gst_base_audio_src_change_state):
15377 Fix audio sources, forgot to make the ringbuffer
15380 2006-03-23 Wim Taymans <wim@fluendo.com>
15382 * gst-libs/gst/audio/gstbaseaudiosrc.c:
15383 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15384 (gst_base_audio_src_change_state):
15385 unparent instead of unref the ringbuffer.
15387 2006-03-23 Wim Taymans <wim@fluendo.com>
15389 * gst-libs/gst/audio/gstbaseaudiosink.c:
15390 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
15391 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
15392 Implement new async_play vmethod to start slaving and allow
15393 playback start in case of async PLAY state changes.
15395 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15396 Enable QoS with new method in base class.
15398 2006-03-23 Wim Taymans <wim@fluendo.com>
15400 Patch by: Julien MOUTTE <julien at moutte dot net>
15402 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
15403 (gst_video_test_src_do_seek), (gst_video_test_src_create):
15404 Partially handle 0 framerate, only EOS after the first frame
15407 2006-03-23 Wim Taymans <wim@fluendo.com>
15409 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15411 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15412 (gst_riff_create_video_template_caps):
15413 * gst/ffmpegcolorspace/avcodec.h:
15414 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15415 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15416 (gst_ffmpegcsp_avpicture_fill):
15417 * gst/ffmpegcolorspace/imgconvert.c:
15418 Patch for support of YVU9 AVI files (#334822)
15420 2006-03-22 Edward Hervey <edward@fluendo.com>
15422 * docs/design/design-decodebin.txt:
15423 Added design document for new decodebin
15424 (Target Caps): text/x-pango-markup is also a default target caps.
15426 2006-03-22 Wim Taymans <wim@fluendo.com>
15428 * gst-libs/gst/audio/gstbaseaudiosink.c:
15429 (gst_base_audio_sink_dispose):
15430 Since we _parent the ringbuffer, we also need to
15431 _unparent instead of a plain _unref.
15433 2006-03-22 Wim Taymans <wim@fluendo.com>
15435 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
15436 (stop_seek), (scrub_toggle_cb), (main):
15437 Add scrub checkbox.
15439 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
15441 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
15442 (gst_ogg_parse_chain):
15443 Fix very inefficient usage of linked lists (#335365).
15445 2006-03-21 Edward Hervey <edward@fluendo.com>
15447 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15448 * gst/playback/gstplaybin.c: (handoff):
15449 * gst/playback/gststreamselector.c:
15450 (gst_stream_selector_set_property):
15451 gcc 4.1 unreferenced pointer fixes.
15452 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
15453 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15454 gst_buffer_ref() now takes a GstBuffer*.
15456 2006-03-20 Julien MOUTTE <julien@moutte.net>
15458 * sys/xvimage/xvimagesink.c:
15459 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
15462 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
15464 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
15465 (id3v1_type_find), (apetag_type_find), (plugin_init):
15466 Can't do tag preferences via probability, as tags would then
15467 lose against types that are recognised with MAXIMUM probability
15468 (like .wav); so let all tag typefinders return MAXIMUM themselves
15469 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
15470 that we can prefer APE to ID3v1 (fixes #335028).
15472 2006-03-17 Wim Taymans <wim@fluendo.com>
15474 * gst-libs/gst/audio/gstbaseaudiosink.c:
15475 (gst_base_audio_sink_change_state):
15476 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
15477 (gst_ring_buffer_may_start):
15478 * gst-libs/gst/audio/gstringbuffer.h:
15479 Only start playback if we are playing.
15480 should fix #330748.
15482 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
15484 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15485 * win32/common/config.h:
15486 Revert accidental commits to these files.
15488 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
15490 Patch by: Michal Benes <michal dot benes at xeris dot cz>
15492 * tests/Makefile.am:
15493 Don't try to build tests in tests/icles if we
15494 don't have X (#323852)
15496 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
15498 * gst-libs/gst/tag/gstid3tag.c:
15499 Add TXXX frame identifiers for replaygain stuff as used
15500 by some taggers (see #323721).
15502 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
15504 * gst/playback/gststreamselector.c:
15505 (gst_stream_selector_set_property),
15506 (gst_stream_selector_bufferalloc):
15507 Preserve the existing buggy streamselector behaviour by performing
15508 a fallback buffer allocation when downstream isn't linked yet.
15509 This should really be fixed in playbin by blocking pads until it's
15511 Also, use gst_pad_alloc_buffer instead of
15512 gst_pad_alloc_buffer_and_set.
15514 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
15516 * gst-libs/gst/tag/gstid3tag.c:
15517 Don't crash on unknown ID3v2 TXXX frames.
15519 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
15521 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
15522 Chain up to the parent finalize method.
15523 Add 32-bit sample size to the template caps.
15525 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15526 (gst_riff_create_video_template_caps):
15527 Add the fourcc that the VMWare codec uses.
15529 * gst/playback/gststreamselector.c:
15530 (gst_stream_selector_set_property),
15531 (gst_stream_selector_bufferalloc),
15532 (gst_stream_selector_request_new_pad):
15533 For the active pad, forward buffer-alloc requests, otherwise
15534 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
15535 having to memcpy every frame when used by playbin.
15537 * gst/tcp/gstmultifdsink.c:
15538 (gst_multi_fd_sink_handle_client_write):
15539 Get negotiated caps from the sink pad, rather than the sink
15542 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
15544 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
15546 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
15547 Don't forget to set src->callbacks_pushed to FALSE again when
15548 popping them, otherwise re-activation in a different mode won't
15551 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
15553 Patch by: Sebastien Moutte <sebastien moutte net>
15555 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
15556 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
15557 (gst_ffmpeg_smpfmt_to_caps):
15558 Replace __VA_ARGS__ caps creation macros with varargs functions.
15559 Makes things compile on MSVC (#320765), looks nicer, and we can
15560 tell the compiler to check for the NULL terminator.
15562 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
15564 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15566 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15567 Make sure the buffer we copy into is really always big
15568 enough, this time for real (#333488).
15570 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
15572 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15573 Add support for 24bpp DIB (#305279).
15575 2006-03-14 Wim Taymans <wim@fluendo.com>
15577 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
15578 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15579 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
15580 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15581 (gst_video_scale_init), (gst_video_scale_src_event):
15582 Re-enable QoS after the release.
15583 Rework videoscale to use the base class src_event handler.
15585 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
15590 === release 0.10.5 ===
15592 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
15595 releasing 0.10.5, "Net"
15597 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
15599 * docs/plugins/Makefile.am:
15600 Part of previous cdparanoiasrc docs fixes, forgot to commit.
15602 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
15604 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15605 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15606 * docs/plugins/gst-plugins-base-plugins.hierarchy:
15607 Add cdparanoiasrc to docs.
15609 * gst-libs/gst/cdda/gstcddabasesrc.c:
15610 More GstCddaBaseSrc docs.
15612 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
15614 * docs/libs/gst-plugins-base-libs-sections.txt:
15615 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
15616 * gst-libs/gst/tag/tag.h:
15617 API: libgsttag: new method gst_tag_from_id3_user_tag().
15619 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
15621 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15622 NULL-terminate array of mpeg4 video file extensions.
15623 Fixes crash on PPC (#334226).
15625 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
15627 * ext/gnomevfs/gstgnomevfssrc.c:
15628 (gst_gnome_vfs_src_check_get_range):
15629 gnome_vfs_uri_is_local() alone is not a good indicator
15630 whether we can operate in pull-mode with a specific URI,
15631 as it returns FALSE for file:// URIs that point to an
15632 NFS-mounted path. Be more conservative here: whitelist
15633 local files, blacklist http URIs and use the old
15634 mechanism for anything else (fixes #334216).
15636 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
15641 === release 0.10.4 ===
15643 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
15646 releasing 0.10.4, "Power"
15648 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
15650 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15651 Disable max-lateness by setting it to -1 for now, so that
15652 we can bed QoS stuff in thoroughly between now and the next
15655 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
15657 Patch by: Fabrizio Gennari
15659 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15660 Make sure we don't read beyond the palette buffer in case of
15661 broken or manipulated files (#333488)
15663 2006-03-10 Edward Hervey <edward@fluendo.com>
15665 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15666 Fix for variable not initialized.
15668 2006-03-09 Wim Taymans <wim@fluendo.com>
15670 * ext/libvisual/visual.c: (gst_visual_get_type),
15671 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
15672 (gst_visual_chain):
15675 * ext/theora/gsttheoradec.h:
15676 * ext/theora/theoradec.c: (gst_theora_dec_init),
15677 (gst_theora_dec_reset), (_theora_granule_time),
15678 (theora_dec_src_convert), (theora_dec_sink_convert),
15679 (theora_dec_src_query), (theora_dec_src_event),
15680 (theora_dec_sink_event), (theora_handle_comment_packet),
15681 (theora_handle_header_packet), (theora_dec_push),
15682 (theora_handle_data_packet), (theora_dec_chain),
15683 (theora_dec_change_state):
15686 2006-03-09 Wim Taymans <wim@fluendo.com>
15688 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15689 (audiocast_register_listener), (gst_gnome_vfs_src_start):
15692 2006-03-09 Wim Taymans <wim@fluendo.com>
15694 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15695 Don't try to activate NULL chains.
15697 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15699 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15700 Fix invalid memory access to region before peek'd data (#332964).
15702 2006-03-09 Wim Taymans <wim@fluendo.com>
15704 Patch by: Christophe Fergeau
15706 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
15707 * ext/pango/gsttextrender.c: (gst_text_render_init):
15708 * gst/adder/gstadder.c: (gst_adder_init):
15709 Don't leak padtemplates, closes #333510.
15711 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15713 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15714 Fix invalid memory access: make sure string passed to
15715 regexec() is NUL-termianted.
15717 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15719 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15721 Refactor mpeg/audio typefinding to make it more maintainable
15722 and easier to fine-tune. Make probing into middle of the file
15723 work properly (fixes #333900, also see #152688).
15725 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
15727 * gst/typefind/gsttypefindfunctions.c:
15728 (utf8_type_find_have_valid_utf8_at_offset):
15729 Remove part from previous commit that was bogus:
15730 g_utf8_validate() does in fact not accept embedded
15731 zeroes, so we don't need to check for those (thanks
15732 to Mike for the hint).
15734 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15736 * gst/typefind/gsttypefindfunctions.c:
15737 (utf8_type_find_count_embedded_zeroes),
15738 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
15739 Make plain/text typefinder more conservative: firstly, check
15740 for embedded zeroes, which are perfectly valid UTF-8 characters,
15741 but also a fairly good sign that something is not a plain text
15742 file; secondly, probe into the middle of the file if possible.
15743 If we can't probe into the middle, limit the probability value
15744 to be returned to TYPE_FIND_POSSIBLE (see #333900).
15746 2006-03-08 Michael Smith <msmith@fluendo.com>
15748 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15749 Make typefind function name for mpeg4 video unique.
15751 2006-03-08 Wim Taymans <wim@fluendo.com>
15753 * ext/libvisual/visual.c: (gst_visual_init),
15754 (gst_visual_clear_actors), (gst_visual_dispose),
15755 (gst_visual_reset), (gst_visual_src_setcaps),
15756 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
15757 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
15758 (gst_visual_chain), (gst_visual_change_state):
15759 Cleanups, post nice errors.
15760 Handle sink and src events.
15761 Implement simple QoS.
15763 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15764 Use new basesink methods to configure max-lateness.
15767 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15768 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
15769 Debug statement cleanups.
15771 * gst/volume/gstvolume.c: (gst_volume_class_init):
15774 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15776 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
15777 (gst_text_overlay_init), (gst_text_overlay_set_property),
15778 (gst_text_overlay_get_property):
15779 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
15780 as string type properties, but mark them deprecated. Add
15781 'halignment' and 'valignment' properties that use enums
15782 instead of strings.
15784 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
15786 Patch by: Fabrizio Gennari
15788 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15789 Allow palettes with less than 256 colours in AVI files
15792 2006-03-07 Julien MOUTTE <julien@moutte.net>
15794 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
15795 (gst_text_overlay_video_event): Fix wrong EOS handling on text
15796 pad. We were releasing the queued text buffer when we should keep
15797 it until video pad gets EOS or discard the text buffer because it's
15798 too old. That was eating the last subtitle buffer. Add some more
15801 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15803 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
15804 (gst_text_overlay_video_chain):
15805 Fix invalid memory access (we can't access a buffer after it's been
15806 pushed downstream without taking a reference); fix memory leak (if
15807 there's no text to render, bail out before allocating stuff).
15809 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15811 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15812 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
15813 * ext/pango/gsttextoverlay.h:
15814 If input is plain text, escape it before passing it to
15815 pango_layout_set_markup().
15817 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15819 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
15820 Don't ignore flow return from gst_pad_push().
15822 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
15824 Patch by: Fabrizio Gennari
15826 * ext/libvisual/visual.c: (gst_visual_getcaps),
15827 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
15828 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
15829 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15830 (gst_vorbisenc_convert_sink):
15831 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
15832 (gst_audio_duration_from_pad_buffer):
15833 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
15834 (gst_audio_filter_chain):
15835 * gst-libs/gst/rtp/gstbasertpdepayload.c:
15836 (gst_base_rtp_depayload_setcaps):
15837 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
15838 (gst_video_get_size):
15839 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15840 Don't leak references returned by gst_pad_get_parent()
15843 2006-03-06 Stefan Kost <ensonic@users.sf.net>
15845 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15846 change location param details
15847 * gst/volume/gstvolume.c: (plugin_init):
15848 correct plugin description
15850 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
15852 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15853 (gst_gnome_vfs_src_check_get_range):
15854 Override GstBaseSrc::check_get_range() in order to avoid opening
15855 the resource just to check whether we can operate in pull-mode or
15856 not - we can predict that pretty well from the URI alone. Should
15857 fix problems with last.fm (#331690). (Requires latest core CVS).
15859 2006-03-06 Wim Taymans <wim@fluendo.com>
15861 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
15862 (gst_video_sink_class_init):
15863 Throw away frames that are later than 20 ms.
15865 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
15867 Patch by: Fabrizio Gennari
15869 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15870 Set depth on WMA caps (#333545)
15872 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
15874 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15875 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15876 put Theora BOS pages before others. This hardcodes
15877 the Ogg/Theora I profile, but hey.
15879 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
15882 updated with some examples
15883 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
15884 (granulepos_add), (theora_buffer_from_packet):
15885 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
15886 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
15887 (gst_vorbisenc_chain):
15888 implement strategy from ext/ogg/README
15889 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15890 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15891 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
15892 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
15893 Fix muxer so that oggz-validate is happy with all streams;
15894 except for no eos mark, and the BOS page ordering
15895 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15896 (check_buffer_granulepos):
15897 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
15898 update tests to check for OFFSET being set as requested
15899 fixed type of granulepos, it's not a ClockTime
15901 2006-03-05 Julien MOUTTE <julien@moutte.net>
15903 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15904 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15905 Check that the xvimage we are creating has a correct size
15906 before returning it. (#314897)
15908 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
15910 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15911 Give id3 and ape tag typefinders a rank slightly higher
15912 than PRIMARY to ensure they're always run before any of
15913 the other typefinders (in particular wav and mp3) (#324186).
15915 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
15917 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15918 Add support for '3IVD' fourcc (#333403).
15920 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
15923 Bump requirements to GStreamer CVS for the new error enum.
15925 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
15926 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
15927 space left on the device (fixes #333352).
15929 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
15932 add a project file for libgstvolume
15933 update the workspace
15935 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
15937 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15938 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15940 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
15941 Set IN_CAPS on header buffers
15943 2006-03-02 Wim Taymans <wim@fluendo.com>
15945 * docs/plugins/Makefile.am:
15946 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15947 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15948 Add audioresample to docs.
15950 * gst/audioconvert/gstaudioconvert.c:
15953 * gst/audioresample/gstaudioresample.c:
15954 (gst_audioresample_base_init), (gst_audioresample_class_init),
15955 (gst_audioresample_init), (gst_audioresample_dispose),
15956 (audioresample_get_unit_size), (audioresample_transform_caps),
15957 (resample_set_state_from_caps), (audioresample_transform_size),
15958 (audioresample_set_caps), (audioresample_event),
15959 (audioresample_do_output), (audioresample_transform),
15960 (audioresample_pushthrough), (gst_audioresample_set_property),
15961 (gst_audioresample_get_property), (plugin_init):
15962 * gst/audioresample/gstaudioresample.h:
15964 Small code cleanups.
15966 2006-03-02 Wim Taymans <wim@fluendo.com>
15968 * docs/plugins/Makefile.am:
15969 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15970 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15971 Added videoscale to docs.
15973 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
15974 (gst_video_rate_swap_prev), (gst_video_rate_event),
15975 (gst_video_rate_chain):
15978 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15979 (gst_video_scale_init), (gst_video_scale_prepare_size),
15980 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
15981 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
15982 * gst/videoscale/gstvideoscale.h:
15983 Added docs, examples.
15984 Some code cleanups.
15985 Post errors instead of g_warning.
15987 2006-03-02 Wim Taymans <wim@fluendo.com>
15989 * docs/libs/gst-plugins-base-libs-docs.sgml:
15990 * docs/libs/gst-plugins-base-libs-sections.txt:
15991 * docs/libs/gst-plugins-base-libs.types:
15992 * docs/plugins/Makefile.am:
15993 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15994 * docs/plugins/gst-plugins-base-plugins-sections.txt:
15995 Added some more docs to libs and plugins.
15997 * gst-libs/gst/audio/gstringbuffer.c:
15998 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
15999 * gst-libs/gst/audio/gstringbuffer.h:
16000 Document ringbuffer some more.
16002 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16003 (gst_video_rate_setcaps), (gst_video_rate_reset),
16004 (gst_video_rate_init), (gst_video_rate_flush_prev),
16005 (gst_video_rate_swap_prev), (gst_video_rate_event),
16006 (gst_video_rate_chain), (gst_video_rate_change_state):
16007 * gst/videorate/gstvideorate.h:
16008 Fix videorate to use segments.
16009 Make it work with 0/1 framerates (closes #331903)
16010 Handle EOS correctly.
16013 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
16015 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16016 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16017 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16018 In state change function, first chain up to parent class,
16019 then handle downwards state change stuff. Remove some
16020 commented out cruft from 0.8 code.
16022 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
16024 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16025 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16026 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16027 (gst_ogm_parse_chain):
16028 Don't remove/re-add source pad if the new caps are the same as
16029 the old caps anyway (#333042). When removing source pad, don't
16030 unref it afterwards - we didn't ref it when adding. Sprinkle some
16031 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16032 after using gst_pad_get_parent(). Return downstream flow return
16033 value in chain function.
16035 2006-03-02 Wim Taymans <wim@fluendo.com>
16037 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16038 * docs/plugins/gst-plugins-base-plugins.args:
16039 * docs/plugins/gst-plugins-base-plugins.hierarchy:
16040 * docs/plugins/gst-plugins-base-plugins.interfaces:
16041 * docs/plugins/gst-plugins-base-plugins.signals:
16042 Fix hierarchy, added some more elements to the docs.
16044 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16045 (gst_ffmpegcsp_get_type):
16046 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16047 Fix docs for ffmpegcolorspace.
16049 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
16051 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16052 (apetag_type_find), (ape_type_find), (plugin_init):
16053 Some typefinding fine-tuning:
16054 - rank ID3/APE tags in order of preference via probabilities, so that
16055 ID3v2 > APEv2 > APEv1 > ID3v1.
16056 - three or four bytes don't really justify MAXIMUM probability,
16057 change those to 'very likely' (musepack and monkeysaudio).
16059 2006-03-01 Wim Taymans <wim@fluendo.com>
16061 * docs/plugins/Makefile.am:
16062 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16063 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16064 * ext/alsa/gstalsamixer.c:
16065 * ext/alsa/gstalsamixer.h:
16066 * ext/alsa/gstalsamixerelement.c:
16067 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16068 * ext/alsa/gstalsamixerelement.h:
16069 * ext/alsa/gstalsasink.c:
16070 * ext/alsa/gstalsasink.h:
16071 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16072 (gst_alsasrc_init):
16073 * ext/alsa/gstalsasrc.h:
16075 Small code cleanups.
16077 2006-03-01 Wim Taymans <wim@fluendo.com>
16079 * ext/theora/Makefile.am:
16080 Dist new header too,
16082 2006-03-01 Wim Taymans <wim@fluendo.com>
16084 * docs/plugins/Makefile.am:
16085 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16086 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16087 * ext/gnomevfs/gstgnomevfssink.h:
16088 * ext/gnomevfs/gstgnomevfssrc.h:
16089 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16090 * ext/vorbis/vorbisdec.h:
16091 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16092 * ext/vorbis/vorbisenc.h:
16093 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16094 (vorbis_parse_chain), (vorbis_parse_change_state):
16095 * ext/vorbis/vorbisparse.h:
16096 * gst/audioconvert/gstaudioconvert.h:
16097 * gst/tcp/gsttcpserversink.h:
16098 * gst/videotestsrc/gstvideotestsrc.c:
16099 * gst/videotestsrc/gstvideotestsrc.h:
16100 * gst/volume/gstvolume.c:
16101 * gst/volume/gstvolume.h:
16102 Fix some more docs.
16103 Added docs for vorbisdec and vorbisparse.
16106 2006-03-01 Wim Taymans <wim@fluendo.com>
16108 * docs/plugins/Makefile.am:
16109 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16110 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16111 * ext/pango/gstclockoverlay.h:
16112 * ext/pango/gsttextoverlay.h:
16113 * ext/pango/gsttextrender.h:
16114 * ext/pango/gsttimeoverlay.h:
16115 * ext/theora/gsttheoradec.h:
16116 * ext/theora/gsttheoraenc.h:
16117 * ext/theora/theoradec.c:
16118 * ext/theora/theoraenc.c:
16119 * gst/audioconvert/gstaudioconvert.h:
16120 * gst/audiotestsrc/gstaudiotestsrc.h:
16121 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16122 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16123 * gst/tcp/gstmultifdsink.h:
16124 Updated/added documentation.
16126 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16127 (gst_text_overlay_halign_get_type),
16128 (gst_text_overlay_wrap_mode_get_type),
16129 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16130 (gst_text_overlay_init), (gst_text_overlay_set_property),
16131 (gst_text_overlay_get_property):
16132 Fix up properties to be enums instead of string to make bindings,
16133 introspection and automatic GUI creation possible.
16134 Add getters for the properties.
16136 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
16138 * gst/audiotestsrc/gstaudiotestsrc.c:
16139 added defines of M_PI and M_PI_2
16140 * gst/ffmpegcolorspace/avcodec.h:
16141 removed #include "stdint.h" for win32 as _stdint.h is
16142 autogenerated to win32/common
16143 * win32/common/libgstaudio.def:
16144 * win32/common/libgsttag.def:
16147 some project files bugs corrected
16149 project files are reset to the default vs7 configuration
16150 (they link to msvcr71.dll using default optimizations)
16152 2006-02-28 Wim Taymans <wim@fluendo.com>
16154 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16157 2006-02-28 Edward Hervey <edward@fluendo.com>
16159 * ext/alsa/gstalsasrc.c:
16160 Set proper class on the ElementDetails:
16161 Source/Audio instead of Src/Audio/
16163 2006-02-28 Edward Hervey <edward@fluendo.com>
16165 * gst/videoscale/vs_scanline.c:
16166 (vs_scanline_resample_nearest_RGBA):
16167 Revert optimization in videoscale. It should go in liboil and have
16168 an appropriate liboil function.
16170 2006-02-28 Wim Taymans <wim@fluendo.com>
16172 * gst-libs/gst/audio/gstbaseaudiosink.c:
16173 (gst_base_audio_sink_provide_clock):
16174 Don't try to provide a clock in the NULL state.
16176 2006-02-28 Wim Taymans <wim@fluendo.com>
16178 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16179 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16180 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16181 (gst_ogg_demux_deactivate_current_chain),
16182 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16183 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16184 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16185 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16186 Use GstSegment infrastructure to remove duplicated code
16187 and handle more seek cases correctly.
16189 2006-02-28 Wim Taymans <wim@fluendo.com>
16191 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16192 (gst_ffmpegcsp_transform):
16193 Don't ignore return code from ffmpeg convert function.
16195 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16196 Split out some long statements to ease debugging.
16198 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
16200 * ext/libvisual/visual.c: (gst_visual_init),
16201 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16202 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16203 being able to renegotiate the size. Instead, use the negotiation
16204 algorithm from the goom plugin to pick an initial output caps.
16206 Also, allow theoretical libvisual plugins that might support non-GL
16207 output even if they also do GL.
16209 2006-02-26 Julien MOUTTE <julien@moutte.net>
16211 * ext/libvisual/visual.c: (gst_visual_init),
16212 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16213 (plugin_init): Load only non GL plugins. Fix some memleaks and
16214 possible negotiation issues.
16216 2006-02-25 Julien MOUTTE <julien@moutte.net>
16218 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16220 2006-02-24 Michael Smith <msmith@fluendo.com>
16222 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16223 (cmml_type_find), (plugin_init):
16224 Fix CMML type find function to not require a specific minor version
16225 of the CMML header.
16227 Add an MPEG4 video elementary stream typefind function.
16229 2006-02-04 Michael Smith <msmith@fluendo.com>
16231 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16232 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16233 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16234 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16235 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16236 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16237 Annodex support in ogg demuxer. Doesn't do very much without the
16238 other annodex patches (to come).
16240 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
16242 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16244 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16245 Pick up palette for MS video v1 (#327028)
16247 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
16249 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16250 (gst_ffmpegcsp_caps_remove_format_info),
16251 (gst_ffmpegcsp_get_unit_size):
16252 The 'palette_data' field from incoming RGB caps shouldn't be
16253 proxied on outgoing YUV caps; also, restrict unit size
16254 adjustment in case of paletted data only to the unit that
16255 actually has a palette. Fixes #330711.
16257 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
16259 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16260 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16261 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16262 (gst_ffmpegcsp_get_unit_size):
16263 Plug some memory leaks.
16265 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
16267 * sys/ximage/Makefile.am:
16268 * sys/xvimage/Makefile.am:
16269 Add some _CFLAGS and _LIBS that seem to be missing
16270 and/or required for Cygwin (see #317048).
16272 2006-02-22 Wim Taymans <wim@fluendo.com>
16274 * ext/alsa/gstalsasrc.c:
16275 Fix description as pointed out by caugier.
16277 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
16279 Reviewed by : Edward Hervey <edward@fluendo.com>
16281 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16283 Better 3gp typefinding (#331526).
16285 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
16287 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16288 Don't send EOS event here, the base class will send one for us.
16290 * gst/playback/gstplaybasebin.c: (prepare_output):
16291 Subpictures without video stream aren't allowed either.
16293 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16294 Fix debug statement copy'n'paste-o.
16296 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
16298 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16299 Fix issues with mixer keeping state when muting/unmuting
16300 and when changing the volume whilst muted (see #331763
16303 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
16305 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16306 (parse_subrip), (gst_sub_parse_format_autodetect):
16307 Set right caps given that we send escaped text. Also,
16308 honour <i></i>, <b></b> and <u></u> markers that can be found
16309 in .srt files (fixes #310202).
16311 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
16313 * gst-libs/gst/audio/mixerutils.c:
16314 (element_factory_rank_compare_func):
16315 Make order in which elements are tried more determinable.
16317 2006-02-20 Julien MOUTTE <julien@moutte.net>
16319 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16320 (remove_element_chain), (cleanup_decodebin),
16321 (gst_decode_bin_change_state): Make decodebin reusable by
16322 fixing remove_element_chain first and then introduce a
16323 cleaner in state change to ->NULL. (Closes #331678)
16325 2006-02-19 Wim Taymans <wim@fluendo.com>
16327 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16328 use 0666 mask when creating files so umask gets applied
16329 correctly. Fixes #331295.
16331 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
16333 * gst/subparse/Makefile.am:
16334 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16335 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16336 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16337 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16338 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16339 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16340 * gst/subparse/gstssaparse.h:
16341 * gst/subparse/gstsubparse.c: (plugin_init):
16342 Add very basic parser for SSA subtitle streams (as often
16343 found in matroska files).
16345 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
16347 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16348 That should be text/x-pango-markup, not text/x-pango-layout.
16350 2006-02-19 Julien MOUTTE <julien@moutte.net>
16352 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16355 2006-02-19 Julien MOUTTE <julien@moutte.net>
16357 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16358 (gst_text_overlay_finalize), (gst_text_overlay_init),
16359 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16360 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16361 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16362 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16363 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16364 Fix state change deadlock.
16366 2006-02-19 Julien MOUTTE <julien@moutte.net>
16368 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16369 (gst_text_overlay_finalize), (gst_text_overlay_init),
16370 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16371 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16372 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16373 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16374 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16375 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16376 and subtitles files.
16378 2006-02-19 Julien MOUTTE <julien@moutte.net>
16380 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16381 should be considered as raw.
16383 2006-02-19 Julien MOUTTE <julien@moutte.net>
16385 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16387 * gst/playback/gststreaminfo.h: Introduce language informations.
16389 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
16391 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16392 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16393 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16394 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
16395 Set shared memory segments to be deleted as soon as we have attached,
16396 that way they get cleaned up automatically if we crash.
16398 2006-02-18 Julien MOUTTE <julien@moutte.net>
16400 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
16401 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
16402 functions are called with lock held.
16404 2006-02-18 Julien MOUTTE <julien@moutte.net>
16406 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16407 (gst_text_overlay_finalize), (gst_text_overlay_init),
16408 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16409 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16410 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
16411 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
16412 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
16413 (gst_text_overlay_change_state): Refactoring of textoverlay
16414 without collectpads. This now supports sparse subtitles coming
16415 from a demuxer instead of a sub file. Seeking is still broken
16416 though. Need to discuss with wtay some more on how to handle
16418 * ext/pango/gsttextoverlay.h:
16419 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
16420 subtitles coming from the demuxer.
16422 2006-02-17 Wim Taymans <wim@fluendo.com>
16424 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16425 (gst_vorbisenc_convert_sink):
16426 Use some more scaling functions.
16428 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
16430 * ext/cdparanoia/gstcdparanoiasrc.c:
16431 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
16432 (gst_cd_paranoia_paranoia_callback),
16433 (gst_cd_paranoia_src_signal_is_being_watched),
16434 (gst_cd_paranoia_src_read_sector):
16435 * ext/cdparanoia/gstcdparanoiasrc.h:
16436 Add back 'transport-error' and 'uncorrected-error' signals and
16437 make them actually be fired when bad stuff happens (#319340).
16439 2006-02-17 Wim Taymans <wim@fluendo.com>
16441 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16442 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16443 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
16444 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
16445 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
16446 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16447 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16448 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16449 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
16450 (gst_ring_buffer_clear):
16452 Added some G_LIKELY.
16454 2006-02-17 Wim Taymans <wim@fluendo.com>
16456 * gst-libs/gst/audio/TODO:
16459 * gst-libs/gst/audio/gstbaseaudiosink.c:
16460 (gst_base_audio_sink_get_offset):
16461 When trying to play samples ASAP and we don't have a
16462 previous sample, try to play at position 0 instead of
16463 an invalid position.
16465 2006-02-17 Wim Taymans <wim@fluendo.com>
16467 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
16468 (gst_alsasink_reset):
16469 Also release lock when we get an error in _reset();
16470 fix an error message.
16472 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16474 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16475 (gst_alsasink_init), (get_channel_free_structure),
16476 (caps_add_channel_configuration), (gst_alsasink_getcaps),
16477 (gst_alsasink_close):
16478 * ext/alsa/gstalsasink.h:
16479 Add support for more than 2 channels (#326720).
16481 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16483 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16484 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
16485 with 4 or 6 channels, assume a default channel layout to make things
16486 work (not sure there's anything else we can do in those cases).
16488 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16490 * gst-libs/gst/audio/multichannel.c:
16493 * gst-libs/gst/riff/Makefile.am:
16494 * gst-libs/gst/riff/riff-ids.h:
16495 * gst-libs/gst/riff/riff-media.c:
16496 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
16497 Add support for WAVEFORMATEX, eg. PCM audio with more than two
16498 channels and a channel layout map.
16500 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
16502 Reviewed by Edward Hervey <edward@fluendo.com>
16504 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
16505 C-level optimization of the RGBA nearest neighbour function.
16506 Eventually this might end up in liboil with vectorized versions.
16508 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16510 * gst-libs/gst/audio/multichannel.c:
16511 (gst_audio_get_channel_positions):
16512 When we have more than 2 channels, but no channel layout is
16513 specified in the caps, return some default channel layout
16514 to the caller and warn about about a possibly buggy element
16515 (could be buggy filtercaps as well of course) (#317038).
16517 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
16519 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
16520 Add gst-libs/gst/cdda to list of lib search paths.
16522 2006-02-15 Andy Wingo <wingo@pobox.com>
16524 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
16525 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
16526 to the Lord Jesus that I do not have to touch the ogg muxer ever
16529 2006-02-15 Edward Hervey <edward@fluendo.com>
16531 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16532 quicktime movie files can also contain 'uuid' atoms.
16534 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
16536 * gst/audioconvert/plugin.c: (plugin_init):
16537 Register the GstAudioChannelPosition enum type with the type
16538 system in the plugin_init function, so that it is known before
16539 any element actually makes use of multi-channel stuff. This is
16540 required for example if one wants to be able to deserialise/use
16541 a caps string with channel positions before any pipeline has
16542 been setup and started, like with gst-launch.
16544 2006-02-14 Wim Taymans <wim@fluendo.com>
16546 * gst-libs/gst/audio/gstringbuffer.c:
16547 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
16548 (gst_ring_buffer_samples_done), (wait_segment),
16549 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
16550 Add some compiler G_(UN_)LIKELY help.
16551 SIGNAL the ringbuffer waiters when going to PAUSED as well to
16552 make sure they can exit their functions. Should fix #330748
16554 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
16559 * win32/common/_stdint.h:
16560 Windows does not have long long; copy the generated _stdint.h
16561 * win32/common/interfaces-enumtypes.c:
16562 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
16563 (gst_mixer_track_flags_get_type),
16564 (gst_tuner_channel_flags_get_type):
16565 * win32/common/multichannel-enumtypes.c:
16566 (gst_audio_channel_position_get_type):
16569 2006-02-13 Wim Taymans <wim@fluendo.com>
16571 * gst-libs/gst/audio/gstbaseaudiosink.c:
16572 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
16573 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16574 Always sync on first sample we receive when starting.
16576 2006-02-13 Wim Taymans <wim@fluendo.com>
16578 * gst/playback/gstplaybin.c: (gen_vis_element):
16579 Update vis bin docs.
16580 Move queue after tee so we don't queue video buffers but
16581 audio samples instead. Fixes problems where the video queue
16582 is filled and the audio queue empty.
16584 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
16586 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
16587 No need to push an EOS event here, GstBaseSrc will do that for us
16588 when we return FLOW_UNEXPECTED.
16590 2006-02-12 Wim Taymans <wim@fluendo.com>
16592 * gst-libs/gst/audio/gstbaseaudiosink.c:
16593 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
16594 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
16595 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16596 Use scale functions when possible.
16597 Fix error messages.
16598 Free clockid when after waiting for EOS.
16599 Use G_(UN_)LIKLY when it makes sense.
16600 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
16602 2006-02-12 Edward Hervey <edward@fluendo.com>
16604 * gst/playback/gstplaybasebin.c: (prepare_output):
16605 Remove stray semi-colon (fixes #330888).
16607 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
16609 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16610 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
16611 Fix up the XShm call testing so that we catch errors, and don't
16612 cause new ones by attempting to detach from a segment we failed
16613 to attach to. Fixes #312439.
16615 2006-02-10 Edward Hervey <edward@fluendo.com>
16617 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16618 Added flv file typefind (video/x-flv).
16620 2006-02-10 Edward Hervey <edward@fluendo.com>
16622 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16623 (gst_riff_create_video_template_caps):
16624 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
16625 Also added the caps to the default set of riff video caps.
16627 2006-02-09 Andy Wingo <wingo@pobox.com>
16629 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
16630 time and the end time of the last packet in the page.
16631 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
16632 on the pages in our queue, set the duration as well. Reflow a
16634 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
16635 Fixes bad muxing order.
16637 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
16639 * gst-libs/gst/rtp/gstbasertppayload.c:
16640 (gst_basertppayload_setcaps), (gst_basertppayload_push):
16641 update seqnum before setting it on the packet; this makes sure
16642 that the timestamp and seqnum properties match after pushing
16645 2006-02-09 Andy Wingo <wingo@pobox.com>
16647 * gst-libs/gst/audio/gstringbuffer.c
16648 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
16649 overflow after 13.5 hours of recording. Kapow!
16651 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
16652 the buffer size -- we don't care about underrun/overrun reporting
16653 right now, just need to return a useful value.
16655 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16660 === release 0.10.3 ===
16662 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
16665 releasing 0.10.3, "Under Pressure"
16667 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16670 Drat. Bump libtool version number for new API.
16671 Prelease 0.10.2.3 (of 0.10.3)
16673 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16676 * win32/common/config.h:
16677 0.10.2.2 prerelease (of 0.10.3).
16679 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16681 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
16682 Revert Andy's newsegment change pending a more correct
16685 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
16687 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16688 (qt_type_find), (plugin_init):
16689 detect more files as 3gp
16690 group and reorder the iso file formats
16692 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16694 * ext/vorbis/vorbis.c: (plugin_init):
16695 Register musicbrainz tags, so apps don't have to.
16697 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16699 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
16700 (gst_tag_to_vorbis_tag):
16701 Make sure we called gst_tag_register_musicbrainz_tags()
16702 before possibly mapping a vorbiscomment string from/to a
16705 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16707 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16708 In case we can't find the required number of consecutive
16709 mpeg audio frames to positively identify an MPEG audio
16710 stream, check if there's at least a valid mpeg audio
16711 frame right at offset 0 and if so suggest mpeg/audio
16712 caps with a very low probability (#153004).
16714 2006-02-07 Andy Wingo <wingo@pobox.com>
16716 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
16717 a TIME segment if we get timestamped buffers. Requires recent
16718 fixes in core to work properly.
16720 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16722 * gst/playback/gstplaybasebin.c: (prepare_output):
16723 Don't print the URI as part of the error message, it
16724 makes error dialogs look rather ugly, especially if
16725 the URI is very long or has characters in it that
16728 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16730 * gst/playback/gstplaybasebin.c: (prepare_output):
16731 Error out if we have only text or subtitles, but nothing
16732 else. Also error out if we have subtitles but no video
16735 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
16737 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16738 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
16739 Post an error message on the bus when we encounter an
16740 error, which will hopefully be more meaningful than the
16741 'Internal Flow Error' message users get to see if we
16742 just return GST_FLOW_ERROR.
16744 2006-02-07 Andy Wingo <wingo@pobox.com>
16746 * configure.ac (GST_MAJORMINOR): Update core version req to
16747 0.10.2.2, for the collectpads API addition (#330244).
16749 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
16751 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16752 Return FALSE from plugin_init() when GnomeVFS can't
16753 be initialised for some reason (#328423).
16755 2006-02-06 Julien MOUTTE <julien@moutte.net>
16757 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
16758 Stick to seeking theory until i find the bug.
16759 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
16761 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
16763 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16764 (theora_enc_finalize), (theora_enc_sink_setcaps),
16765 (theora_set_header_on_caps), (theora_enc_chain),
16766 (theora_enc_change_state):
16767 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
16768 Make theoraenc and the tests leak free. Like, really.
16770 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
16772 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16773 (theora_enc_finalize), (theora_enc_sink_setcaps):
16774 Add a finalize method to ensure we clean up state even if
16775 someone omitted the state change back to NULL.
16777 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
16778 (gst_vorbisenc_chain):
16779 Free some more leaked bits.
16781 * tests/check/pipelines/theoraenc.c: (start_pipeline),
16783 Wait for state changes to happen if they're ASYNC.
16785 This ought to teach those fancy pants buildbots a lesson.
16787 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16789 * gst-libs/gst/tag/gstid3tag.c:
16790 Add mapping for ID3 International Standard Recording Code
16793 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16795 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
16796 Don't leak tag names.
16798 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16800 * docs/libs/gst-plugins-base-libs-docs.sgml:
16801 * docs/libs/gst-plugins-base-libs-sections.txt:
16802 * gst-libs/gst/tag/gstid3tag.c:
16803 * gst-libs/gst/tag/gstvorbistag.c:
16804 * gst-libs/gst/tag/tags.c:
16805 Split libgsttag docs into multiple sections.
16807 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16809 * docs/libs/Makefile.am:
16810 * docs/libs/gst-plugins-base-libs-docs.sgml:
16811 * docs/libs/gst-plugins-base-libs-sections.txt:
16812 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
16813 * gst-libs/gst/tag/gstvorbistag.c:
16814 * gst-libs/gst/tag/tag.h:
16815 * gst-libs/gst/tag/tags.c:
16816 Add libgsttag to the docs.
16818 2006-02-05 Julien MOUTTE <julien@moutte.net>
16820 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
16821 (gst_text_overlay_init), (gst_text_overlay_src_event),
16822 (gst_text_overlay_collected): Fix clockoverlay.
16824 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16826 * docs/libs/compiling.sgml:
16827 Fix typo: it's pkg-config, not pkg-gconfig
16829 * docs/libs/gst-plugins-base-libs-docs.sgml:
16830 * docs/libs/gst-plugins-base-libs-sections.txt:
16831 * docs/libs/tmpl/gstgconf.sgml:
16832 There is no libgstgconf in 0.10, remove it
16835 2006-02-05 Julien MOUTTE <julien@moutte.net>
16837 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
16838 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16839 (gst_text_overlay_src_event), (gst_text_overlay_collected):
16840 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
16841 (gst_sub_parse_class_init), (gst_sub_parse_init),
16842 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
16843 (parse_mpsub), (parser_state_init), (handle_buffer),
16844 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
16845 * gst/subparse/gstsubparse.h: Introduce seeking code.
16847 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16849 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16850 Add comment about LANGUAGE tag inconsistency (we want
16851 ISO-639-1, but extract three-letter identifiers?)
16854 Add two translatable files.
16856 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
16858 * gst-libs/gst/tag/Makefile.am:
16859 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16860 * gst-libs/gst/tag/tag.h:
16861 * gst-libs/gst/tag/tags.c:
16862 (gst_tag_register_musicbrainz_tags_internal),
16863 (gst_tag_register_musicbrainz_tags):
16864 Forward-port some tags stuff from the 0.8 branch. This is
16865 mostly the addition of musicbrainz tags and their mapping
16866 to vorbistags, and a vorbistag mapping of the language tag.
16868 2006-02-05 Julien MOUTTE <julien@moutte.net>
16870 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
16873 2006-02-04 David Schleef <ds@schleef.org>
16875 * ext/ogg/gstoggmux.c:
16876 * gst/typefind/gsttypefindfunctions.c:
16877 Add Dirac typefinding and add dirac format to oggmux.
16879 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
16881 * gst/playback/gstdecodebin.c: (try_to_link_1):
16882 Don't put essential function call into
16883 g_return_*() macro, otherwise it'll all be
16884 replaced by NOOPs when compiling with
16885 G_DISABLE_CHECKS defined.
16887 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
16889 * ext/ogg/gstoggdemux.c:
16890 * ext/ogg/gstoggparse.c:
16891 * gst/tcp/gsttcpserversink.c:
16892 * sys/v4l/v4lsrc_calls.c:
16893 * sys/v4l/v4lsrc_calls.h:
16894 Just make it compile with --disable-gst-debug.
16896 2006-02-03 Wim Taymans <wim@fluendo.com>
16898 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16899 (gst_alsasink_class_init), (gst_alsasink_init),
16900 (gst_alsasink_write), (gst_alsasink_reset):
16901 * ext/alsa/gstalsasink.h:
16902 Add lock to protect alsa calls.
16903 Implement reset to flush samples ASAP, does not work
16906 2006-02-02 Wim Taymans <wim@fluendo.com>
16908 * gst-libs/gst/audio/gstbaseaudiosink.c:
16909 (gst_base_audio_sink_provide_clock):
16910 Ugh.. getting late I guess...
16912 2006-02-02 Wim Taymans <wim@fluendo.com>
16914 * gst-libs/gst/audio/gstbaseaudiosink.c:
16915 (gst_base_audio_sink_provide_clock),
16916 (gst_base_audio_sink_set_property),
16917 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
16918 Don't try to provide a clock when we are not negotiated since
16919 we might not be able to make it run.
16921 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
16923 * gst/playback/gstdecodebin.c: (try_to_link_1):
16924 Unlinking two source pads is ... hard.
16926 2006-02-02 Wim Taymans <wim@fluendo.com>
16928 * gst-libs/gst/audio/TODO:
16931 * gst-libs/gst/audio/gstbaseaudiosink.c:
16932 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
16933 On EOS, wait till the last sample is played before posting EOS.
16935 2006-02-01 Philippe Kalaf <burger at speedy dot org>
16937 Patch by: Kai Vehmanen
16938 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16939 Adds ability to enable newsegment bypass by setting queue_delay to
16940 zero. Also avoid thread being started if queue_delay is zero.
16942 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16944 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
16945 Make test work again by connecting fakesinks to each decoded pad,
16946 which makes the pipeline wait until each fakesink has a buffer
16947 queued before going to PAUSED state. At that point we know the
16948 decodebin pads are negotiated.
16950 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16952 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
16953 (gst_cdda_base_src_handle_event):
16954 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
16955 Pass unhandled queries to the parent class's query function.
16957 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16959 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
16960 (gst_ogg_pad_src_query):
16961 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
16962 * ext/theora/theoradec.c: (theora_dec_src_query),
16963 (theora_dec_sink_query):
16964 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16965 (vorbis_dec_sink_query):
16966 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
16967 (gst_vorbisenc_sink_query):
16968 * gst/adder/gstadder.c: (gst_adder_query):
16969 Pass unhandled queries upstream instead of just
16970 dropping them (#326447). Also, fix supported
16971 query types list for some elements.
16973 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
16975 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
16976 (paris_type_find), (ilbc_type_find), (plugin_init):
16977 Fix typefinding for audio/x-au, audio/x-paris and
16978 audio/iLBC-sh. We cannot use the START_WITH macros
16979 here, because there can only be one typefind factory
16980 with the same name (caps), so the second one would
16981 replace the first one and the first one would never
16982 be called when doing typefinding (see #161712).
16985 2006-01-31 Wim Taymans <wim@fluendo.com>
16987 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
16988 (vorbis_handle_header_packet), (vorbis_dec_push),
16989 (vorbis_handle_data_packet):
16990 Use scale_int when we can, add some more scaling.
16991 Check packettype before parsing it.
16993 2006-01-31 Wim Taymans <wim@fluendo.com>
16995 * ext/theora/theoradec.c: (_theora_granule_time),
16996 (theora_dec_src_convert), (theora_dec_sink_convert):
16997 Call right _scale functions.
16998 Use parameter instead of some other random value.
17000 2006-01-31 Wim Taymans <wim@fluendo.com>
17002 * ext/theora/theoradec.c: (_theora_granule_frame),
17003 (_theora_granule_time), (_inc_granulepos),
17004 (theora_dec_src_convert), (theora_dec_sink_convert),
17005 (theora_handle_type_packet), (theora_handle_data_packet),
17006 (theora_dec_chain):
17007 Use higher precision timestamps calculation.
17008 Convert some other conversions to _scale.
17010 2006-01-31 Stefan Kost <ensonic@users.sf.net>
17012 * gst/audiotestsrc/gstaudiotestsrc.c:
17013 (gst_audio_test_src_create_sine_table), (plugin_init):
17014 * gst/volume/gstvolume.c: (plugin_init):
17015 initialize gst_controller before using
17017 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
17019 * tests/check/pipelines/theoraenc.c:
17020 * tests/check/pipelines/vorbisenc.c:
17021 Define constant using G_GINT64_CONSTANT to avoid errors when
17022 passing it around - otherwise it gets truncated to 32 bits.
17024 Fixes failing tests.
17026 2006-01-31 Andy Wingo <wingo@pobox.com>
17028 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17029 caps being set doesn't have a framerate value. Basically a stopgap
17032 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17033 technically correct enough to put into core though.
17034 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17035 DURATION. Fixes theoraenc ! oggmux.
17037 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17038 fraction, not double.
17040 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
17043 add vs7 project files created by Sergey Scobich
17045 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
17048 add vs8 project files created by Sergey Scobich
17050 2006-01-30 Andy Wingo <wingo@pobox.com>
17052 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17053 timestamp + duration, not just timestamp -- ogg pages should be
17054 ordered by stop time. Necessary fix given the change in vorbis
17057 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
17058 (gst_theora_enc_init): Pull the granule shift out of the encoder.
17059 (granulepos_add): New function, handles the messiness of adjusting
17061 (theora_buffer_from_packet):
17062 (theora_enc_chain):
17063 (theora_enc_sink_event): Use granulepos_add, not +.
17065 * tests/check/pipelines/theoraenc.c
17066 (check_buffer_granulepos_from_starttime): Just check the frame
17067 count, not the actual granulepos -- we can't dictate to the
17068 encoder when it should be placing keyframes.
17070 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
17072 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17073 SERVICE_NOT_AVAILABLE happens for example when you're trying to
17074 play an http:// stream from a server that's not serving
17076 2006-01-30 Andy Wingo <wingo@pobox.com>
17078 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
17079 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17080 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17083 * ext/theora/gsttheoraenc.h:
17084 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17085 although theoraenc was timestamping correctly. Added handling of
17086 streams that start with nonzero timestamps.
17088 * tests/check/Makefile.am:
17089 * tests/check/pipelines/theoraenc.c: New file, basically does same
17090 tests as vorbisenc.
17092 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17094 2006-01-30 Wim Taymans <wim@fluendo.com>
17096 * gst-libs/gst/audio/gstaudiosink.c:
17097 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17098 (gst_audioringbuffer_pause):
17099 Implement pause that does not wait for completion.
17101 * gst-libs/gst/audio/gstbaseaudiosink.c:
17102 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17103 Don't drop buffers when going to PAUSED but perform preroll on
17104 remaining samples now that core base class supports this.
17106 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17107 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17108 (gst_ring_buffer_commit):
17109 Pause should not signal waiters.
17110 Implement return value of _commit correctly.
17112 2006-01-30 Andy Wingo <wingo@pobox.com>
17114 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17116 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17117 updated to timestamp from the first sample, not the last.
17118 (gst_vorbisenc_buffer_from_header_packet): New function, takes
17119 special care of granulepos and timestamp for header packets.
17120 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17121 when the first buffer has a nonzero timestamp.
17123 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17124 (GstVorbisEnc.subgranule_offset): New members. Take care of the
17125 case when the first audio buffer we get has a nonzero timestamp.
17126 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17127 properly timestamp vorbis buffers with the time of the first
17128 sample, not the last.
17130 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17131 vorbis_granule_time_copy -- now it takes the granule/subgranule
17132 offset into account.
17134 * tests/check/pipelines/vorbisenc.c: New test for correctness of
17135 timestamps, durations, and granulepos on buffers produced by
17138 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
17140 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17141 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17142 Patch from Eric Jonas to support conversions to/from UYVY
17145 2006-01-30 Julien MOUTTE <julien@moutte.net>
17147 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17148 (setup_subtitle), (setup_source), (set_active_source):
17149 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17150 (gen_text_element), (gen_audio_element), (gen_vis_element),
17151 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17153 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
17155 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17156 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17157 use gst_guint64_to_gdouble to be compliant with vs6
17158 * gst/playback/gstdecodebin.c: (try_to_link_1)
17159 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17160 use G_GINT64_CONSTANT for int64 constants
17161 * win32/common/libgstinterfaces.def:
17162 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17164 update and add new project files
17166 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
17170 * win32/common/interfaces-enumtypes.c:
17171 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17172 (gst_mixer_track_flags_get_type),
17173 (gst_tuner_channel_flags_get_type):
17174 * win32/common/interfaces-enumtypes.h:
17175 * win32/common/multichannel-enumtypes.c:
17176 (gst_audio_channel_position_get_type):
17177 * win32/common/multichannel-enumtypes.h:
17178 add a win32-update rule like in core, and copy over enumtypes files
17180 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
17183 * win32/common/config.h:
17184 * win32/common/config.h.in:
17185 add config files just like in core
17187 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
17189 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17190 Make gcc-4.1 happy (part of #327357).
17192 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
17194 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17195 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17196 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17197 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17198 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17199 (gst_alsasrc_unprepare), (gst_alsasrc_read):
17200 Update all error messages. All of them should either use
17201 the default translated message, or actually provide a
17202 translatable string.
17203 Make the string for channel count problems meaningful.
17205 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
17207 * sys/v4l/v4l_calls.c: (gst_v4l_open):
17208 check for and throw RESOURCE_BUSY
17210 2006-01-27 David Schleef <ds@schleef.org>
17212 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17213 checked in this change -- it requires liboil features not
17214 in 0.3.6. Revert parts.
17216 2006-01-27 David Schleef <ds@schleef.org>
17219 * configure.ac: update liboil requirement to 0.3.6
17220 * gst/videoscale/Makefile.am:
17221 * gst/videoscale/vs_scanline.c: liboilify
17223 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
17225 * ext/libvisual/visual.c: (get_buffer):
17226 When pad_alloc returns a GstFlowReturn other
17227 than GST_FLOW_OK, make sure it is passed upstream.
17229 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
17231 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17232 (gst_alsasink_class_init):
17233 Free the device name string.
17235 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17236 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17237 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17238 Don't remove a pad from the collectpads structure until it
17239 is released - it's a request pad, and may receive data again
17240 if the element gets moved back to PLAYING state.
17242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17243 Ensure we turn on double buffering on the Xv port, and
17244 set the colour key to something dark and mysterious that
17247 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
17249 * ext/alsa/gstalsaplugin.c: (plugin_init):
17250 * ext/cdparanoia/gstcdparanoiasrc.c:
17251 (gst_cd_paranoia_src_base_init), (plugin_init):
17252 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17254 - a library should not call setlocale. see "Libraries" node in
17256 - make sure all plugins that use translation do bindtextdomain
17257 to point to the localedir
17258 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17259 (setup_sinks), (plugin_init):
17260 all this, and check for NULL when creating sinks
17262 2006-01-27 Julien MOUTTE <julien@moutte.net>
17264 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17265 (plugin_init): Make typefinding of subtitles work again.
17267 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
17269 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17270 (mp3_type_frame_length_from_header), (mp3_type_find),
17271 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17273 Backport a bunch of typefinding fixes from the 0.8 branch.
17274 Also, improve wavpack typefinding: if we can't peek the
17275 entire wavpack block, try to parse the bits we can get and
17276 see if we find what we're looking for in those.
17278 2006-01-26 Julien MOUTTE <julien@moutte.net>
17280 * sys/ximage/ximagesink.c:
17281 (gst_ximagesink_calculate_pixel_aspect_ratio):
17282 * sys/xvimage/xvimagesink.c:
17283 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17284 more cases of pixel aspect ratio.
17286 2006-01-26 Edward Hervey <edward@fluendo.com>
17288 * gst/playback/gstdecodebin.c: (pad_probe):
17289 Also consider the flush-start and tag events as unblockers
17290 for the pad probes.
17292 2006-01-26 Julien MOUTTE <julien@moutte.net>
17294 * gst/playback/gstplaybin.c: (gst_play_bin_init),
17295 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17296 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
17297 On the fly visualisation switch, works disabling, enabling as
17298 well but it won't be able to enable vis in a playbin that was
17299 created with no visualisation.
17301 2006-01-25 Wim Taymans <wim@fluendo.com>
17303 * gst-libs/gst/audio/gstbaseaudiosink.c:
17304 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17305 Undo previous commit that returned WRONG_STATE sooner, it breaks
17306 resume after pause.
17308 2006-01-25 Wim Taymans <wim@fluendo.com>
17310 * gst-libs/gst/audio/gstbaseaudiosink.c:
17311 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17312 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17314 Post error when caps cannot be parsed.
17315 Resync on discontinuity in the stream.
17316 Clip samples to segment boundaries.
17317 return WRONG_STATE sooner when we are flushing.
17319 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17320 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17321 Make audiosrc operate in TIME.
17322 Set TIMESTAMP and DURATION on buffers.
17324 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
17326 * tests/examples/seek/seek.c: (main):
17327 Output tag messages as well.
17329 2006-01-23 Edward Hervey <edward@fluendo.com>
17331 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17332 (free_pad_probes), (remove_fakesink), (pad_probe),
17333 (close_pad_link), (gst_decode_bin_change_state):
17334 Replace GstPadBlockCallback with pad probes that detect
17335 first buffer AND eos before removing fakesink.
17336 Fixes hang with demuxers doing EOS while pre-rolling.
17339 2006-01-23 Andy Wingo <wingo@pobox.com>
17341 * ext/alsa/gstalsasink.c:
17342 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17343 (gst_base_rtp_depayload_setcaps),
17344 (gst_base_rtp_depayload_add_to_queue),
17345 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17347 Patch by: Jens Granseuer <jensgr at gmx dot net>
17349 2006-01-22 Julien MOUTTE <julien@moutte.net>
17351 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17352 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17353 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
17354 frames. We might get a frame destroyed after changing state to
17355 NULL, adding a safety check on xcontext.
17357 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
17359 * gst-libs/gst/interfaces/xoverlay.c:
17360 Fix prepare-xwindow-id code example in the docs - we need to
17361 ignore all messages that aren't element messages as well.
17363 2006-01-21 Julien MOUTTE <julien@moutte.net>
17365 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17366 I think one day i'll completely undestand how caps negotiation
17367 is supposed to work. This refactoring handles buffer_alloc
17368 called with caps we can't handle. We definitely don't want a
17369 set_caps with those caps, so we define and allocate a buffer
17370 we would like to receive.
17372 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
17374 * gst/playback/gstplaybasebin.c: (setup_source):
17375 Free iterator when done.
17377 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
17379 * gst-libs/gst/audio/gstbaseaudiosink.c:
17380 (gst_base_audio_sink_render):
17381 Fix playback of non-synchronised streams by assuming a rate
17382 of 1.0 instead of a random one.
17384 Makes this work again:
17386 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
17387 endianness=(int)4321, signed=(boolean)true, width=(int)16,
17388 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
17389 audioresample ! alsasink
17391 === release 0.10.2 ===
17393 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
17396 releasing 0.10.2, "Then the devil is six"
17398 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17400 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17401 * gst/playback/gststreamselector.c:
17402 (gst_stream_selector_set_property):
17403 Comment out broken code that connects to the state-changed signal.
17404 At this point, changing current stream selection is broken, but
17405 stuff like gst-launch playbin current-audio=1 works and filters
17406 to the chosen stream.
17408 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
17410 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17411 Fix #327216 (null dereference in vorbisdec)
17413 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
17415 * ext/theora/theoradec.c: (theora_handle_comment_packet):
17416 Post taglist actually on bus instead of just freeing it
17417 (fixes #327114 and totem bug #327080).
17419 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17420 Use gst_element_found_tags_for_pad(), so that the tags
17421 are sent downstream as an event as well.
17423 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
17425 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17426 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
17427 (gst_ximagesink_buffer_alloc):
17428 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17429 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
17430 (gst_xvimagesink_buffer_alloc):
17431 move all regularly occurring messages to GST_LOG level
17432 add some more object logs
17434 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
17436 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17437 fix a silly segfault
17439 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
17441 * docs/libs/gst-plugins-base-libs-docs.sgml:
17442 * docs/libs/gst-plugins-base-libs-sections.txt:
17443 * gst-libs/gst/audio/mixerutils.c:
17444 * gst-libs/gst/audio/mixerutils.h:
17445 Add docs for mixerutils stuff.
17447 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
17449 * gst/playback/gstplaybasebin.c: (setup_source):
17450 Fix playback for sources that emit raw audio or
17451 raw video streams (e.g.: cd audio sources) (#325984).
17453 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17455 * gst-libs/gst/audio/mixerutils.c:
17456 (gst_audio_mixer_filter_do_filter):
17457 actually save the element we create
17459 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
17461 * gst-libs/gst/cdda/gstcddabasesrc.c:
17462 (gst_cdda_base_src_handle_track_seek):
17463 No need to post a tag message on the bus when seeking
17464 within the same track, only post it when the current
17467 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
17469 * gst/playback/gstplaybasebin.c: (group_destroy),
17470 (probe_triggered), (new_decoded_pad), (mute_group_type),
17471 (set_active_source):
17472 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17473 * gst/playback/gststreamselector.c:
17474 (gst_stream_selector_base_init),
17475 (gst_stream_selector_set_property),
17476 (gst_stream_selector_request_new_pad):
17477 Reenable stream selection. These mechanisms need a complete overhaul
17478 in the face of 0.8->0.10 changes though.
17480 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
17482 * ext/ogg/gstoggdemux.c:
17483 Change the pad template to src_%d to match the pads that
17484 are created from it. decodebin needs this information in order
17485 to decide that oggdemux is capable of producing multiple pads
17486 (and hence needs queues inserted).
17488 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17489 (gst_ogg_mux_collected):
17490 Make debug output more useful by using GST_PTR_FORMAT.
17492 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17494 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
17496 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
17497 Set depth and width for alaw/mulaw (fixes #326601).
17499 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
17501 * tests/icles/Makefile.am:
17502 don't build the tests if we don't have the libs
17504 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
17506 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
17507 (gst_cd_paranoia_paranoia_callback):
17508 Don't try to free NULL pointers.
17510 2006-01-10 Edward Hervey <edward@fluendo.com>
17512 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
17513 (gst_audio_rate_change_state), (plugin_init):
17514 Add debugging category.
17516 Add case for incoming buffers without valid offset/offset_end.
17518 2006-01-10 Michael Smith <msmith@fluendo.com>
17520 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
17521 Don't leak GCond in audio sources.
17523 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
17525 * gst/playback/gstplaybin.c: (gen_audio_element):
17526 Don't leak an autoaudiosink/alsasink when we generate
17527 a new audio element. (old code, I guess)
17529 2006-01-10 Michael Smith <msmith@fluendo.com>
17531 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17532 Support float audio in audiorate.
17533 Use width rather than depth for selecting sample width.
17535 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
17537 * gst/videotestsrc/videotestsrc.h:
17538 Use GLib types here (that way we don't have to include the
17539 generated _stdint.h header, which makes life easier for win32
17540 folks that don't use autotools for the build) (#325990, patch
17541 by: Sergey Scobich).
17543 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
17545 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17546 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17547 (gst_ring_buffer_pause), (wait_segment):
17548 * gst-libs/gst/audio/gstringbuffer.h:
17549 Name (private) union, makes Forte compiler happy (this time
17550 for real) (#324900).
17552 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
17554 * gst-libs/gst/audio/Makefile.am:
17555 Link against libgstinterfaces, needed for mixer
17556 and property probe stuff.
17558 2006-01-09 Edward Hervey <edward@fluendo.com>
17560 * gst-libs/gst/Makefile.am:
17562 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
17564 * gst-libs/gst/audio/Makefile.am:
17565 * gst-libs/gst/audio/mixerutils.c:
17566 (gst_audio_mixer_filter_do_filter),
17567 (gst_audio_mixer_filter_check_element),
17568 (gst_audio_mixer_filter_probe_feature),
17569 (element_factory_rank_compare_func),
17570 (gst_audio_default_registry_mixer_filter):
17571 * gst-libs/gst/audio/mixerutils.h:
17572 Add gst_audio_default_registry_mixer_filter() utility
17575 2006-01-03 Michael Smith <msmith@fluendo.com>
17577 * gst/audioresample/resample.h:
17578 As before, but for o_buf
17580 2006-01-03 Michael Smith <msmith@fluendo.com>
17582 * gst/audioresample/resample.h:
17583 Declare struct _ResampleState.buffer as unsigned char *, not void *,
17584 since we do arithmetic on it.
17586 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
17588 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17589 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17590 (gst_ring_buffer_pause), (wait_segment):
17591 * gst-libs/gst/audio/gstringbuffer.h:
17592 Sun's Forte compiler doesn't seem to like anonymous structs,
17593 so use same setup as in GstBaseSrc (fixes #324900).
17595 2005-12-30 Stefan Kost <ensonic@users.sf.net>
17598 * gst/volume/Makefile.am:
17599 * gst/volume/demo.c:
17600 move old example to tests/examples/volume/volune.c
17601 * tests/examples/Makefile.am:
17602 * tests/examples/seek/seek.c: (main):
17603 change window-close event from "delete-event" to "destroy"
17604 * tests/examples/volume/Makefile.am:
17605 * tests/examples/volume/volume.c: (value_changed_callback),
17606 (setup_gui), (message_received), (eos_message_received), (main):
17607 fix event handling and bus usage
17609 2005-12-29 Stefan Kost <ensonic@users.sf.net>
17611 * gst/audiotestsrc/gstaudiotestsrc.c:
17612 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
17613 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
17614 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
17615 (gst_audio_test_src_create_square),
17616 (gst_audio_test_src_create_saw),
17617 (gst_audio_test_src_create_triangle),
17618 (gst_audio_test_src_create_silence),
17619 (gst_audio_test_src_create_white_noise),
17620 (gst_audio_test_src_create_pink_noise),
17621 (gst_audio_test_src_init_sine_table),
17622 (gst_audio_test_src_create_sine_table),
17623 (gst_audio_test_src_change_wave),
17624 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
17625 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
17626 * gst/audiotestsrc/gstaudiotestsrc.h:
17627 update to basesrc changes, implement segmented seeking and eos
17628 handling, add a 'sine-tab' waveform for performance critical playback
17630 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17633 ... and this time the other modified file that I missed last time.
17635 2005-12-29 Michael Smith <msmith@fluendo.com>
17637 * gst/playback/gstdecodebin.c: (new_pad):
17638 Fix non-C89 variable declaration not at the start of a block. Should
17639 help some compilers.
17641 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17643 * tests/check/Makefile.am:
17644 And now fix 'make distcheck' (builddir != srcdir)
17646 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17649 * ext/cdparanoia/Makefile.am:
17650 * ext/cdparanoia/gstcdparanoia.c:
17651 * ext/cdparanoia/gstcdparanoia.h:
17652 * ext/cdparanoia/gstcdparanoiasrc.c:
17653 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
17654 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
17655 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
17656 (gst_cd_paranoia_paranoia_callback),
17657 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
17658 (gst_cd_paranoia_src_set_property),
17659 (gst_cd_paranoia_src_get_property), (plugin_init):
17660 * ext/cdparanoia/gstcdparanoiasrc.h:
17661 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
17662 plugin again (there are still fixes required to playbin to make
17663 cdda:// uris work there).
17665 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17667 * tests/check/Makefile.am:
17668 Fix test case compilation.
17670 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
17672 * gst-libs/gst/cdda/gstcddabasesrc.c:
17673 (gst_cdda_base_src_update_duration),
17674 (gst_cdda_base_src_calculate_cddb_id):
17675 An integer is not a string. Fix access to uninitialised variable.
17677 * tests/check/Makefile.am:
17678 Add cddabasesrc unit test; also actually enable the vorbis test.
17680 * tests/check/generic/states.c:
17681 Blacklist new cd audio elements as well.
17683 * tests/check/libs/cddabasesrc.c:
17684 Unit test for GstCddaBaseSrc (discid calculation mostly).
17686 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17688 * docs/libs/Makefile.am:
17689 * docs/libs/gst-plugins-base-libs-docs.sgml:
17690 * docs/libs/gst-plugins-base-libs-sections.txt:
17691 * docs/libs/gst-plugins-base-libs.types:
17692 Add docs for libgstcdda/GstCddaBaseSrc.
17694 * gst-libs/gst/interfaces/mixertrack.h:
17695 Do one struct member per line with a semicolon at the end, that way
17696 even gtk-doc might parse it without complaining.
17698 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17701 * gst-libs/gst/Makefile.am:
17702 * gst-libs/gst/cdda/Makefile.am:
17703 * gst-libs/gst/cdda/base64.c:
17704 * gst-libs/gst/cdda/base64.h:
17705 * gst-libs/gst/cdda/gstcddabasesrc.c:
17706 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
17707 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
17708 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
17709 (gst_cdda_base_src_get_property),
17710 (gst_cdda_base_src_get_track_from_sector),
17711 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
17712 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
17713 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
17714 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
17715 (gst_cdda_base_src_uri_get_protocols),
17716 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
17717 (gst_cdda_base_src_uri_handler_init),
17718 (gst_cdda_base_src_setup_interfaces),
17719 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
17720 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
17721 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
17722 (gst_cdda_base_src_add_tags),
17723 (gst_cdda_base_src_add_index_associations),
17724 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
17725 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
17726 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
17727 (gst_cdda_base_src_create):
17728 * gst-libs/gst/cdda/gstcddabasesrc.h:
17729 * gst-libs/gst/cdda/sha1.c:
17730 * gst-libs/gst/cdda/sha1.h:
17731 Add new libgstcdda with GstCddaBaseSrc class.
17733 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
17735 * ext/gnomevfs/gstgnomevfssink.h:
17736 Use GstBaseSinkClass as parent_class member for class struct, not
17739 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17741 Patch by: Michael Benes
17743 * gst/videotestsrc/gstvideotestsrc.c:
17744 (gst_video_test_src_class_init), (gst_video_test_src_start):
17745 Add start method to reset running time and number of frames sent
17746 when starting up (fixes #324696)
17748 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17750 * docs/plugins/Makefile.am:
17751 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17752 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17753 * docs/plugins/gst-plugins-base-plugins.args:
17754 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17755 * docs/plugins/gst-plugins-base-plugins.signals:
17756 Add docs stuff for gnomevfssrc and gnomevfssink.
17758 * ext/gnomevfs/gstgnomevfssrc.c:
17759 Fix example pipeline in gtk-doc blurb.
17761 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
17763 * ext/gnomevfs/Makefile.am:
17764 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
17765 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
17766 (gst_gnome_vfs_handle_get_type), (plugin_init):
17767 * ext/gnomevfs/gstgnomevfs.h:
17768 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
17769 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
17770 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
17771 (gst_gnome_vfs_sink_set_property),
17772 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
17773 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
17774 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
17775 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
17776 (gst_gnome_vfs_sink_uri_get_type),
17777 (gst_gnome_vfs_sink_uri_get_protocols),
17778 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
17779 (gst_gnome_vfs_sink_uri_handler_init):
17780 * ext/gnomevfs/gstgnomevfssink.h:
17781 Port gnomevfssink; add gtk-doc blurb.
17783 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
17784 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
17785 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
17786 (gst_gnome_vfs_src_uri_get_type),
17787 (gst_gnome_vfs_src_uri_get_protocols),
17788 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
17789 (gst_gnome_vfs_src_uri_handler_init),
17790 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
17791 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
17792 (gst_gnome_vfs_src_send_additional_headers_callback),
17793 (gst_gnome_vfs_src_received_headers_callback),
17794 (gst_gnome_vfs_src_push_callbacks),
17795 (gst_gnome_vfs_src_pop_callbacks),
17796 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
17797 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
17798 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
17799 * ext/gnomevfs/gstgnomevfssrc.h:
17800 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
17801 file; add gtk-doc blurb with example pipelines.
17803 === release 0.10.1 ===
17805 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
17808 releasing 0.10.1, "Dobro Dedek"
17810 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
17812 * gst/typefind/gsttypefindfunctions.c:
17813 iLBC30 and iLBC20 added to typefind.
17815 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
17817 * gst-libs/gst/audio/gstbaseaudiosink.c:
17818 (gst_base_audio_sink_class_init):
17819 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17820 (gst_base_audio_src_class_init):
17821 update strings, values are in microseconds
17822 change the default sink buffer time to something that is smaller
17823 (to help software volume mixing have a slightly lower delay) but
17824 still be acceptable on Wim's laptop
17826 2005-12-20 Edward Hervey <edward@fluendo.com>
17828 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
17829 Made a quack, forgot to add DUCK to the riff video template.
17831 2005-12-19 Edward Hervey <edward@fluendo.com>
17833 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
17834 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
17835 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17836 (gst_ogm_parse_chain):
17837 Make sure pads are initialized correctly.
17838 * gst-libs/gst/riff/riff-ids.h:
17839 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17840 (gst_riff_create_video_template_caps):
17841 Add a whole bunch of FOURCC <=> MimeType.
17842 Extend the riff video pad template to support the newly added fourcc.
17844 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
17846 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
17847 (gst_ogg_demux_activate_chain):
17848 Extra debug output when activating/deactivating chains.
17850 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17851 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
17853 Remove a queue from our list when it becomes unlinked.
17854 Don't add queues to elements in class 'Demux' if they
17855 can only produce one pad
17857 2005-12-18 Julien MOUTTE <julien@moutte.net>
17859 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
17860 (gst_video_sink_get_type): Add a debug category.
17862 2005-12-17 Philippe Khalaf <burger@speedy.org>
17864 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17865 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
17866 Handle downstream newsegment by sending our own newsegment before the
17867 next buffer to be released. (#323900)
17869 2005-12-17 Philippe Khalaf <burger@speedy.org>
17871 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17872 (gst_base_rtp_depayload_set_gst_timestamp):
17873 add queue delay to new segment as well (as opposed to just the first
17874 buffer). (bug #322347)
17876 2005-12-16 Stefan Kost <ensonic@users.sf.net>
17878 * ext/libvisual/visual.c: (make_valid_name):
17879 change some char* into char[]
17880 * gst/audiotestsrc/gstaudiotestsrc.c:
17881 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
17882 (gst_audio_test_src_create):
17883 * gst/audiotestsrc/gstaudiotestsrc.h:
17884 prepare to handle EOS and SEGMENT_DONE
17886 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
17888 * tests/check/generic/states.c: (GST_START_TEST):
17889 Blacklist cdparanoia element in state test.
17891 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
17893 Patch by: Benjamin Pineau
17895 * gst/tcp/gsttcp.c:
17896 * gst/tcp/gsttcpclientsink.c:
17897 * gst/tcp/gsttcpserversink.c:
17898 * gst/tcp/gsttcpserversrc.c:
17899 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
17901 2005-12-15 Michael Smith <msmith@fluendo.com>
17903 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
17904 (gst_video_rate_chain):
17905 Fix timestamping for videorate when the first buffer it sees has a
17906 non-zero timestamp. Fix some misleading debug output.
17908 2005-12-15 Michael Smith <msmith@fluendo.com>
17910 * gst/audioresample/gstaudioresample.c:
17911 Don't leak all input buffers to audioresample.
17913 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
17915 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
17916 Don't operate on empty text buffers. Strip newlines and
17917 tabs only from the end of the text, but leave them intact
17918 in the middle. Fix typo in gtk-doc description.
17920 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
17922 * gst/playback/gstplaybasebin.c:
17923 * gst/playback/gstplaybin.c: (handoff):
17924 Make sure the video frame buffer we return to apps via the
17925 "frame" property always has caps set on it. Modify
17926 _gst_gvalue_set_object() macro to handle NULL objects
17929 2005-12-14 Stefan Kost <ensonic@users.sf.net>
17931 * gst/audiotestsrc/gstaudiotestsrc.c:
17932 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17933 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
17934 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
17935 (gst_audio_test_src_create):
17936 * gst/audiotestsrc/gstaudiotestsrc.h:
17937 Adjust to some recent api changes and add wtays new cool seeking
17940 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
17942 * ext/alsa/Makefile.am:
17943 * ext/alsa/gstalsadeviceprobe.c:
17944 * ext/alsa/gstalsadeviceprobe.h:
17945 Helper functions to add device probing via the GstPropertyProbe
17946 interface to a class.
17948 * ext/alsa/gstalsamixer.h:
17949 Comment out GST_ALSA_MIXER, it returns a struct that's not
17952 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17953 Add some debug info.
17955 * ext/alsa/gstalsamixerelement.c:
17956 (gst_alsa_mixer_element_interface_supported),
17957 (gst_implements_interface_init),
17958 (gst_alsa_mixer_element_init_interfaces),
17959 (gst_alsa_mixer_element_class_init),
17960 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
17961 (gst_alsa_mixer_element_set_property),
17962 (gst_alsa_mixer_element_get_property),
17963 (gst_alsa_mixer_element_change_state):
17964 * ext/alsa/gstalsamixerelement.h:
17965 Add 'device' and 'device-name' properties. Add GstPropertyProbe
17966 for device handling (gnome-volume-control will need that).
17968 2005-12-12 Christian Schaller <uraeus@gnome.org>
17970 * ext/Makefile.am: fix cdparanoia entry
17971 * gst-plugins-base.spec.in: add cdparanoia
17973 2005-12-12 Michael Smith <msmith@fluendo.com>
17975 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
17976 Use the correct function to free list of typefind factories.
17978 2005-12-12 Wim Taymans <wim@fluendo.com>
17980 * gst/videotestsrc/gstvideotestsrc.c:
17981 (gst_video_test_src_class_init), (gst_video_test_src_init),
17982 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
17983 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
17984 (gst_video_test_src_create):
17985 * gst/videotestsrc/gstvideotestsrc.h:
17986 Implement seeking in videotestsrc.
17989 2005-12-12 Wim Taymans <wim@fluendo.com>
17991 * ext/cdparanoia/Makefile.am:
17992 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
17993 (gst_paranoia_endian_get_type), (_do_init),
17994 (cdparanoia_class_init), (cdparanoia_init),
17995 (cdparanoia_set_property), (cdparanoia_get_property),
17996 (cdparanoia_do_seek), (cdparanoia_is_seekable),
17997 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
17998 (cdparanoia_convert), (cdparanoia_get_query_types),
17999 (cdparanoia_query), (cdparanoia_set_index),
18000 (cdparanoia_uri_set_uri):
18001 * ext/cdparanoia/gstcdparanoia.h:
18002 Partially ported cdparanoia now that basesrc can support a
18005 2005-12-12 Wim Taymans <wim@fluendo.com>
18007 * tests/examples/seek/scrubby.c: (main):
18008 Set higher priority for bus events so they don't get reordered with
18011 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18012 (flush_toggle_cb), (main):
18013 Added checkbox to disable flushing seeks.
18014 Disable scrubbing when doing non flushing seeks.
18016 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
18018 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18019 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18020 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18021 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18022 Implement some sort of event handling that doesn't rely on
18023 g_return_if_fail; make sure we always push the last chunk of an
18024 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18025 state change function; remove some old cruft. Seeking is still
18026 rather unlikely to work though.
18028 * tools/.cvsignore:
18031 2005-12-11 Julien MOUTTE <julien@moutte.net>
18033 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
18034 Fixed a leak of the current image reference when cleaning up.
18035 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18037 2005-12-09 Michael Smith <msmith@fluendo.com>
18039 * tools/Makefile.am:
18040 * tools/gst-launch-ext-m.m:
18041 Remove gst-launch-ext. It doesn't work, and is no longer
18042 particularly useful.
18044 2005-12-08 Luca Ognibene <luogni@tin.it>
18046 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18047 don't pass random values to ogmparse convert function.
18048 Make seeking possible in the exile1.ogm file.
18050 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
18052 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18053 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18054 Work around refcount problem with g_value_set_object() that occur
18055 if the core has been compiled against GLib-2.6 (g_value_set_object()
18056 will only g_object_ref() the element, but the caller will
18057 gst_object_unref() it and bad things will happen due to the way
18058 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18059 totem for people on FC4 using Thomas's 0.10 RPMs.
18061 2005-12-07 Edward Hervey <edward@fluendo.com>
18063 Time to welcome ogm to 0.10 :)
18065 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18066 (gst_ogg_pad_typefind):
18067 Oggdemux can now properly typefind elements with dynamic pads.
18068 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18069 Properly set caps on src pad, and set caps on outgoing buffers.
18071 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
18073 * ext/alsa/gstalsamixer.h:
18074 * ext/alsa/gstalsamixerelement.h:
18075 * ext/alsa/gstalsamixeroptions.h:
18076 * ext/alsa/gstalsamixertrack.h:
18077 * ext/alsa/gstalsasink.c:
18078 * ext/alsa/gstalsasink.h:
18079 * ext/alsa/gstalsasrc.c:
18080 * ext/alsa/gstalsasrc.h:
18081 * ext/cdparanoia/gstcdparanoia.h:
18082 * ext/gnomevfs/gstgnomevfsuri.h:
18083 * ext/ogg/gstoggdemux.c:
18084 * ext/ogg/gstoggmux.c:
18085 * ext/pango/gsttextoverlay.h:
18086 * ext/theora/theoradec.c:
18087 * ext/theora/theoraenc.c:
18088 * ext/vorbis/vorbisdec.h:
18089 * ext/vorbis/vorbisenc.c:
18090 * ext/vorbis/vorbisenc.h:
18091 * ext/vorbis/vorbisparse.h:
18092 * gst-libs/gst/audio/gstaudioclock.h:
18093 * gst-libs/gst/audio/gstaudiosink.c:
18094 * gst-libs/gst/audio/gstaudiosink.h:
18095 * gst-libs/gst/audio/gstaudiosrc.c:
18096 * gst-libs/gst/audio/gstaudiosrc.h:
18097 * gst-libs/gst/audio/gstbaseaudiosink.c:
18098 * gst-libs/gst/audio/gstbaseaudiosink.h:
18099 * gst-libs/gst/audio/gstbaseaudiosrc.c:
18100 * gst-libs/gst/audio/gstbaseaudiosrc.h:
18101 * gst-libs/gst/audio/gstringbuffer.h:
18102 * gst-libs/gst/audio/multichannel.h:
18103 * gst-libs/gst/floatcast/floatcast.h:
18104 * gst-libs/gst/interfaces/colorbalance.c:
18105 * gst-libs/gst/interfaces/colorbalance.h:
18106 * gst-libs/gst/interfaces/colorbalancechannel.h:
18107 * gst-libs/gst/interfaces/mixer.h:
18108 * gst-libs/gst/interfaces/mixeroptions.h:
18109 * gst-libs/gst/interfaces/mixertrack.h:
18110 * gst-libs/gst/interfaces/navigation.h:
18111 * gst-libs/gst/interfaces/propertyprobe.h:
18112 * gst-libs/gst/interfaces/tuner.h:
18113 * gst-libs/gst/interfaces/tunerchannel.h:
18114 * gst-libs/gst/interfaces/tunernorm.h:
18115 * gst-libs/gst/interfaces/xoverlay.h:
18116 * gst-libs/gst/netbuffer/gstnetbuffer.h:
18117 * gst-libs/gst/riff/riff-ids.h:
18118 * gst-libs/gst/riff/riff-media.h:
18119 * gst-libs/gst/riff/riff-read.h:
18120 * gst-libs/gst/rtp/gstbasertpdepayload.h:
18121 * gst-libs/gst/rtp/gstbasertppayload.c:
18122 * gst-libs/gst/rtp/gstbasertppayload.h:
18123 * gst-libs/gst/rtp/gstrtpbuffer.c:
18124 * gst-libs/gst/rtp/gstrtpbuffer.h:
18125 * gst-libs/gst/tag/gsttageditingprivate.h:
18126 * gst-libs/gst/tag/gstvorbistag.c:
18127 (gst_tag_list_from_vorbiscomment_buffer):
18128 * gst-libs/gst/tag/tag.h:
18129 * gst-libs/gst/video/video.h:
18130 * gst/adder/gstadder.c:
18131 * gst/adder/gstadder.h:
18132 * gst/audioconvert/audioconvert.c:
18133 * gst/audioconvert/audioconvert.h:
18134 * gst/audioconvert/gstaudioconvert.c:
18135 * gst/audioconvert/gstchannelmix.c:
18136 * gst/audioconvert/gstchannelmix.h:
18137 * gst/audiorate/gstaudiorate.c:
18138 * gst/audioresample/buffer.h:
18139 * gst/audioresample/functable.h:
18140 * gst/audioresample/gstaudioresample.c:
18141 * gst/audioresample/resample.h:
18142 * gst/ffmpegcolorspace/avcodec.h:
18143 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18144 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18145 * gst/ffmpegcolorspace/imgconvert.c:
18146 * gst/ffmpegcolorspace/imgconvert_template.h:
18147 * gst/playback/gstdecodebin.c:
18148 * gst/playback/gstplaybasebin.h:
18149 * gst/playback/gstplaybin.c:
18150 * gst/playback/gststreaminfo.h:
18151 * gst/tcp/gstfdset.c:
18152 * gst/tcp/gstfdset.h:
18153 * gst/tcp/gstmultifdsink.c:
18154 * gst/tcp/gstmultifdsink.h:
18155 * gst/tcp/gsttcp.h:
18156 * gst/tcp/gsttcpclientsrc.c:
18157 * gst/tcp/gsttcpclientsrc.h:
18158 * gst/tcp/gsttcpplugin.h:
18159 * gst/tcp/gsttcpserversink.c:
18160 * gst/tcp/gsttcpserversrc.c:
18161 * gst/typefind/gsttypefindfunctions.c:
18162 * gst/videorate/gstvideorate.c:
18163 * gst/videotestsrc/gstvideotestsrc.h:
18164 * gst/videotestsrc/videotestsrc.h:
18165 * sys/v4l/gstv4lcolorbalance.h:
18166 * sys/v4l/gstv4ltuner.h:
18167 * sys/v4l/gstv4lxoverlay.h:
18168 * sys/v4l/v4l_calls.h:
18169 * sys/v4l/videodev_mjpeg.h:
18170 * tests/check/elements/audioconvert.c:
18171 * tests/check/elements/audioresample.c:
18172 * tests/check/elements/audiotestsrc.c:
18173 * tests/check/elements/videotestsrc.c:
18174 * tests/check/elements/volume.c:
18175 * tests/examples/seek/scrubby.c:
18176 * tests/examples/seek/seek.c:
18179 === release 0.10.0 ===
18181 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18184 releasing 0.10.0, "Mont-d'or"
18186 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
18188 * tests/examples/seek/Makefile.am:
18189 Build fix for when gtk is not available.
18191 2005-12-05 Andy Wingo <wingo@pobox.com>
18193 * ext/libvisual/visual.c: (get_buffer):
18194 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18195 * ext/pango/gsttextrender.c: (gst_text_render_chain):
18196 * ext/theora/theoradec.c: (theora_handle_data_packet):
18197 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18198 (theora_enc_chain):
18199 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18200 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18201 Update for alloc_buffer changes.
18203 2005-12-05 Andy Wingo <wingo@pobox.com>
18205 patch by: Kai Vehmanen <kv2004 eca cx>
18207 * gst-libs/gst/rtp/gstbasertpdepayload.c
18208 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18210 2005-12-04 Andy Wingo <wingo@pobox.com>
18212 patch by: Sebastien Cote <sebas642 yahoo ca>
18214 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18217 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
18219 * docs/plugins/Makefile.am:
18220 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18221 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18222 * docs/plugins/gst-plugins-base-plugins.hierarchy:
18223 * ext/pango/gstclockoverlay.c:
18224 * ext/pango/gsttextoverlay.c:
18225 * ext/pango/gsttextrender.c:
18226 * ext/pango/gsttimeoverlay.c:
18227 Add gtk-doc blurbs to pango elements.
18229 2005-12-02 Wim Taymans <wim@fluendo.com>
18231 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18232 * gst/audioresample/buffer.h:
18233 * gst/audioresample/gstaudioresample.c:
18234 * gst/audioresample/gstaudioresample.h:
18235 * gst/audioresample/resample.c: (resample_input_flush),
18236 (resample_input_pushthrough), (resample_input_eos),
18237 (resample_get_output_size_for_input),
18238 (resample_get_input_size_for_output), (resample_get_output_size),
18239 (resample_get_output_data):
18240 * gst/audioresample/resample.h:
18241 * gst/audioresample/resample_ref.c: (resample_scale_ref):
18242 Fix audioresample, seek torture, new segments, reverse negotiation
18245 2005-12-02 Wim Taymans <wim@fluendo.com>
18247 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18250 2005-12-02 Wim Taymans <wim@fluendo.com>
18252 * gst/audioconvert/gstaudioconvert.c:
18253 (gst_audio_convert_transform):
18256 === release 0.9.7 ===
18258 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18261 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18263 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18269 add win32 MANIFEST file
18270 do something to the hungarian translation
18272 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
18275 Add $(PANGO_DIR) to SUBDIRS
18277 * ext/pango/gstclockoverlay.c:
18278 * ext/pango/gsttimeoverlay.c:
18279 Fix and improve element descriptions.
18281 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18283 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18284 * docs/plugins/inspect/plugin-libvisual.xml:
18285 * docs/plugins/inspect/plugin-pango.xml:
18286 add pango plugin to docs
18288 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18292 moved pango to base
18294 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18297 * tests/Makefile.am:
18298 * tests/icles/.cvsignore:
18299 * tests/icles/Makefile.am:
18300 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18301 (close_display), (resize_window), (move_window), (create_window),
18302 (terminate_playback), (pause_playback), (start_playback), (main):
18303 add stress test for xoverlay from Julien
18305 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18307 * docs/libs/tmpl/gstcolorbalance.sgml:
18308 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18309 * gst-libs/gst/rtp/gstbasertppayload.c:
18310 * gst-libs/gst/rtp/gstrtpbuffer.c:
18311 * gst-libs/gst/rtp/gstrtpbuffer.h:
18312 Do burger's rename for rtp payloaders and depayloaders
18314 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18317 add Visual Studio 6 build files
18319 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18321 * docs/libs/gst-plugins-base-libs-docs.sgml:
18322 * docs/libs/gst-plugins-base-libs-sections.txt:
18323 * docs/libs/tmpl/gstaudio.sgml:
18324 * docs/libs/tmpl/gstringbuffer.sgml:
18325 * gst-libs/gst/interfaces/xoverlay.c:
18326 * gst-libs/gst/video/gstvideofilter.c:
18327 * gst-libs/gst/video/gstvideosink.c:
18328 update documentation
18330 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18332 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18333 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18334 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18335 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18336 (gst_multi_fd_sink_get_stats),
18337 (gst_multi_fd_sink_remove_client_link),
18338 (gst_multi_fd_sink_handle_client_read),
18339 (gst_multi_fd_sink_client_queue_data),
18340 (gst_multi_fd_sink_client_queue_caps),
18341 (gst_multi_fd_sink_client_queue_buffer),
18342 (gst_multi_fd_sink_new_client),
18343 (gst_multi_fd_sink_handle_client_write),
18344 (gst_multi_fd_sink_recover_client),
18345 (gst_multi_fd_sink_queue_buffer),
18346 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18347 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18348 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18349 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18350 * gst/tcp/gstmultifdsink.h:
18351 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18352 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18353 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18354 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18355 (gst_tcp_client_sink_set_property),
18356 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18357 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18358 * gst/tcp/gsttcpclientsink.h:
18359 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18360 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18361 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18362 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18363 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18364 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18365 * gst/tcp/gsttcpclientsrc.h:
18366 * gst/tcp/gsttcpplugin.c: (plugin_init):
18367 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18368 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18369 (gst_tcp_server_sink_finalize),
18370 (gst_tcp_server_sink_handle_server_read),
18371 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18372 (gst_tcp_server_sink_set_property),
18373 (gst_tcp_server_sink_get_property),
18374 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18375 * gst/tcp/gsttcpserversink.h:
18376 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18377 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18378 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18379 (gst_tcp_server_src_set_property),
18380 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18381 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18382 * gst/tcp/gsttcpserversrc.h:
18385 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
18387 * docs/plugins/Makefile.am:
18388 * docs/plugins/gst-plugins-base-plugins.args:
18389 * docs/plugins/inspect/plugin-libvisual.xml:
18390 * gst/audioconvert/plugin.h:
18391 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
18392 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
18393 (gst_audio_rate_setcaps), (gst_audio_rate_init),
18394 (gst_audio_rate_chain), (gst_audio_rate_set_property),
18395 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
18397 * gst/audiotestsrc/gstaudiotestsrc.c:
18398 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
18399 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18400 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
18401 (gst_audio_test_src_get_query_types),
18402 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
18403 (gst_audio_test_src_create_square),
18404 (gst_audio_test_src_create_saw),
18405 (gst_audio_test_src_create_triangle),
18406 (gst_audio_test_src_create_silence),
18407 (gst_audio_test_src_create_white_noise),
18408 (gst_audio_test_src_init_pink_noise),
18409 (gst_audio_test_src_generate_pink_noise_value),
18410 (gst_audio_test_src_create_pink_noise),
18411 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
18412 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
18413 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
18415 * gst/audiotestsrc/gstaudiotestsrc.h:
18416 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
18417 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
18418 (gst_sub_parse_init), (gst_sub_parse_formats),
18419 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
18420 (convert_encoding), (get_next_line),
18421 (gst_sub_parse_data_format_autodetect),
18422 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
18423 (gst_sub_parse_loop), (gst_sub_parse_chain),
18424 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
18426 * gst/subparse/gstsubparse.h:
18427 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
18428 (gst_video_rate_base_init), (gst_video_rate_class_init),
18429 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
18430 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
18431 (gst_video_rate_init), (gst_video_rate_event),
18432 (gst_video_rate_chain), (gst_video_rate_set_property),
18433 (gst_video_rate_get_property), (gst_video_rate_change_state),
18435 * gst/videoscale/gstvideoscale.c:
18436 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
18437 (gst_video_scale_src_template_factory),
18438 (gst_video_scale_sink_template_factory),
18439 (gst_video_scale_get_type), (gst_video_scale_base_init),
18440 (gst_video_scale_class_init), (gst_video_scale_init),
18441 (gst_video_scale_set_property), (gst_video_scale_get_property),
18442 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
18443 (gst_video_scale_prepare_size), (parse_caps),
18444 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
18445 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
18446 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
18448 * gst/videoscale/gstvideoscale.h:
18449 * gst/videotestsrc/gstvideotestsrc.c:
18450 (gst_video_test_src_pattern_get_type),
18451 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
18452 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
18453 (gst_video_test_src_set_pattern),
18454 (gst_video_test_src_set_property),
18455 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
18456 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
18457 (gst_video_test_src_event), (gst_video_test_src_get_times),
18458 (gst_video_test_src_create), (plugin_init):
18459 * gst/videotestsrc/gstvideotestsrc.h:
18460 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
18461 (gst_video_test_src_smpte), (gst_video_test_src_snow),
18462 (gst_video_test_src_black):
18463 * gst/videotestsrc/videotestsrc.h:
18465 clean up docs a little
18467 2005-11-30 Wim Taymans <wim@fluendo.com>
18469 * gst-libs/gst/rtp/gstbasertpdepayload.h:
18470 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
18471 (gst_basertppayload_event), (gst_basertppayload_push),
18472 (gst_basertppayload_change_state):
18473 * gst-libs/gst/rtp/gstbasertppayload.h:
18476 2005-11-30 Julien MOUTTE <julien@moutte.net>
18478 * docs/libs/gst-plugins-base-libs-docs.sgml:
18479 * docs/libs/gst-plugins-base-libs-sections.txt:
18480 * gst-libs/gst/video/gstvideofilter.c:
18481 * gst-libs/gst/video/gstvideosink.c:
18482 * gst-libs/gst/video/gstvideosink.h: Adding docs.
18484 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18504 * scripts/autoplugins.sh:
18507 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
18511 * examples/Makefile.am:
18512 * examples/capsfilter/Makefile.am:
18513 * examples/capsfilter/capsfilter1.c:
18514 * examples/gob/Makefile.am:
18515 * examples/gob/gst-identity2.gob:
18516 * examples/indexing/.cvsignore:
18517 * examples/indexing/Makefile.am:
18518 * examples/indexing/indexmpeg.c:
18519 * examples/seeking/.cvsignore:
18520 * examples/seeking/Makefile.am:
18521 * examples/seeking/cdparanoia.c:
18522 * examples/seeking/cdplayer.c:
18523 * examples/seeking/chained.c:
18524 * examples/seeking/scrubby.c:
18525 * examples/seeking/seek.c:
18526 * examples/stats/Makefile.am:
18527 * examples/stats/mp2ogg.c:
18528 * examples/switch/.cvsignore:
18529 * examples/switch/Makefile.am:
18530 * examples/switch/switcher.c:
18531 * tests/Makefile.am:
18532 * tests/check/generic/.cvsignore:
18533 * tests/check/pipelines/.cvsignore:
18534 * tests/examples/Makefile.am:
18535 * tests/examples/seek/Makefile.am:
18536 reorganize stuff under tests/
18538 2005-11-30 Edward Hervey <edward@fluendo.com>
18540 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
18541 Go away you stupid GstStaticPadTemplate memleak.
18543 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
18545 * gst-libs/gst/net/Makefile.am:
18546 * gst-libs/gst/net/README:
18547 * gst-libs/gst/net/gstnetbuffer.c:
18548 * gst-libs/gst/net/gstnetbuffer.h:
18549 this was moved to "netbuffer"
18551 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
18553 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
18554 (gst_video_filter_class_init), (gst_video_filter_init):
18555 * gst-libs/gst/video/gstvideofilter.h:
18556 borgify name to bring in line with other classes
18558 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
18560 * gst/audioscale/.cvsignore:
18561 * gst/audioscale/Makefile.am:
18562 * gst/audioscale/README:
18563 * gst/audioscale/audioscale.vcproj:
18564 * gst/audioscale/dtof.c:
18565 * gst/audioscale/dtos.c:
18566 * gst/audioscale/functable.c:
18567 * gst/audioscale/gstaudioscale.c:
18568 * gst/audioscale/gstaudioscale.h:
18569 * gst/audioscale/private.h:
18570 * gst/audioscale/resample.c:
18571 * gst/audioscale/resample.h:
18572 * gst/audioscale/test.c:
18575 2005-11-30 Edward Hervey <edward@fluendo.com>
18577 * gst-libs/gst/netbuffer/Makefile.am:
18578 really, really tired
18580 2005-11-30 Edward Hervey <edward@fluendo.com>
18582 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18583 Update for new GstTypeFindFactory _register()
18585 2005-11-30 Edward Hervey <edward@fluendo.com>
18587 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
18588 Let's not override libgstnet from core for no reason...
18589 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
18590 Ok, maybe not so quick next time.
18592 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18595 * gst-libs/gst/Makefile.am:
18596 moved gst-libs/gst/net to netbuffer through CVS surgery
18597 remove old directory
18598 updating build to accomodate
18601 2005-11-29 Andy Wingo <wingo@pobox.com>
18603 * pkgconfig/gstreamer-plugins-base.pc.in:
18604 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18605 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
18608 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
18610 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
18611 3rd time's the charm. Correct ref-counting for discarded buffers.
18613 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
18615 * gst/playback/gststreamselector.c:
18616 (gst_stream_selector_class_init),
18617 (gst_stream_selector_set_property),
18618 (gst_stream_selector_get_property),
18619 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18622 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
18624 * gst/subparse/gstsubparse.c: (feed_textbuf):
18625 Don't access already unref'ed buffer.
18627 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
18629 * gst/playback/gststreamselector.c:
18630 (gst_stream_selector_class_init), (gst_stream_selector_init),
18631 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
18632 (gst_stream_selector_get_property),
18633 (gst_stream_selector_get_linked_pad),
18634 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18635 * gst/playback/gststreamselector.h:
18636 Add the active-pad property for playbin to use shortly. Ignore buffers
18637 from any other pad, returning GST_FLOW_NOT_LINKED
18639 2005-11-29 Julien MOUTTE <julien@moutte.net>
18641 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
18642 patch from bug #322704 (Alessandro Decina).
18644 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18646 * gst-libs/gst/audio/Makefile.am:
18647 folded audiofilter into the audio library
18649 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
18651 * gst/videoscale/gstvideoscale.h:
18652 * gst/videoscale/gstvideoscale.c:
18653 remove unimplemented scale methods
18655 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
18657 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
18660 2005-11-28 Julien MOUTTE <julien@moutte.net>
18662 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18663 (gst_ximagesink_setcaps):
18664 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18665 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
18666 happens (only visible on ximagesink but bug is in xv too) set_caps was
18667 destroying the internal x[v]image used to memcpy non locally alloced
18668 buffers so that it got renewed on next _chain. The issue is that
18669 _expose will try to put that image as it reffed it in _put.
18670 Using gst_buffer_unref instead of destroy fixes it !
18672 2005-11-28 Edward Hervey <edward@fluendo.com>
18674 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18675 (try_to_link_1), (queue_filled_cb):
18676 Better use of the queues. Start with a small size queue and only increase
18677 the size of the queues when the other queues are empty.
18679 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
18681 * gst-libs/gst/video/Makefile.am:
18682 compile in copied-over videofilter into the video library
18683 * gst-libs/gst/video/videosink.h:
18684 rename the header to gstvideosink.h since it's a base GstObject class
18685 * sys/ximage/ximagesink.h:
18686 * sys/xvimage/xvimagesink.h:
18689 2005-11-28 Wim Taymans <wim@fluendo.com>
18691 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
18692 * gst/playback/gstplaybasebin.h:
18693 Prepare to handle errors betters.
18695 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
18696 Set sinks to PAUSED first before adding and linking them so that
18697 we don't interrupt dataflow.
18699 2005-11-28 Wim Taymans <wim@fluendo.com>
18701 * gst-libs/gst/audio/TODO:
18704 * gst-libs/gst/audio/gstaudiosink.c:
18705 (gst_audioringbuffer_open_device),
18706 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
18707 (gst_audioringbuffer_release):
18710 * gst-libs/gst/audio/gstbaseaudiosink.c:
18711 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
18712 (gst_base_audio_sink_change_state):
18713 Slave to the master clock when going to PLAYING and unslave when
18716 * gst-libs/gst/audio/gstringbuffer.c:
18717 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18718 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
18719 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18720 (gst_ring_buffer_clear_all), (wait_segment),
18721 (gst_ring_buffer_commit), (gst_ring_buffer_read),
18722 (gst_ring_buffer_advance):
18723 * gst-libs/gst/audio/gstringbuffer.h:
18724 Add some docs and cleanups.
18726 2005-11-28 Julien MOUTTE <julien@moutte.net>
18728 * sys/xvimage/xvimagesink.c:
18729 (gst_xvimagesink_navigation_send_event): Fix navigation events
18730 coordinates translation with pixel aspect ratios.
18732 2005-11-28 Julien MOUTTE <julien@moutte.net>
18734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
18735 Use calculated video geometry from _setcaps instead of buffer
18736 caps to respect pixel aspect ratio. (fixes #322388)
18738 2005-11-28 Julien MOUTTE <julien@moutte.net>
18740 * docs/libs/tmpl/gstcolorbalance.sgml:
18741 * docs/libs/tmpl/gstmixer.sgml:
18742 * docs/libs/tmpl/gstxoverlay.sgml:
18743 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
18746 2005-11-28 Julien MOUTTE <julien@moutte.net>
18748 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
18749 Refuse to create an XvImage if we can't find the format.
18751 2005-11-28 Edward Hervey <edward@fluendo.com>
18753 * gst-libs/gst/riff/riff-media.c:
18754 (gst_riff_create_audio_template_caps):
18755 Add ATRAC3 to the list of riff-possible audio caps.
18756 I know we still don't have a plugin for atrac3, but it's saner to output
18757 that than a cryptic mimetype.
18759 2005-11-27 Edward Hervey <edward@fluendo.com>
18761 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
18762 Don't try to create a zero-sized subbuffer.
18764 2005-11-27 Julien MOUTTE <julien@moutte.net>
18766 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
18767 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18768 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
18769 (gst_ximagesink_expose): Fixed a tricky race.
18770 * sys/ximage/ximagesink.h:
18771 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18772 (gst_xvimagesink_expose): Fixed a tricky race.
18773 * sys/xvimage/xvimagesink.h:
18775 2005-11-27 Edward Hervey <edward@fluendo.com>
18777 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18778 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
18779 Remove unused properties, and add queues between demuxers and decoders
18780 so that a lot more files can preroll properly.
18782 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
18784 * gst-libs/gst/net/Makefile.am:
18785 * gst-libs/gst/rtp/Makefile.am:
18786 * gst-libs/gst/tag/Makefile.am:
18787 remove silly include
18788 * gst/tags/Makefile.am:
18789 * gst/tags/gsttagediting.c:
18790 * gst/tags/gsttageditingprivate.h:
18791 * gst/tags/tagedit.vcproj:
18792 remove directory, is as good as empty
18794 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
18797 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
18798 * gst-libs/Makefile.am:
18799 * gst-libs/gst/audio/Makefile.am:
18800 * gst-libs/gst/interfaces/Makefile.am:
18801 * gst-libs/gst/net/Makefile.am:
18802 * gst-libs/gst/riff/Makefile.am:
18803 * gst-libs/gst/rtp/Makefile.am:
18804 * gst-libs/gst/tag/Makefile.am:
18805 * gst-libs/gst/video/Makefile.am:
18808 2005-11-27 Julien MOUTTE <julien@moutte.net>
18810 * docs/libs/tmpl/gstcolorbalance.sgml:
18811 * docs/libs/tmpl/gstmixer.sgml:
18812 * docs/libs/tmpl/gstxoverlay.sgml:
18813 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
18814 * sys/ximage/ximagesink.h:
18815 * sys/xvimage/xvimagesink.h: More and more documentation.
18817 2005-11-26 Julien MOUTTE <julien@moutte.net>
18819 * docs/libs/gst-plugins-base-libs-docs.sgml:
18820 * docs/libs/gst-plugins-base-libs-sections.txt:
18821 * docs/libs/tmpl/gstcolorbalance.sgml:
18822 * docs/libs/tmpl/gstmixer.sgml:
18823 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
18826 2005-11-26 Julien MOUTTE <julien@moutte.net>
18828 * docs/plugins/Makefile.am:
18829 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18830 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18831 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
18833 2005-11-26 Julien MOUTTE <julien@moutte.net>
18835 * docs/plugins/Makefile.am:
18836 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18837 * docs/plugins/gst-plugins-base-plugins-sections.txt:
18838 * docs/plugins/inspect/plugin-adder.xml:
18839 * docs/plugins/inspect/plugin-alsa.xml:
18840 * docs/plugins/inspect/plugin-audioconvert.xml:
18841 * docs/plugins/inspect/plugin-audiorate.xml:
18842 * docs/plugins/inspect/plugin-audioresample.xml:
18843 * docs/plugins/inspect/plugin-audiotestsrc.xml:
18844 * docs/plugins/inspect/plugin-decodebin.xml:
18845 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18846 * docs/plugins/inspect/plugin-gnomevfs.xml:
18847 * docs/plugins/inspect/plugin-ogg.xml:
18848 * docs/plugins/inspect/plugin-playbin.xml:
18849 * docs/plugins/inspect/plugin-subparse.xml:
18850 * docs/plugins/inspect/plugin-tcp.xml:
18851 * docs/plugins/inspect/plugin-theora.xml:
18852 * docs/plugins/inspect/plugin-typefindfunctions.xml:
18853 * docs/plugins/inspect/plugin-video4linux.xml:
18854 * docs/plugins/inspect/plugin-videorate.xml:
18855 * docs/plugins/inspect/plugin-videoscale.xml:
18856 * docs/plugins/inspect/plugin-videotestsrc.xml:
18857 * docs/plugins/inspect/plugin-volume.xml:
18858 * docs/plugins/inspect/plugin-vorbis.xml:
18859 * docs/plugins/inspect/plugin-ximagesink.xml:
18860 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
18861 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
18863 2005-11-26 Edward Hervey <edward@fluendo.com>
18865 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
18866 Properly return GstFlowReturn from gst_pad_push in chain functions.
18868 2005-11-25 Michael Smith <msmith@fluendo.com>
18870 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
18871 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
18872 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18873 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18874 Handle various conditions better when we don't understand a stream.
18875 Removes a heap of CRITICALs on ogg streams containing unknown data.
18877 2005-11-24 Andy Wingo <wingo@pobox.com>
18879 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
18882 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18884 * configure.ac: back to HEAD
18886 === release 0.9.6 ===
18888 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18891 releasing 0.9.6, "White Eight"
18893 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18895 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
18896 * docs/plugins/inspect/plugin-sine.xml:
18897 remove sinesrc some more
18899 2005-11-23 Wim Taymans <wim@fluendo.com>
18901 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
18902 If we are reading too slowly, jump forward in the ringbuffer
18903 instead of blocking.
18905 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18907 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18908 (gst_visual_chain):
18909 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
18910 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
18911 (gst_videorate_chain):
18912 * gst/videotestsrc/gstvideotestsrc.c:
18913 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
18914 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
18915 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
18916 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
18917 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18918 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18919 Updates for API changes
18921 2005-11-23 Wim Taymans <wim@fluendo.com>
18923 * gst-libs/gst/audio/gstbaseaudiosink.c:
18924 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18925 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18926 Fix for calibration API change.
18928 2005-11-23 Michael Smith <msmith@fluendo.com>
18930 * gst-libs/gst/audio/multichannel.c:
18931 (gst_audio_get_channel_positions),
18932 (gst_audio_set_channel_positions),
18933 (gst_audio_set_structure_channel_positions_list),
18934 (gst_audio_fixate_channel_positions):
18935 Use gst_value_array_*() functions on value arrays, not
18936 gst_value_list_*().
18938 2005-11-23 Edward Hervey <edward@fluendo.com>
18941 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
18944 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18946 * check/Makefile.am:
18947 * check/elements/videotestsrc.c: (setup_videotestsrc),
18948 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
18950 add a test for videotestsrc
18952 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18954 * gst/sine/.cvsignore:
18955 * gst/sine/Makefile.am:
18956 * gst/sine/gstsinesrc.c:
18957 * gst/sine/gstsinesrc.h:
18958 * gst/sine/sinesrc.vcproj:
18959 and remove sinesrc from the repository. Closes #321446
18961 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18964 * gst-plugins-base.spec.in:
18965 remove sinesrc from the build
18967 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
18969 * check/Makefile.am:
18970 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
18971 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
18973 add a test for audiotestsrc, testing all waves. Even seems
18974 leak-free at first glance, nice job Stefan
18976 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
18992 Translation string updates
18994 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
18995 (gst_v4lsrc_set_caps):
18996 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18997 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18998 * sys/v4l/v4lsrc_calls.h:
18999 Improve v4lsrc, by making it work again.
19001 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
19003 * ext/libvisual/visual.c: (gst_visual_chain):
19004 Fix the fps calculations.
19006 * gst/ffmpegcolorspace/avcodec.h:
19007 Move structure element for clarity
19009 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19010 * gst-libs/gst/interfaces/tunernorm.h:
19011 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19012 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19013 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19014 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19015 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19016 (gst_v4lmjpegsrc_getcaps):
19017 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19018 (gst_v4lsrc_set_caps):
19019 * sys/v4l/gstv4lsrc.h:
19020 * sys/v4l/v4l_calls.c: (gst_v4l_open):
19021 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19022 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19023 * sys/v4l/v4lsrc_calls.h:
19024 Fractional framerates...
19026 2005-11-22 Wim Taymans <wim@fluendo.com>
19028 * gst-libs/gst/audio/gstbaseaudiosink.c:
19029 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19030 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19031 And we provide a clock by default, of course...
19033 2005-11-22 Wim Taymans <wim@fluendo.com>
19035 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19036 This clock can be slaved to a master clock now.
19038 * gst-libs/gst/audio/gstbaseaudiosink.c:
19039 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19040 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19041 (gst_base_audio_sink_set_clock),
19042 (gst_base_audio_sink_set_property),
19043 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19044 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19045 * gst-libs/gst/audio/gstbaseaudiosink.h:
19046 Handle slaving the internal clock to the clock selected in the
19048 Add property to make the basesink not provide a clock.
19050 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19051 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19052 (gst_base_rtp_depayload_wait):
19053 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19054 We can use the clock in GstElement, no need to store it ourselves.
19056 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
19058 * docs/libs/tmpl/gstaudio.sgml:
19060 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19061 (gst_paranoia_endian_get_type):
19062 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19063 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19064 * gst/audiotestsrc/gstaudiotestsrc.c:
19065 (gst_audiostestsrc_wave_get_type):
19066 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19067 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19068 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19069 (gst_sync_method_get_type), (gst_unit_type_get_type),
19070 (gst_client_status_get_type), (gst_multifdsink_class_init),
19071 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19072 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19073 (gst_multifdsink_get_property):
19074 * gst/tcp/gstmultifdsink.h:
19075 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19076 * gst/videotestsrc/gstvideotestsrc.c:
19077 (gst_videotestsrc_pattern_get_type):
19078 remove deprecated properties
19079 fix up enums to correctly have short lowercase dashed nicks
19081 2005-11-22 Michael Smith <msmith@fluendo.com>
19083 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19084 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19087 2005-11-22 Michael Smith <msmith@fluendo.com>
19089 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19090 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19091 Use utility method for scaling clocktime for fractional framerates.
19093 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
19095 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19096 (gst_visual_chain):
19097 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19098 * ext/theora/theoradec.c: (theora_handle_type_packet):
19099 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19100 (theora_enc_chain):
19101 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19102 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19103 * gst-libs/gst/video/video.h:
19104 * gst/ffmpegcolorspace/avcodec.h:
19105 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19106 (gst_ffmpeg_caps_to_pixfmt):
19107 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19108 (gst_ffmpegcsp_set_caps):
19109 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19110 (gst_videorate_setcaps), (gst_videorate_blank_data),
19111 (gst_videorate_chain):
19112 * gst/videotestsrc/gstvideotestsrc.c:
19113 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19114 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19115 (gst_videotestsrc_event), (gst_videotestsrc_create):
19116 * gst/videotestsrc/gstvideotestsrc.h:
19117 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19118 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19119 (gst_ximagesink_get_times), (gst_ximagesink_init):
19120 * sys/ximage/ximagesink.h:
19121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19122 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19123 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19124 * sys/xvimage/xvimagesink.h:
19125 Convert elements to use fractions for their framerate.
19126 V4L elements to come later tonight.
19128 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
19130 * gst-libs/gst/audio/audio.c:
19131 * gst-libs/gst/audio/audio.h:
19132 remove some deprecated functions
19134 2005-11-22 Andy Wingo <wingo@pobox.com>
19136 * Update for gst_tag_setter API changes.
19138 2005-11-22 Andy Wingo <wingo@pobox.com>
19140 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19141 (gst_ogg_demux_perform_seek):
19142 * ext/theora/theoradec.c (theora_dec_sink_event):
19143 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19146 2005-11-22 Wim Taymans <wim@fluendo.com>
19148 * examples/seeking/seek.c: (main):
19149 Give higher priority to bus signals than the gtk events
19150 to fix a race condition in the segment looping.
19152 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
19154 * ext/theora/Makefile.am:
19155 * ext/vorbis/Makefile.am:
19156 * gst-libs/gst/tag/Makefile.am:
19157 * gst-plugins-base.spec.in:
19158 Rename libgsttagedit to libgsttag (#322117).
19160 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
19162 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19163 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19164 Call gst_x_overlay_prepare_xwindow_id() to give applications
19165 a final chance to set their own xwindow id before the video
19166 sink creates its own window.
19168 2005-11-22 Julien MOUTTE <julien@moutte.net>
19170 * sys/xvimage/xvimagesink.c:
19171 (gst_xvimagesink_navigation_send_event): Handle navigation
19172 events correcly with borders if applicable.
19174 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
19176 Patch by: Luca Ognibene
19178 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19179 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19180 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19181 (gst_ffmpegcsp_caps_remove_format_info):
19182 * gst/ffmpegcolorspace/imgconvert.c:
19183 * gst/ffmpegcolorspace/imgconvert_template.h:
19184 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19185 #318353); use gst_structure_has_name().
19187 2005-11-22 Julien MOUTTE <julien@moutte.net>
19189 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19190 (gst_ximagesink_class_init): Add debug macros on functions.
19191 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19192 (gst_xvimagesink_xwindow_draw_borders),
19193 (gst_xvimagesink_xvimage_put),
19194 (gst_xvimagesink_xwindow_update_geometry),
19195 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19196 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19197 (gst_xvimagesink_xcontext_clear),
19198 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19199 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19200 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19201 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19202 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19203 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19204 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19205 expose while being PAUSED, out of data flow navigation events, etc..
19207 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
19209 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19210 * gst-libs/gst/audio/audio.h:
19211 fix prototype - wondering why the test worked regardless
19213 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
19215 * check/Makefile.am:
19216 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19217 * gst-libs/gst/audio/audio.h:
19218 add a method that returns a proper GstClockTime
19220 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19222 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19223 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19224 * gst-libs/gst/interfaces/xoverlay.h:
19225 Remove everything having to do with the desired size; add
19226 gst_x_overlay_prepare_xwindow_id() function; remove the
19227 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19228 post a message on the bus instead (#321816).
19230 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19232 (gst_xvimagesink_xoverlay_init):
19233 Remove desired size stuff (#321816).
19235 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19237 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19238 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19239 (mpeg_video_type_find), (mpeg_video_stream_type_find):
19240 Terminate vararg functions with NULL instead of 0 to
19243 2005-11-21 Andy Wingo <wingo@pobox.com>
19245 patch by: Sebastien Cote <sebas642@yahoo.ca>
19247 * gst-libs/gst/rtp/gstrtpbuffer.h:
19248 * gst-libs/gst/rtp/gstrtpbuffer.c
19249 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19251 2005-11-21 Andy Wingo <wingo@pobox.com>
19253 * gst/playback/gstplaybin.c (gen_audio_element)
19254 (gen_video_element): Use the new MISSING_PLUGIN core error
19255 category. Closes #320060.
19257 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
19258 * gst/videorate/gstvideorate.c (gst_videorate_event):
19259 * ext/theora/theoradec.c (theora_dec_sink_event):
19260 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19263 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19264 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19265 stream lock changes.
19267 2005-11-21 Wim Taymans <wim@fluendo.com>
19269 * gst-libs/gst/audio/gstbaseaudiosink.c:
19270 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19271 (gst_base_audio_sink_provide_clock),
19272 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19273 (gst_base_audio_sink_change_state):
19274 * gst/audioresample/gstaudioresample.c:
19275 Segment update fix.
19277 2005-11-21 Andy Wingo <wingo@pobox.com>
19280 * *.c: Ran scripts/update-macros. Oh yes.
19282 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19284 * sys/ximage/Makefile.am:
19285 * sys/ximage/ximage.c:
19286 Rename ximage plugin to ximagesink (#321426) (Don't forget to
19287 remove your old libgstximage.* manually if necessary).
19289 2005-11-21 Michael Smith <msmith@fluendo.com>
19291 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19292 Minimal fix for bug #320200: set the min/max bitrate in the correct
19293 units. A better fix would be to upgrade to the RATEMANAGE2
19294 interface, rather than using the deprecated interface used here, but
19295 that would require an update in our libvorbis dependency (to 1.1),
19296 which is probably undesirable.
19298 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
19300 * ext/libvisual/visual.c: (get_buffer):
19301 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19302 (gst_base_audio_src_fixate):
19303 * gst/audioconvert/gstaudioconvert.c:
19304 (gst_audio_convert_fixate_caps):
19305 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19306 * gst/audiotestsrc/gstaudiotestsrc.c:
19307 (gst_audiotestsrc_src_fixate):
19308 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19309 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19310 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19311 * gst/videotestsrc/gstvideotestsrc.c:
19312 (gst_videotestsrc_src_fixate):
19313 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19314 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19315 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19319 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19321 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19322 (gst_riff_create_iavs_caps):
19323 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19324 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19325 (gst_riff_parse_info):
19326 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19329 Fixes for GST_FOURCC_FORMAT API change.
19331 2005-11-21 Andy Wingo <wingo@pobox.com>
19333 patch by: Alessandro Dessina <alessandro nnva org>
19335 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19336 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19337 (gst_ogg_parse_chain):
19338 * ext/theora/theoraenc.c (theora_set_header_on_caps):
19339 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19340 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19341 gst_value_list calls on arrays. Fixes #321962.
19343 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
19345 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19346 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19347 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19348 * gst/adder/gstadder.c: (gst_adder_init),
19349 (gst_adder_request_new_pad), (gst_adder_collected),
19350 (gst_adder_change_state):
19351 Update for gst_collectpads_foo() to gst_collect_pads_foo()
19354 2005-11-21 Michael Smith <msmith@fluendo.com>
19356 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19357 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19358 Properly handle pad_push return values.
19360 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
19362 * gst-libs/gst/tag/Makefile.am:
19363 * gst-libs/gst/tag/gstvorbistag.c:
19364 (gst_tag_list_to_vorbiscomment_buffer):
19365 Remove obsolete vorbistag element and debug category.
19367 * gst/playback/gstplaybasebin.c: (check_queue):
19368 Don't divide by 0 when queue-threshold is 0.
19370 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19371 Don't modify an existing pixel-aspect-ratio if we fail to read
19374 2005-11-20 Wim Taymans <wim@fluendo.com>
19376 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19377 (gst_vorbisenc_push_packet):
19378 GST_PAD_IS_USABLE is gone, use the return value of
19379 the push or pad_alloc_buffer instead.
19381 2005-11-18 Julien MOUTTE <julien@moutte.net>
19383 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19384 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19385 (gst_ximagesink_ximage_destroy),
19386 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
19387 (gst_ximagesink_xwindow_new),
19388 (gst_ximagesink_xwindow_update_geometry),
19389 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
19390 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19391 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
19392 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19393 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
19394 (gst_ximagesink_navigation_send_event),
19395 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
19396 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19397 (gst_ximagesink_finalize), (gst_ximagesink_init),
19398 (gst_ximagesink_class_init):
19399 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
19400 This new version brings correct software scaling, non flickering
19401 window while resizing, pixel aspect ratio handling, usage of
19402 hardware buffer pools, out of data flow event thread for
19403 navigation and handling of expose events even when being PAUSED,
19404 a new property to keep video aspect ratio when resizing, etc...
19406 2005-11-18 Julien MOUTTE <julien@moutte.net>
19408 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19409 (gst_videoscale_fixate_caps): Introduce back caps fixate with
19412 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
19414 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
19415 Unsetting IS_SINK flag from the fakesink, so decodebin
19416 never behaves as a sink.
19418 2005-11-17 Wim Taymans <wim@fluendo.com>
19420 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19421 (gst_base_audio_src_change_state):
19422 Fix the audiosrc base class again, we did not unflush.
19424 2005-11-17 Julien MOUTTE <julien@moutte.net>
19426 * examples/seeking/seek.c: (make_dv_pipeline),
19427 (make_vorbis_theora_pipeline), (make_avi_pipeline),
19428 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
19429 to ogg/vorbis/theora pipeline.
19431 2005-11-17 Wim Taymans <wim@fluendo.com>
19433 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19434 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19435 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19436 Fix EOS on multiple streams.
19439 2005-11-16 Wim Taymans <wim@fluendo.com>
19441 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
19442 (gst_ogg_demux_perform_seek):
19443 Segment done must include stream time.
19445 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19446 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
19447 (gst_ogg_mux_change_state):
19448 Fix ogg muxer again.
19450 2005-11-16 Wim Taymans <wim@fluendo.com>
19452 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
19455 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
19457 * ext/libvisual/visual.c: (gst_visual_init):
19458 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19459 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
19460 (gst_ogg_parse_chain):
19461 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19462 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
19463 * ext/theora/theoradec.c: (gst_theora_dec_init):
19464 * ext/theora/theoraenc.c: (gst_theora_enc_init):
19465 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19466 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
19467 * gst/adder/gstadder.c: (gst_adder_class_init),
19468 (gst_adder_dispose):
19469 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19470 * gst/subparse/gstsubparse.c: (gst_subparse_init):
19471 * gst/videorate/gstvideorate.c: (gst_videorate_init):
19472 Fix a whole set of pad template leaks
19474 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
19476 * check/generic/states.c: (GST_START_TEST):
19477 fix the test so that it only checks for elements that are part of
19480 2005-11-16 Michael Smith <msmith@fluendo.com>
19482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
19483 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
19484 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19485 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19486 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
19487 (gst_ogg_mux_change_state):
19488 Fix leaking collectpads.
19490 2005-11-16 Edward Hervey <edward@fluendo.com>
19492 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
19493 (gst_videorate_event), (gst_videorate_chain):
19494 Handle segment seeks
19496 2005-11-16 Wim Taymans <wim@fluendo.com>
19498 * gst-libs/gst/audio/gstbaseaudiosink.c:
19499 (gst_base_audio_sink_provide_clock),
19500 (gst_base_audio_sink_change_state):
19501 Set ringbuffer to non-flushing when going to PAUSED, set to
19502 flushing again when going to READY.
19504 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19505 (gst_ring_buffer_stop):
19506 Start in flushing mode by default.
19507 Don't set flushing in the _stop method, let the app call
19510 2005-11-16 Julien MOUTTE <julien@moutte.net>
19512 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
19513 * gst-libs/gst/video/videosink.h: Add helper function needed
19516 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
19518 * gst/videoscale/gstvideoscale.c:
19519 (gst_videoscale_handle_src_event):
19520 Don't leak reference to pad parent.
19522 2005-11-16 Wim Taymans <wim@fluendo.com>
19524 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
19525 Set ringbuffer to flushing when stopping so that we don't
19526 block on wait_segment anymore and livelock.
19528 2005-11-16 Wim Taymans <wim@fluendo.com>
19530 * examples/seeking/seek.c: (send_event), (do_seek),
19531 (loop_toggle_cb), (segment_done), (main):
19532 Added looping checkbox.
19534 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
19536 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19537 (gst_ogg_demux_init):
19538 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19539 (gst_vorbis_dec_init):
19540 revert unrefs, they don't pass make check
19542 2005-11-15 Johan Dahlin <johan@gnome.org>
19544 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19545 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
19546 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19547 (gst_vorbis_dec_init):
19548 Fix pad template leaks.
19550 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
19552 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19553 Make state change function thread safe.
19555 2005-11-15 Edward Hervey <edward@fluendo.com>
19557 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
19558 (gst_ogg_demux_class_init):
19559 Implement GstElement::send_event, so we can send seek events
19562 2005-11-14 Julien MOUTTE <julien@moutte.net>
19564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
19565 Discovered how to take away flickering while resizing the
19566 window. Please don't put that in ximagesink, refactoring in
19569 2005-11-14 Michael Smith <msmith@fluendo.com>
19571 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
19572 (gst_multifdsink_render):
19573 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
19575 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
19577 * gst/playback/gstplaybin.c: (gen_audio_element):
19578 Use autoaudiosink, it tends to be more widely available than
19581 2005-11-14 Andy Wingo <wingo@pobox.com>
19583 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
19584 as well if it is available. Fixes #316442.
19586 2005-11-14 Michael Smith <msmith@fluendo.com>
19588 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
19589 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19590 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19591 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19592 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
19593 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19594 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
19595 (gst_vorbisenc_change_state):
19596 Fix a small memory leak in vorbisenc.
19597 Fix large memory leaks in oggmux, also fix lots of state change
19600 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
19602 * gst/videotestsrc/gstvideotestsrc.c:
19603 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
19604 (gst_videotestsrc_src_fixate):
19605 move fixation to a fixate function
19606 remove negotiate function, basesrc's is good enough
19607 fixes a bug for check when using the element alone
19609 2005-11-13 Edward Hervey <edward@fluendo.com>
19611 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
19612 (key_toggle_cb), (main):
19613 Added checkboxes for adding/removing the accurate and key_unit seek
19616 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
19618 * configure.ac: back to HEAD
19620 === release 0.9.5 ===
19622 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
19625 releasing 0.9.5, "No No Kia"
19627 2005-11-11 Edward Hervey <edward@fluendo.com>
19629 * examples/seeking/seek.c: (make_parselaunch_pipeline):
19630 Added parse-launch syntax seeking mode for the seeking example.
19631 This should help stress-test even more cases.
19632 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
19634 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
19636 * sys/xvimage/xvimagesink.c:
19637 (gst_xvimagesink_navigation_send_event):
19638 Check whether peer pad exists before sending navigation events
19641 2005-11-11 Michael Smith <msmith@fluendo.com>
19643 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
19644 (gst_vorbisenc_buffer_from_packet):
19645 * ext/vorbis/vorbisenc.h:
19646 Set duration on encoded buffers. This allows oggmux's
19647 max_page_delay parameter to actually work.
19649 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
19651 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19652 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19653 (gst_ffmpegcsp_avpicture_fill):
19654 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19655 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
19656 Make palettes work again (see #132341). Use our own macros
19659 2005-11-10 Andy Wingo <wingo@pobox.com>
19661 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
19664 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19666 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19667 (gst_ffmpegcsp_transform_caps):
19668 Prefer passthrough in transform_caps
19670 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19672 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19673 check for ALSA errors properly, instead of relying on ALSA's
19674 error strings to serve to the user.
19676 2005-11-10 Wim Taymans <wim@fluendo.com>
19678 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
19679 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
19680 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
19681 Modernise the seek code.
19683 2005-11-10 Michael Smith <msmith@fluendo.com>
19685 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
19686 (setup_substreams), (set_active_source):
19687 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
19688 trying to go to NULL if we failed to read a file.
19690 2005-11-10 Wim Taymans <wim@fluendo.com>
19692 * gst/audiotestsrc/gstaudiotestsrc.c:
19693 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
19694 (gst_audiotestsrc_create):
19695 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19696 (gst_sinesrc_get_times), (gst_sinesrc_create):
19697 * gst/videotestsrc/gstvideotestsrc.c:
19698 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
19699 (gst_videotestsrc_create):
19700 The base class can now sync for us.
19702 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
19704 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
19705 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
19706 name=source autoprobe=false autoprobe-fps=false copy-mode=1
19707 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
19708 format=(fourcc)I420" ! xvimagesink
19710 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
19712 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19713 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
19714 (gst_sinesrc_newsegment):
19715 Send newsegment event in TIME format, set duration if
19716 num-buffers is set, fix duration querying.
19718 2005-11-10 Michael Smith <msmith@fluendo.com>
19720 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19721 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19722 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19723 (gst_ogg_mux_collected):
19724 Fix EOS handling, partially. Now forwarding an EOS event once we have
19725 EOS on all pads works correctly. However, we still don't properly set
19726 EOS on the actual ogg stream pages.
19728 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
19730 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
19731 Set elements to NULL state before disposing of them.
19733 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
19735 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19737 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19738 (gst_base_rtp_depayload_init),
19739 (gst_base_rtp_depayload_set_gst_timestamp):
19740 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19741 We need to send a newsegment event for each instance, not
19742 just for the first instance of this class (get rid of
19743 static variable in function). (#321011).
19745 2005-11-08 Michael Smith <msmith@fluendo.com>
19747 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19748 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
19749 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
19750 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
19751 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
19752 This makes us mux things correctly according to the ogg muxing
19753 rules. Still not handling EOS correctly right now, though.
19755 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
19757 * gst/audioconvert/gstaudioconvert.c:
19760 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
19762 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19763 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
19764 Initialise segment_stop to GST_CLOCK_TIME_NONE when
19765 creating a new chain; should fix live streaming. Also
19766 add more debug output and fix a typo.
19768 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
19770 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19772 * gst/volume/gstvolume.c: (volume_set_caps):
19773 Fix compilation on Solaris with Forte. (#320923)
19775 2005-11-08 Wim Taymans <wim@fluendo.com>
19777 * gst-libs/gst/audio/gstbaseaudiosink.c:
19778 (gst_base_audio_sink_render):
19779 No need to do a typecheck.
19781 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
19783 * ext/alsa/gstalsa.h:
19784 We register a debug category, so let's use it.
19786 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
19788 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19789 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
19790 Fixed a small problem.
19792 2005-11-04 Wim Taymans <wim@fluendo.com>
19794 * examples/seeking/Makefile.am:
19795 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
19796 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
19797 (make_playerbin_pipeline), (format_value), (update_scale),
19798 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
19799 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
19800 (print_usage), (main):
19801 Added app for playback speed testing.
19803 * examples/seeking/seek.c: (dynamic_link),
19804 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
19805 (make_mpeg_pipeline), (do_seek), (set_update_scale),
19806 (message_received), (main):
19807 Updated seek example.
19809 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
19811 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19812 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19813 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
19814 (gst_base_rtp_depayload_set_clock):
19815 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19816 Don't sleep on the bench (system clock) when you have a nice
19817 comfortable bed (Gstreamer clock) to sleep on.
19819 2005-11-03 Wim Taymans <wim@fluendo.com>
19821 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19822 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
19823 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
19824 Handle the case where a pad_block failed.
19826 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
19828 reviewed by: Zeeshan Ali <zeenix@gmail.com>
19830 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19831 (gst_base_rtp_depayload_add_to_queue),
19832 (gst_base_rtp_depayload_push),
19833 (gst_base_rtp_depayload_set_gst_timestamp),
19834 (gst_base_rtp_depayload_queue_release):
19835 Fixes some bugs in the depayloader's queuing/de-queueing code.
19837 2005-10-31 Michael Smith <msmith@fluendo.com>
19839 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19840 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19841 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
19842 Patch from Alessandro Decina <alessandro@nnva.org>.
19843 Make oggdemux only find the final time in a chain, not per-pad,
19844 since the per-pad information can be very expensive to locate, and
19845 it isn't used anywhere. This makes reading a file containing
19846 OggSkeleton reasonably fast.
19847 Also, make chain finding work when there are logical bitstreams that
19848 can't be decoded. Fixes #319110.
19850 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19852 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19853 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19854 (gst_base_rtp_depayload_chain),
19855 (gst_base_rtp_depayload_add_to_queue),
19856 (gst_base_rtp_depayload_push),
19857 (gst_base_rtp_depayload_set_gst_timestamp),
19858 (gst_base_rtp_depayload_queue_release),
19859 (gst_base_rtp_depayload_start_thread),
19860 (gst_base_rtp_depayload_set_property),
19861 (gst_base_rtp_depayload_get_property):
19862 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19863 Some random fixes, to fullfill the desires of thomas.
19865 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19867 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19868 (gst_base_rtp_depayload_add_to_queue),
19869 (gst_base_rtp_depayload_push):
19870 Fixed the queueing algorithm.
19872 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
19874 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19875 (gst_base_rtp_depayload_push):
19878 2005-10-31 Wim Taymans <wim@fluendo.com>
19880 * gst-libs/gst/audio/gstringbuffer.h:
19883 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19884 (gst_ffmpeg_caps_to_pixfmt):
19885 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19886 (gst_ffmpegcsp_set_caps):
19887 Some more comments.
19888 Handle missing required caps fields better.
19890 2005-10-31 Wim Taymans <wim@fluendo.com>
19892 * gst-libs/gst/audio/gstbaseaudiosink.c:
19893 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
19894 (gst_base_audio_sink_render):
19895 * gst-libs/gst/audio/gstringbuffer.c:
19896 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19897 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19898 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
19899 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
19900 (gst_ring_buffer_read):
19901 * gst-libs/gst/audio/gstringbuffer.h:
19902 Add flushing mode to the ringbuffer so that it in all cases does
19903 not try to handle more audio. This makes sure it does not try to
19904 block anymore when flushing and fixes a livelock.
19906 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
19908 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19909 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19910 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
19911 Explicitly check for -1 values before doing a conversion
19912 and always map them to -1. (#315545)
19914 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
19916 * gst/playback/gstplaybin.c: (gen_video_element):
19917 first try autovideosink, then xvimagesink, then error out
19919 add translatable file
19934 update translations
19936 2005-10-27 Philippe Khalaf <burger at speedy dot org>
19938 * gst-libs/gst/rtp/gstbasedepayload.c:
19939 * gst-libs/gst/rtp/gstbasedepayload.h:
19942 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
19944 * gst/playback/.cvsignore:
19945 * gst/playback/decodetest.c:
19946 * gst/playback/test3.c:
19947 Port these two tests as well.
19949 2005-10-27 Wim Taymans <wim@fluendo.com>
19951 * ext/theora/theoradec.c: (theora_dec_src_query),
19952 (theora_dec_sink_event):
19953 * ext/theora/theoraenc.c: (theora_enc_sink_event),
19954 (theora_enc_change_state):
19955 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19956 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
19957 Take proper locks when handling events.
19959 2005-10-27 Wim Taymans <wim@fluendo.com>
19961 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
19962 (gst_adder_change_state):
19963 Fix timestamps and fix deadlock when stopping the collectpads.
19965 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
19967 * gst-libs/gst/rtp/gstrtpbuffer.h:
19968 Declaring the payload types as strings too so that they can be used
19969 in the padtemplate inialization.
19971 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
19973 reviewed by: Zeeshan Ali <zeenix@gmail.com>
19975 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19976 (gst_base_rtp_depayload_class_init):
19977 Fixes a small but nasty bug. The derived elements no longer segfaults
19980 2005-10-26 Michael Smith <msmith@fluendo.com>
19982 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
19983 When clearing an audioconvert context, set tmpbufsize to zero, so
19984 we'll allocate it again later if required.
19985 This fixes audioconvert re-negotiating formats, which previously
19986 segfaulted with a NULL destination buffer.
19988 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19990 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19991 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
19992 (gst_base_rtp_depayload_set_gst_timestamp),
19993 (gst_base_rtp_depayload_queue_release):
19994 Fixed a smalll memleak.
19996 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
19997 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19998 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
19999 (gst_base_rtp_depayload_finalize),
20000 (gst_base_rtp_depayload_setcaps),
20001 (gst_base_rtp_depayload_add_to_queue),
20002 (gst_base_rtp_depayload_push),
20003 (gst_base_rtp_depayload_set_gst_timestamp),
20004 (gst_base_rtp_depayload_queue_release),
20005 (gst_base_rtp_depayload_thread),
20006 (gst_base_rtp_depayload_change_state):
20007 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20008 Changed the C++ comments to C comments
20010 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
20012 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20013 * gst/tcp/gsttcpclientsrc.h:
20014 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20015 * gst/tcp/gsttcpserversrc.h:
20016 Remove unused 'curoffset' structure member.
20018 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
20020 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20021 (gst_base_rtp_depayload_base_init),
20022 (gst_base_rtp_depayload_finalize):
20023 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20024 * gst-libs/gst/rtp/gstbasertppayload.h:
20025 The pad-template on the sinkpad should be set by the derived classes.
20026 Also added some useful macros.
20028 2005-10-24 Wim Taymans <wim@fluendo.com>
20030 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20031 Correctly flush decoder samples even if we could not
20032 copy them to an output buffer. Fixes #319618.
20034 2005-10-24 Julien MOUTTE <julien@moutte.net>
20036 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20037 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20038 the caps against our xcontext caps.
20040 2005-10-24 Wim Taymans <wim@fluendo.com>
20042 * gst-libs/gst/audio/gstbaseaudiosink.c:
20043 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20045 Use sync property from baseclass to disable sync.
20047 2005-10-24 Wim Taymans <wim@fluendo.com>
20049 * gst-libs/gst/audio/gstbaseaudiosink.c:
20050 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20051 Buffers with no timestamps get aligned with previous buffers or
20052 on underrun, played ASAP.
20054 2005-10-24 Julien MOUTTE <julien@moutte.net>
20056 * gst-libs/gst/video/video.h:
20057 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20058 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20059 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20060 here comes my change on caps for framerate and geometry range.
20061 We are now accepting 1 to MAXINT for width and height, and from
20062 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20063 to be blended correctly in videomixer.
20065 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
20070 === release 0.9.4 ===
20072 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
20077 releasing 0.9.4, "Velociraptor"
20079 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
20081 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20085 2005-10-21 Wim Taymans <wim@fluendo.com>
20087 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20088 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20089 (pad_blocked), (close_pad_link), (new_pad):
20090 Don't try to remove elements twice.
20092 2005-10-21 Wim Taymans <wim@fluendo.com>
20094 * ext/theora/theoradec.c: (theora_dec_src_query),
20095 (theora_dec_sink_event):
20096 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20097 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20098 (vorbis_handle_data_packet):
20099 * ext/vorbis/vorbisdec.h:
20102 * gst-libs/gst/audio/gstbaseaudiosink.c:
20103 (gst_base_audio_sink_render):
20104 Don't try to sync on buffers without a timestamp.
20106 2005-10-21 Wim Taymans <wim@fluendo.com>
20108 * ext/theora/theoradec.c: (theora_dec_src_query),
20109 (theora_dec_sink_event):
20110 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20111 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20112 (vorbis_handle_data_packet):
20113 * ext/vorbis/vorbisdec.h:
20116 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
20118 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20119 (gst_vorbisenc_src_query):
20120 Implement position and duration queries.
20122 * gst/playback/test3.c: (update_scale), (main):
20123 Fix for async state changes and print nicer output.
20125 2005-10-20 Wim Taymans <wim@fluendo.com>
20127 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20128 (dump_element_stats), (main):
20129 * gst/playback/test6.c: (main):
20132 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
20134 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20135 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20136 Don't use functions for position queries when handling
20139 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
20141 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20142 (vorbis_handle_data_packet), (vorbis_dec_chain),
20143 (vorbis_dec_change_state):
20144 * ext/vorbis/vorbisdec.h:
20145 Vorbis streams can be embedded in other container formats
20146 than ogg, container formats where the demuxer might set
20147 timestamps on encoded vorbis buffers instead of those silly
20148 granulepos thingies. In short: make vorbisdec handle
20149 timestamps on incoming buffers as well.
20151 2005-10-20 Wim Taymans <wim@fluendo.com>
20153 * gst/playback/gstplaybasebin.c: (group_destroy),
20154 (gst_play_base_bin_change_state):
20156 Handle case where playbasebin is now ASYNC because
20159 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
20161 * gst/audioconvert/Makefile.am:
20162 * gst/audioconvert/bufferframesconvert.c:
20163 * gst/audioconvert/plugin.c: (plugin_init):
20164 * gst/audioconvert/plugin.h:
20165 And bye bye buffer-frames-convert
20167 2005-10-19 Wim Taymans <wim@fluendo.com>
20169 * check/elements/audioconvert.c:
20170 * docs/libs/tmpl/gstaudio.sgml:
20171 * docs/libs/tmpl/gstcolorbalance.sgml:
20172 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20173 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20174 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20175 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20176 * gst-libs/gst/audio/audio.h:
20177 * gst/audioconvert/audioconvert.h:
20178 * gst/audioconvert/gstaudioconvert.c:
20179 (gst_audio_convert_parse_caps):
20180 * gst/volume/gstvolume.c:
20181 Bye bye buffer-frames.
20183 2005-10-19 Wim Taymans <wim@fluendo.com>
20185 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20186 (query_positions_elems), (query_positions_pads), (update_scale),
20187 (do_seek), (set_update_scale), (message_received), (main):
20188 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20189 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20190 (gst_ogg_demux_loop):
20191 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20192 * ext/theora/theoradec.c: (theora_dec_src_query),
20193 (theora_dec_sink_event):
20194 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20195 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20196 * gst/adder/gstadder.c: (gst_adder_query):
20197 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20198 * gst/playback/test3.c: (update_scale):
20199 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20200 (dump_element_stats), (main):
20201 * gst/playback/test6.c: (main):
20202 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20205 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
20207 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20208 (xml_check_first_element), (xml_type_find), (smil_type_find),
20210 Add typefinding for SMIL and for generic XML. Based on patch by
20211 Akos Maroy (#308663).
20213 2005-10-18 Wim Taymans <wim@fluendo.com>
20215 * gst/playback/Makefile.am:
20216 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20217 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20218 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20219 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20220 (gst_decode_bin_change_state):
20221 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20222 (gst_play_bin_send_event_to_sink):
20223 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20224 (dump_element_stats), (main):
20225 * gst/playback/test6.c: (main):
20226 Make playbin async, it'll commit state to paused when all streams
20229 Added test6.c to show async behaviour.
20231 2005-10-18 Wim Taymans <wim@fluendo.com>
20233 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20234 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20235 Fix for segment-start/stop API change.
20237 2005-10-18 Wim Taymans <wim@fluendo.com>
20239 * check/Makefile.am:
20240 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20242 Add future test for clock selection.
20244 2005-10-18 Wim Taymans <wim@fluendo.com>
20246 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20247 (gst_alsasink_close):
20248 Set handle to NULL.
20250 * gst-libs/gst/audio/gstringbuffer.c:
20251 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20252 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20253 (gst_ring_buffer_start), (gst_ring_buffer_pause),
20254 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20255 (gst_ring_buffer_read):
20258 2005-10-17 Stefan Kost <ensonic@users.sf.net>
20260 * gst/audiotestsrc/Makefile.am:
20261 * gst/sine/Makefile.am:
20262 * gst/volume/Makefile.am:
20263 fix broken build of controllerized plugins
20265 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
20267 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20269 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20270 (gst_riff_create_video_template_caps):
20271 Add support for Indeo-3 (IV32).
20273 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
20278 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
20280 * gst-libs/gst/video/video.c: (gst_video_get_size):
20281 * gst/audiotestsrc/gstaudiotestsrc.c:
20284 2005-10-17 Andy Wingo <wingo@pobox.com>
20286 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20287 with the collectpads change.
20288 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20290 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20292 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20294 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20295 alloc_buffer flow return to callers.
20296 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20297 change. Fix some memleaks in theoraenc.
20299 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20300 in strange circumstance.
20302 2005-10-17 Julien MOUTTE <julien@moutte.net>
20304 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20305 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20306 from caps, let's use the caps...
20308 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
20311 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20313 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
20315 * gst-libs/gst/interfaces/Makefile.am:
20318 2005-10-16 Andy Wingo <wingo@pobox.com>
20320 * gst/playback/gstdecodebin.c
20321 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20323 (try_to_link_1): Increase kraziness level.
20325 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
20328 restructure like the core one
20329 * gst-libs/gst/audio/Makefile.am:
20330 * gst-libs/gst/interfaces/Makefile.am:
20331 * gst-libs/gst/net/Makefile.am:
20332 * gst-libs/gst/riff/Makefile.am:
20333 * gst-libs/gst/rtp/Makefile.am:
20334 * gst-libs/gst/tag/Makefile.am:
20335 * gst-libs/gst/video/Makefile.am:
20336 use correct linker flags, now the libs are properly versioned
20337 * check/elements/audioconvert.c: (verify_convert):
20338 * ext/alsa/gstalsaplugin.c:
20339 * ext/cdparanoia/gstcdparanoia.c:
20340 * ext/gnomevfs/gstgnomevfs.c:
20341 * ext/libvisual/visual.c:
20342 * ext/ogg/gstogg.c:
20343 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20344 * ext/theora/theora.c:
20345 * ext/vorbis/vorbis.c:
20346 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20347 * gst-libs/gst/tag/gsttagediting.c:
20348 * gst-libs/gst/video/video.c:
20349 * gst/adder/gstadder.c:
20350 * gst/audioconvert/plugin.c:
20351 * gst/audiorate/gstaudiorate.c:
20352 * gst/audioresample/gstaudioresample.c:
20353 * gst/audioresample/resample_ref.c: (resample_scale_ref):
20354 * gst/audioscale/gstaudioscale.c:
20355 * gst/audioscale/resample.c:
20356 * gst/audiotestsrc/gstaudiotestsrc.c:
20357 * gst/ffmpegcolorspace/gstffmpeg.c:
20358 * gst/playback/gstdecodebin.c: (close_pad_link):
20359 * gst/playback/gstplaybin.c: (gen_video_element),
20360 (gen_audio_element):
20361 * gst/sine/gstsinesrc.c:
20362 * gst/subparse/gstsubparse.c:
20363 * gst/tags/gsttagediting.c:
20364 * gst/tcp/gsttcpplugin.c:
20365 * gst/typefind/gsttypefindfunctions.c:
20366 * gst/videorate/gstvideorate.c:
20367 * gst/videoscale/gstvideoscale.c:
20368 * gst/videotestsrc/gstvideotestsrc.c:
20369 * gst/volume/gstvolume.c:
20370 * sys/v4l/gstv4l.c:
20371 * sys/ximage/ximage.c:
20372 * sys/xvimage/xvimagesink.c:
20375 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
20377 * ext/vorbis/vorbisenc.c:
20378 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20379 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20380 (gst_tag_to_vorbis_comments):
20381 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20383 2005-10-13 Stefan Kost <ensonic@users.sf.net>
20385 * examples/stats/mp2ogg.c:
20386 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20389 2005-10-13 Michael Smith <msmith@fluendo.com>
20391 * ext/ogg/gstoggmux.c:
20392 Use magic glib macros to define constants as 64 bit, to ensure
20393 appropriate vararg passing.
20395 2005-10-13 Michael Smith <msmith@fluendo.com>
20397 * ext/ogg/gstoggmux.c:
20398 * gst/audioconvert/audioconvert.c: (float):
20399 Don't use LL suffix, as it's not portable, and neither of these
20400 uses required it anyway.
20402 2005-10-12 Stefan Kost <ensonic@users.sf.net>
20404 * examples/indexing/indexmpeg.c: (main):
20405 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
20406 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
20407 (cdparanoia_convert), (cdparanoia_query):
20408 * ext/cdparanoia/gstcdparanoia.h:
20409 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20410 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
20411 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
20412 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
20413 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
20414 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
20415 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
20416 (gst_multifdsink_render), (gst_multifdsink_start),
20417 (gst_multifdsink_stop):
20418 * gst/tcp/gstmultifdsink.h:
20419 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
20420 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
20421 (gst_tcpclientsink_stop):
20422 * gst/tcp/gsttcpclientsink.h:
20423 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20424 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
20425 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
20426 * gst/tcp/gsttcpclientsrc.h:
20427 * gst/tcp/gsttcpserversink.h:
20428 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
20429 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
20430 (gst_tcpserversrc_stop):
20431 * gst/tcp/gsttcpserversrc.h:
20432 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20433 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20434 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
20435 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20436 moved bitshift from macro to enum definition
20438 2005-10-12 Wim Taymans <wim@fluendo.com>
20440 * examples/seeking/Makefile.am:
20443 2005-10-12 Wim Taymans <wim@fluendo.com>
20445 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20446 (gst_ring_buffer_read), (gst_ring_buffer_clear):
20447 Don't assert on normal stuff.
20449 * gst/playback/gstplaybin.c: (do_playbin_seek):
20452 2005-10-12 Wim Taymans <wim@fluendo.com>
20454 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20455 * examples/seeking/Makefile.am:
20456 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
20457 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20458 (do_seek), (set_update_scale), (message_received), (main):
20459 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20460 (gst_ring_buffer_read), (gst_ring_buffer_clear):
20461 Update for _get_state() API change.
20463 2005-10-11 Wim Taymans <wim@fluendo.com>
20465 * gst-libs/gst/audio/gstbaseaudiosink.c:
20466 (gst_base_audio_sink_render):
20467 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20468 (gst_base_audio_src_create):
20469 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20470 (gst_ring_buffer_read):
20472 Commit and read from ringbuffer in samples rather than bytes.
20474 2005-10-11 Wim Taymans <wim@fluendo.com>
20476 * gst-libs/gst/audio/gstbaseaudiosink.c:
20477 (gst_base_audio_sink_render):
20478 Respect segment rate and accum when scheduling samples.
20480 2005-10-11 Julien MOUTTE <julien@moutte.net>
20482 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20483 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
20484 EOS correctly, that needs more work.
20486 2005-10-11 Wim Taymans <wim@fluendo.com>
20488 * check/generic/states.c: (GST_START_TEST):
20489 remove old property.
20491 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20492 (gst_ogg_demux_perform_seek):
20493 * ext/theora/theoradec.c: (theora_dec_sink_event):
20494 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20495 (vorbis_handle_data_packet):
20496 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20497 (gst_base_rtp_depayload_set_gst_timestamp):
20498 * gst/videorate/gstvideorate.c: (gst_videorate_event):
20499 Update for newsegment API change.
20501 2005-10-11 Michael Smith <msmith@fluendo.com>
20503 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
20504 (do_playbin_seek), (gst_play_bin_send_event):
20505 Override send_event differently, so that we can takes bits of
20506 functionality from GstPipeline (special handling for seeks,
20507 including pausing/resuming, and resetting stream time) and still get
20508 the appropriate behaviour of only forwarding event to a single sink,
20509 rather than all of them.
20510 Unfortunately requires a lot of code duplication, but the
20511 alternatives are equally ugly in the end.
20513 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
20515 * check/elements/audioconvert.c: (setup_audioconvert),
20516 (cleanup_audioconvert), (get_int_caps), (verify_convert),
20517 (GST_START_TEST), (audioconvert_suite):
20518 clean up tests a little, fix some leaks.
20520 2005-10-10 Wim Taymans <wim@fluendo.com>
20522 * ext/alsa/gstalsasink.c:
20523 Also allow unsigned int.
20525 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20526 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20529 2005-10-10 Wim Taymans <wim@fluendo.com>
20531 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20532 Small update, use API as stated in design docs.
20534 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20535 (update_scale), (do_seek), (seek_cb), (set_update_scale),
20536 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
20537 (message_received), (main):
20538 Updated seek example for GOption. Some usability improvements.
20540 2005-10-10 Wim Taymans <wim@fluendo.com>
20542 * gst/audioconvert/audioconvert.h:
20543 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20544 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
20545 Alloc temp storage somewhere else where we can do it more
20548 2005-10-10 Wim Taymans <wim@fluendo.com>
20550 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
20551 (gst_tcpserversrc_start):
20552 Don't block in accept while doing the state change, move
20553 to poll and make cancellable.
20555 2005-10-09 Philippe Khalaf <burger@speedy.org>
20557 * gst-libs/gst/rtp/rtpbasedepayload.c:
20558 Set timestamp and add queue delay to timestamp
20559 * gst-libs/gst/rtp/rtpbuffer.h:
20560 Set correct payload type for h263
20562 2005-10-09 Stefan Kost <ensonic@users.sf.net>
20564 * gst/audiotestsrc/gstaudiotestsrc.c:
20565 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
20566 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
20567 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
20568 (gst_audiotestsrc_create_triangle),
20569 (gst_audiotestsrc_create_silence),
20570 (gst_audiotestsrc_create_white_noise),
20571 (gst_audiotestsrc_init_pink_noise),
20572 (gst_audiotestsrc_generate_pink_noise_value),
20573 (gst_audiotestsrc_create_pink_noise),
20574 (gst_audiotestsrc_change_wave):
20575 * gst/audiotestsrc/gstaudiotestsrc.h:
20576 fixed typo, added pink noise
20578 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
20580 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
20582 Add wavpack and spc typefind functions from 0.8 branch.
20584 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
20586 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
20587 (ar_type_find), (msdos_type_find), (plugin_init):
20588 Add typefind functions for tar archives, ar archives,
20589 RAR archives, and msdos-executables (dlls, exe, etc.).
20590 Some of those would be wrongly identified as mpeg
20591 streams of some sort before (#315550).
20593 2005-10-09 Stefan Kost <ensonic@users.sf.net>
20596 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20597 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20598 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20599 * gst/audiotestsrc/Makefile.am:
20600 * gst/audiotestsrc/gstaudiotestsrc.c:
20601 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
20602 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
20603 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
20604 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
20605 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
20606 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
20607 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
20608 (gst_audiotestsrc_create_silence),
20609 (gst_audiotestsrc_create_white_noise),
20610 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
20611 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
20612 (gst_audiotestsrc_start), (plugin_init):
20613 * gst/audiotestsrc/gstaudiotestsrc.h:
20614 add new plugin and element
20615 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
20618 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
20620 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
20621 (gst_adder_init), (gst_adder_request_new_pad),
20622 (gst_adder_change_state):
20623 Add query function to source pad, so adder reports the correct
20624 time/sample position when queried (#315457); fix state change
20625 function; use GST_DEBUG_FUNCPTR() for pad functions.
20627 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
20629 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
20630 Fix leaks in typefind registration
20631 Clean up the gratuitous commenting and whitespacing a little
20633 2005-10-08 Wim Taymans <wim@fluendo.com>
20635 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
20636 Only actually wait for the thread to be stopped if it's
20639 2005-10-08 Wim Taymans <wim@fluendo.com>
20641 * gst-libs/gst/audio/gstbaseaudiosink.c:
20642 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20643 If we receive EOS we can start playback of what we had.
20645 2005-10-08 Wim Taymans <wim@fluendo.com>
20647 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20648 (gst_multifdsink_finalize), (multifdsink_hash_remove),
20649 (gst_multifdsink_stop):
20650 Fix crasher when going to NULL multiple times.
20652 2005-10-06 Wim Taymans <wim@fluendo.com>
20654 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
20655 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20656 * gst-libs/gst/audio/gstbaseaudiosrc.h:
20657 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20658 patch from Edgard Lima <edgard.lima@indt.org.br>
20659 Fixed gstbaseaudiosrc adding ring buffer sync to it.
20661 2005-10-06 Wim Taymans <wim@fluendo.com>
20663 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20664 Report the FLOW_RETURN as string in the error message.
20666 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
20667 Don't assert when clearing an unnegotiated buffer.
20669 2005-10-04 Michael Smith <msmith@fluendo.com>
20671 * gst/playback/gstplaybasebin.c: (group_destroy),
20672 (gen_preroll_element), (remove_groups), (setup_source):
20673 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
20674 (setup_sinks), (gst_play_bin_send_event),
20675 (gst_play_bin_change_state):
20676 Set state to NULL before removing from bin. Fix refcounting.
20678 2005-10-04 Michael Smith <msmith@fluendo.com>
20680 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20681 Correct refcounting in send_event() function. Previously was wrong
20682 if the first sink was unable to handle the event.
20684 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20687 back to development
20689 === release 0.9.3 ===
20691 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
20694 Releasing 0.9.3, "De Facto"
20696 2005-10-03 Andy Wingo <wingo@pobox.com>
20698 * gst/playback/gstdecodebin.c (try_to_link_1)
20699 (remove_element_chain): set element to NULL before removing it.
20701 2005-10-02 Johan Dahlin <johan@gnome.org>
20703 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
20704 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
20707 2005-10-02 Andy Wingo <wingo@pobox.com>
20709 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
20710 (gst_ring_buffer_prepare_read):
20711 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
20714 2005-09-29 Wim Taymans <wim@fluendo.com>
20716 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
20717 * ext/theora/theoradec.c: (theora_handle_data_packet):
20718 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20719 Propagate error codes from alloc_buffer too.
20721 2005-09-29 Wim Taymans <wim@fluendo.com>
20723 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20726 * gst/playback/Makefile.am:
20727 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20728 (dump_element_stats), (main):
20729 Added example stream introspection code.
20731 2005-09-28 Stefan Kost <ensonic@users.sf.net>
20733 * gst/adder/gstadder.c: (gst_adder_collected):
20734 fix adder for float elements
20736 2005-09-28 Wim Taymans <wim@fluendo.com>
20738 * gst-libs/gst/audio/gstbaseaudiosink.c:
20739 (gst_base_audio_sink_class_init),
20740 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
20741 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20742 (gst_base_audio_src_class_init),
20743 (gst_base_audio_src_provide_clock):
20744 get_clock -> provide_clock
20746 2005-09-28 Andy Wingo <wingo@pobox.com>
20748 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
20751 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
20754 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
20755 Actually add the pad template.
20756 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
20758 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
20761 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
20762 from fdsrc. Get caps in create() instead of start() so it can be
20763 interrupted. Interruption somewhat untested.
20765 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
20766 Proper EOS handling.
20768 2005-09-27 Andy Wingo <wingo@pobox.com>
20770 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
20772 * gst/tcp/gsttcpserversrc.c: Cleaned up.
20774 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
20776 * gst/tcp/gsttcp.h:
20777 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
20778 out of tcpclientsrc.c. Cancellable.
20779 (gst_tcp_socket_read): Made private, cancellable, with better
20780 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
20781 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
20782 whole buffer, and better diagnostics.
20783 (gst_tcp_gdp_read_caps): Same.
20785 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
20787 2005-09-26 Andy Wingo <wingo@pobox.com>
20789 * gst/sine/gstsinesrc.h:
20790 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
20791 change the 'sync' property to 'is-live' and implement it halfway,
20792 update for controller api change.
20794 * gst/volume/gstvolume.c (volume_transform_ip): Update for
20795 controller api change.
20797 2005-09-24 Wim Taymans <wim@fluendo.com>
20799 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
20800 * gst-libs/gst/audio/gstaudiosink.c:
20801 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20802 (gst_audioringbuffer_stop):
20803 * gst-libs/gst/audio/gstbaseaudiosink.c:
20804 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20805 (gst_base_audio_sink_change_state):
20806 * gst-libs/gst/audio/gstbaseaudiosink.h:
20807 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
20808 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
20809 (gst_ring_buffer_commit), (gst_ring_buffer_read):
20810 * gst-libs/gst/audio/gstringbuffer.h:
20811 Fix sync again. Moved sample alignment to basesink.
20813 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
20815 * docs/plugins/Makefile.am:
20816 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20817 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20818 * gst/volume/gstvolume.c:
20820 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
20821 * gst-libs/gst/audio/audio.h:
20822 add conversion macros for frames <-> clocktime
20824 2005-09-23 David Schleef <ds@schleef.org>
20826 * gst/audioresample/Makefile.am:
20827 * gst/audioresample/debug.h:
20828 * gst/audioresample/gstaudioresample.c:
20829 * gst/audioresample/resample.c: Convert to using gst debugging
20831 2005-09-22 Wim Taymans <wim@fluendo.com>
20833 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20834 (gst_play_bin_send_event):
20835 Only seek on one sink, the first one that succeeds.
20837 2005-09-22 Michael Smith <msmith@fluendo.com>
20839 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20840 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20841 Don't flush encoder state unless we have an initialised encoder.
20842 Clear out encoder state on PAUSED_TO_READY.
20844 2005-09-22 Wim Taymans <wim@fluendo.com>
20846 * gst-libs/gst/rtp/gstbasertppayload.c:
20847 (gst_basertppayload_class_init), (gst_basertppayload_init),
20848 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20849 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20850 (gst_basertppayload_is_filled), (gst_basertppayload_push),
20851 (gst_basertppayload_set_property),
20852 (gst_basertppayload_get_property),
20853 (gst_basertppayload_change_state):
20854 * gst-libs/gst/rtp/gstbasertppayload.h:
20855 Added max-ptime to control amount of data in the rtp packets.
20857 2005-09-21 Andy Wingo <wingo@pobox.com>
20859 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
20862 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
20863 can be called multiple times, dogs.
20865 2005-09-21 Wim Taymans <wim@fluendo.com>
20867 * gst-libs/gst/rtp/gstbasertppayload.c:
20868 (gst_basertppayload_class_init), (gst_basertppayload_init),
20869 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20870 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20871 (gst_basertppayload_push), (gst_basertppayload_get_property),
20872 (gst_basertppayload_change_state):
20875 2005-09-21 Stefan Kost <ensonic@users.sf.net>
20877 * docs/libs/compiling.sgml:
20880 2005-09-20 Wim Taymans <wim@fluendo.com>
20882 * gst-libs/gst/rtp/gstbasertppayload.c:
20883 (gst_basertppayload_class_init), (gst_basertppayload_init),
20884 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20885 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20886 (gst_basertppayload_push), (gst_basertppayload_set_property),
20887 (gst_basertppayload_get_property),
20888 (gst_basertppayload_change_state):
20889 * gst-libs/gst/rtp/gstbasertppayload.h:
20890 Added property to configure sequence number offsets.
20892 2005-09-20 Wim Taymans <wim@fluendo.com>
20894 * gst-libs/gst/rtp/gstbasertppayload.c:
20895 (gst_basertppayload_class_init), (gst_basertppayload_init),
20896 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20897 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20898 (gst_basertppayload_push), (gst_basertppayload_set_property),
20899 (gst_basertppayload_get_property),
20900 (gst_basertppayload_change_state):
20901 * gst-libs/gst/rtp/gstbasertppayload.h:
20902 Make timestamp offset configurable.
20904 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
20906 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20907 fix wrong pop/unref
20909 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
20911 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
20913 * gst-libs/gst/interfaces/propertyprobe.c:
20914 (gst_property_probe_probe_property_name),
20915 (gst_property_probe_needs_probe_name),
20916 (gst_property_probe_get_values_name),
20917 (gst_property_probe_probe_and_get_values_name):
20918 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
20919 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
20921 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
20923 * check/Makefile.am:
20924 have some tests be disabled for valgrinding
20925 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
20927 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
20928 Fix A Leak. Chain To Parent Finalize.
20930 2005-09-19 Wim Taymans <wim@fluendo.com>
20932 * examples/seeking/seek.c: (make_wav_pipeline), (main):
20933 Fixed wav pipeline.
20935 2005-09-19 Wim Taymans <wim@fluendo.com>
20937 * gst-libs/gst/rtp/gstbasertppayload.c:
20938 (gst_basertppayload_class_init), (gst_basertppayload_init),
20939 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20940 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20941 (gst_basertppayload_push), (gst_basertppayload_get_property),
20942 (gst_basertppayload_change_state):
20943 Posting ERROR and WARNING messages is good.
20945 2005-09-19 Wim Taymans <wim@fluendo.com>
20947 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20948 (gst_base_rtp_depayload_add_to_queue),
20949 (gst_base_rtp_depayload_push),
20950 (gst_base_rtp_depayload_set_gst_timestamp),
20951 (gst_base_rtp_depayload_queue_release):
20952 This one was not supposed to go in.
20954 2005-09-19 Wim Taymans <wim@fluendo.com>
20956 * check/pipelines/simple_launch_lines.c: (run_pipeline):
20959 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20960 (gst_base_rtp_depayload_chain),
20961 (gst_base_rtp_depayload_add_to_queue),
20962 (gst_base_rtp_depayload_push),
20963 (gst_base_rtp_depayload_set_gst_timestamp),
20964 (gst_base_rtp_depayload_queue_release):
20967 * gst-libs/gst/rtp/gstbasertppayload.c:
20968 (gst_basertppayload_class_init), (gst_basertppayload_init),
20969 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
20970 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
20971 (gst_basertppayload_get_property),
20972 (gst_basertppayload_change_state):
20973 Added debugging category.
20975 2005-09-18 David Schleef <ds@schleef.org>
20977 * gst/playback/gstdecodebin.c: free plugin list correctly
20978 * gst/playback/gstplaybin.c: emit warning if autovideosink
20979 and autoaudiosink can't be found (instead of segfaulting)
20981 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
20983 * check/elements/audioconvert.c: (GST_START_TEST):
20984 try out 24 bit conversion
20986 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20988 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20989 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
20990 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
20991 * ext/vorbis/vorbisenc.h:
20992 Fix EOS handling. Still needs a fix in the ogg muxer to
20993 mark the last page as eos.
20995 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
20997 * common/gtk-doc-plugins.mak:
20998 * docs/plugins/Makefile.am:
20999 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21000 * gst/ffmpegcolorspace/Makefile.am:
21001 * gst/ffmpegcolorspace/avcodec.h:
21002 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21003 * gst/tcp/gstmultifdsink.c:
21004 fix up ffmpegcolorspace docs; extract header
21006 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21008 * common/gtk-doc-plugins.mak:
21009 * docs/plugins/Makefile.am:
21010 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21011 * ext/theora/Makefile.am:
21012 * ext/theora/gsttheoraenc.h:
21013 * ext/theora/theoraenc.c:
21014 * ext/vorbis/vorbisenc.c:
21015 pick up signals and args for vorbis; add some docs for vorbis
21017 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
21019 * common/gstdoc-scangobj:
21020 * common/gtk-doc-plugins.mak:
21021 * docs/libs/Makefile.am:
21022 * docs/plugins/gst-plugins-base-plugins.args:
21023 * docs/plugins/gst-plugins-base-plugins.hierarchy:
21024 * docs/plugins/gst-plugins-base-plugins.interfaces:
21025 * docs/plugins/gst-plugins-base-plugins.prerequisites:
21026 * docs/plugins/gst-plugins-base-plugins.signals:
21027 only scanobj stuff from our source module. Not sure yet
21028 if that's correct, given the hierarchy stuff :)
21030 2005-09-15 Wim Taymans <wim@fluendo.com>
21032 * gst/audioconvert/gstaudioconvert.c:
21033 And enable 24 bits mode as well..
21035 2005-09-15 Wim Taymans <wim@fluendo.com>
21037 * gst-libs/gst/rtp/Makefile.am:
21038 * gst-libs/gst/rtp/gstbasertppayload.c:
21039 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21040 (gst_basertppayload_class_init), (gst_basertppayload_init),
21041 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21042 (gst_basertppayload_chain), (gst_basertppayload_set_options),
21043 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21044 (gst_basertppayload_set_property),
21045 (gst_basertppayload_get_property),
21046 (gst_basertppayload_change_state):
21047 * gst-libs/gst/rtp/gstbasertppayload.h:
21048 Added rtp payloader base class.
21050 2005-09-15 Andy Wingo <wingo@pobox.com>
21052 * configure.ac (plugindir): Remove the EOL matcher from the
21053 regexp, as it causes me problems. Libtool? Make? Who knows?
21055 2005-09-14 David Schleef <ds@schleef.org>
21057 * check/generic/states.c:
21058 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21059 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21060 Fixes for changes in registry API.
21062 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
21063 to GST_PLUGIN_LDFLAGS.
21064 * ext/libvisual/visual.c: Make the library shut up.
21065 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21066 * gst-libs/gst/audio/gstaudiofilter.c: same
21068 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
21070 * docs/plugins/Makefile.am:
21071 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21072 * docs/plugins/inspect/plugin-libvisual.xml:
21073 * docs/plugins/tmpl/element-tcpserversink.sgml:
21074 * ext/theora/theoraenc.c:
21075 add libvisual plugin and theoraenc element to docs
21077 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
21079 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21080 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21081 * ext/theora/theoraenc.c:
21084 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
21086 * gst/audioconvert/Makefile.am:
21087 Audioconvert derives from GstBaseTransform and should
21088 link to the library with our base elements to avoid
21089 unresolved symbols. Makes things work with MinGW (#316160)
21091 * gst/playback/test4.c: (main):
21092 Fix MinGW build problem and use g_usleep() instead of
21095 2005-09-12 Wim Taymans <wim@fluendo.com>
21097 * gst/audioconvert/audioconvert.c: (float),
21098 (audio_convert_prepare_context), (audio_convert_convert):
21099 * gst/audioconvert/audioconvert.h:
21100 Cleanups, speedups, simplifications, added back support
21103 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
21105 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21106 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21107 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21108 * docs/plugins/tmpl/element-tcpserversink.sgml:
21109 * gst/ffmpegcolorspace/gstffmpeg.c:
21110 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21111 * gst/videotestsrc/gstvideotestsrc.c:
21112 * gst/volume/gstvolume.c:
21113 add more elements to the docs
21115 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
21117 * check/Makefile.am:
21118 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21119 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21120 Add extra tests for basetransform based components.
21121 Comment out the test_element_negotiation test until we decide
21122 if it's testing correct behaviour.
21123 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21124 (gst_visual_chain), (gst_visual_change_state):
21125 Slightly more correct but still bogus timestamping.
21126 Fix state change function.
21127 * gst/audioconvert/gstaudioconvert.c:
21128 (gst_audio_convert_class_init):
21129 * gst/audioresample/gstaudioresample.c:
21130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21131 (gst_ffmpegcsp_class_init):
21132 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21133 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21134 (gst_videoscale_prepare_image):
21135 * gst/volume/gstvolume.c: (gst_volume_class_init),
21136 (volume_transform_ip):
21137 Basetransform updates. Enable passthrough modes.
21138 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21139 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21140 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21141 Negotiation fix that allows the window to return to the original
21142 size and renegotiate passthrough upstream. Extra debug output.
21144 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
21146 * gst/sine/gstsinesrc.c:
21147 * gst/volume/gstvolume.c:
21148 fix up header include
21150 2005-09-09 Stefan Kost <ensonic@users.sf.net>
21152 * gst-libs/gst/audio/gstbaseaudiosink.c:
21153 (gst_base_audio_sink_render):
21154 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21155 * gst/volume/gstvolume.c: (gst_volume_class_init),
21156 (volume_transform):
21157 fixing lost sync, some more debugging
21159 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
21161 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21162 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21163 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21164 (gst_xvimagesink_check_xshm_calls):
21165 Fix compilation when XShm is not available.
21167 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21169 * ext/libvisual/visual.c: (gst_visual_dispose),
21170 (gst_visual_getcaps), (gst_visual_src_setcaps),
21171 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21172 (gst_visual_change_state):
21173 Finish fixing up libvisual plugin so that it runs.
21175 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21177 * ext/vorbis/vorbisenc.c:
21178 * gst-libs/gst/tag/gstvorbistag.c:
21179 gsttaginterface.h -> gsttagsetter.h
21181 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21183 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21184 added another test that failes for me (test is not active by default)
21186 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21189 v4l2 is no longer in gst-plugins-base
21191 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
21194 In the output at the end, don't show the first plugin on the same
21195 line as "Core plug-ins, always built:".
21196 Indent the output as for other plugin categories
21197 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21198 #define that can be used to not use peer buffer_alloc functions for
21200 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21201 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21202 (gst_ximagesink_show_frame):
21203 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21204 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21205 (gst_xvimagesink_show_frame):
21206 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21207 fails gracefully instead of XError aborting or deadlocking.
21209 2005-09-07 Stefan Kost <ensonic@users.sf.net>
21211 * ext/libvisual/Makefile.am:
21212 link against gst-base-libs
21214 2005-09-06 David Schleef <ds@schleef.org>
21216 * configure.ac: Enable libvisual plugin.
21217 * ext/libvisual/Makefile.am:
21218 * ext/libvisual/visual.c: Fixes to make it compile.
21220 === release 0.9.2 ===
21222 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
21227 * docs/random/ChangeLog-0.8:
21228 releasing 0.9.2, "Spoon"
21230 2005-09-05 Michael Smith <msmith@fluendo.com>
21232 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21233 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21234 that in the vorbisenc element.
21236 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
21238 * common/gtk-doc-plugins.mak:
21239 * docs/plugins/Makefile.am:
21241 * gst/audioresample/resample.c:
21242 fix wrong docstring
21244 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
21246 * common/gst-xmlinspect.py:
21247 * common/gtk-doc-plugins.mak:
21248 only inspect plugins for this given package
21249 require gst-python 0.9
21251 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21255 * common/gst-xmlinspect.py:
21257 * docs/Makefile.am:
21258 * docs/plugins/inspect/plugin-alsa.xml:
21259 * docs/plugins/inspect/plugin-audioresample.xml:
21260 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21261 * docs/plugins/inspect/plugin-ogg.xml:
21262 * docs/plugins/tmpl/element-gnomevfssink.sgml:
21263 * docs/plugins/tmpl/element-multifdsink.sgml:
21264 * docs/plugins/tmpl/element-tcpserversink.sgml:
21265 * docs/plugins/tmpl/element-vorbisenc.sgml:
21266 * gst-plugins-base.spec.in:
21267 various doc-related updates
21269 2005-08-31 Wim Taymans <wim@fluendo.com>
21271 * gst-libs/gst/audio/gstbaseaudiosink.c:
21272 (gst_base_audio_sink_render):
21273 Resync if the buffer timestamps drift more than a 10th
21276 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
21278 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21279 (gst_v4lsrc_get_property):
21280 The 'timestamp-offset' property is registered as an int64, so
21281 let's use g_value_{set|get}_int64() in our setter and getter
21282 functions (makes it work and fixes warnings with gst-inspect).
21284 2005-08-30 Wim Taymans <wim@fluendo.com>
21286 * check/elements/audioconvert.c: (setup_audioconvert):
21287 * check/elements/audioresample.c: (setup_audioresample):
21288 * check/elements/volume.c: (setup_volume):
21291 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21293 * common/gtk-doc-plugins.mak:
21294 * common/plugins.xsl:
21295 * docs/plugins/Makefile.am:
21296 make module a param
21298 2005-08-30 Stefan Kost <ensonic@users.sf.net>
21300 * examples/seeking/seek.c: (make_mp3_pipeline),
21301 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21302 (play_cb), (pause_cb), (stop_cb):
21305 2005-08-30 Stefan Kost <ensonic@users.sf.net>
21307 * gst/volume/gstvolume.c: (gst_volume_class_init),
21308 (volume_transform):
21309 do not update controlled params, if buffer has no timestamp
21311 2005-08-29 Stefan Kost <ensonic@users.sf.net>
21314 * gst/sine/Makefile.am:
21315 * gst/volume/Makefile.am:
21316 controllerized elements also need to link against controller-libs ;)
21318 2005-08-29 Stefan Kost <ensonic@users.sf.net>
21320 * docs/libs/tmpl/gstcolorbalance.sgml:
21321 * docs/libs/tmpl/gstgconf.sgml:
21322 * docs/libs/tmpl/gstmixer.sgml:
21323 * docs/libs/tmpl/gstringbuffer.sgml:
21324 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21325 (gst_sinesrc_create):
21326 * gst/volume/gstvolume.c: (gst_volume_class_init),
21327 (volume_transform):
21328 controllerized two audio plugins
21330 2005-08-29 Andy Wingo <wingo@pobox.com>
21332 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
21333 (vorbis_handle_data_packet): Fix some int overflow errors.
21335 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21337 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21339 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21340 if it's valid. Fixed streaming-mode playback.
21342 * check/elements/volume.c (cleanup_volume): Fix for running
21345 * check/elements/audioconvert.c: Convert from native endian, not
21348 2005-08-29 Michael Smith <msmith@fluendo.com>
21350 * ext/ogg/Makefile.am:
21351 * ext/ogg/gstogg.c: (plugin_init):
21352 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21353 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21354 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21355 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21356 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21357 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21358 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21359 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21360 Add an ogg parser element.
21362 2005-08-28 Andy Wingo <wingo@pobox.com>
21364 * Updates for two-arg init from GST_BOILERPLATE_FULL.
21366 2005-08-26 Wim Taymans <wim@fluendo.com>
21368 * gst/audioconvert/audioconvert.c: (if), (float),
21369 (audio_convert_get_func_index), (check_default),
21370 (audio_convert_clean_fmt), (audio_convert_prepare_context),
21371 (audio_convert_clean_context), (audio_convert_get_sizes),
21372 (audio_convert_convert):
21375 2005-08-26 Wim Taymans <wim@fluendo.com>
21377 * gst/audioconvert/audioconvert.c: (if), (float),
21378 (audio_convert_get_func_index), (check_default),
21379 (audio_convert_clean_fmt), (audio_convert_prepare_context),
21380 (audio_convert_clean_context), (audio_convert_get_sizes),
21381 (audio_convert_convert):
21382 More elegant and working temp buffer selection algo.
21384 2005-08-26 Wim Taymans <wim@fluendo.com>
21386 * gst/audioconvert/audioconvert.c: (if), (float),
21387 (audio_convert_get_func_index), (check_default),
21388 (audio_convert_clean_fmt), (audio_convert_prepare_context),
21389 (audio_convert_clean_context), (audio_convert_get_sizes),
21390 (get_temp_buffer), (audio_convert_convert):
21391 Use realloc else we lose our original data.
21393 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
21395 * gst/audioresample/gstaudioresample.c:
21396 use base class' newsegment to properly timestamp
21398 2005-08-26 Wim Taymans <wim@fluendo.com>
21400 * gst/audioconvert/audioconvert.c: (if), (float),
21401 (audio_convert_get_func_index), (check_default),
21402 (audio_convert_clean_fmt), (audio_convert_prepare_context),
21403 (audio_convert_clean_context), (audio_convert_get_sizes),
21404 (get_temp_buffer), (audio_convert_convert):
21405 * gst/audioconvert/gstaudioconvert.c:
21406 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
21407 (gst_audio_convert_transform_caps),
21408 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
21409 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
21410 Oops, allocate enough space to perform the channel mix.
21412 2005-08-26 Wim Taymans <wim@fluendo.com>
21414 * gst/audioconvert/Makefile.am:
21415 * gst/audioconvert/audioconvert.c: (if), (float),
21416 (audio_convert_get_func_index), (check_default),
21417 (audio_convert_clean_fmt), (audio_convert_prepare_context),
21418 (audio_convert_clean_context), (audio_convert_get_sizes),
21419 (get_temp_buffer), (audio_convert_convert):
21420 * gst/audioconvert/audioconvert.h:
21421 * gst/audioconvert/gstaudioconvert.c:
21422 (gst_audio_convert_class_init), (gst_audio_convert_init),
21423 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
21424 (gst_audio_convert_get_unit_size),
21425 (gst_audio_convert_transform_caps),
21426 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
21427 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
21428 * gst/audioconvert/gstaudioconvert.h:
21429 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21430 (gst_channel_mix_fill_identical),
21431 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
21432 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
21433 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
21434 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
21435 (gst_channel_mix_mix):
21436 * gst/audioconvert/gstchannelmix.h:
21437 Cleanups, librarify a bit, optimize, better negotiation and more.
21439 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
21441 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
21442 Another from MikeS:
21443 During typefinding, don't support negative offsets
21444 (offsets from the end of the stream) in our typefind->peek() function
21445 - nothing embedded in ogg ever needs them. However, we need to recognise
21446 those requests and reject them, otherwise we return invalid pointers.
21448 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
21450 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21451 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
21452 (vorbisdec_finalize), (vorbis_handle_type_packet):
21453 Big shout-out to MikeS for fixing this giant memory leak.
21456 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
21458 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
21459 (audio_convert_get_unit_size):
21462 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
21464 * check/Makefile.am:
21465 * check/elements/audioconvert.c: (setup_audioconvert),
21466 (cleanup_audioconvert), (get_int_caps), (verify_convert),
21467 (GST_START_TEST), (audioconvert_suite), (main):
21468 add a test for audioconvert
21469 * gst/audioresample/gstaudioresample.c:
21470 * gst/audioresample/gstaudioresample.h:
21471 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
21472 note that for buffers of 1/3 sec this means DURATION(c) is
21473 one nanosecond more than for a and b
21475 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
21477 * check/Makefile.am:
21478 * check/elements/audioresample.c: (setup_audioresample),
21479 (cleanup_audioresample), (fail_unless_perfect_stream),
21480 (test_perfect_stream_instance), (GST_START_TEST),
21481 add a check for audioresample
21482 (audioresample_suite), (main):
21483 * check/elements/volume.c: (GST_START_TEST):
21484 remove unused method
21485 * gst/audioresample/gstaudioresample.c:
21486 set correct buffer parameters since we're changing them
21487 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21490 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
21492 * gst/audioresample/debug.c:
21493 * gst/audioresample/gstaudioresample.c:
21494 add room for extra overlap samples when asked to transform size
21495 protect against possible mem corruption and check for discrepancies
21496 between written size and outbuffer's size so we can warn for
21498 * gst/audioresample/resample.c: (resample_init),
21499 (resample_get_output_size_for_input), (resample_get_output_size),
21500 (resample_set_n_channels), (resample_set_format):
21501 set debug level based on RESAMPLE_DEBUG env var
21502 make sure that get_output_size* returns a whole number of
21504 set sample_size each time either channel or format is set
21505 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
21506 * gst/audioresample/resample_functable.c:
21507 (resample_scale_functable):
21508 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21509 remove r->sample_size, it's done in resample.c now
21510 add some debugging to the ref implementation
21511 make sure we only give back bytes that are wholes of the sample
21514 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
21515 * gst/playback/gstplaybasebin.c: (fill_buffer):
21516 Revert unpopular change for GST_MESSAGE_SRC to GObject.
21518 2005-08-25 Stefan Kost <ensonic@users.sf.net>
21520 * gst/volume/gstvolume.c:
21521 made set_caps function static
21523 2005-08-24 Wim Taymans <wim@fluendo.com>
21525 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21526 (gst_vorbisenc_change_state):
21527 Stop leaking taglists.
21529 2005-08-24 Wim Taymans <wim@fluendo.com>
21531 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21532 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
21533 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
21534 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
21535 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21536 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
21537 Parse seeking events better.
21539 Generate correct newsegment events, fixes seeking in live oggs.
21541 * ext/theora/theoradec.c: (theora_dec_src_query),
21542 (theora_dec_src_event), (theora_dec_src_getcaps),
21543 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
21544 Use newsegment values to report correct play time.
21546 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21547 (vorbis_dec_src_event), (vorbis_dec_sink_event):
21548 * ext/vorbis/vorbisdec.h:
21549 Parse and use newsegment values to report correct play time.
21551 * gst-libs/gst/audio/gstbaseaudiosink.c:
21552 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21553 Clear ringbuffer on flush.
21554 Use newsegment values to calculate playback time.
21556 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
21557 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21558 Basesink does newsegment calculations for us now.
21560 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
21562 * check/Makefile.am:
21564 add core's plugins to the mix so that playbin works
21565 * check/generic/states.c: (GST_START_TEST):
21566 set a 0 timeout on pipelines, so they don't force the next
21568 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
21569 (gst_play_base_bin_change_state):
21570 remove the crappy error handling and do GST error handling
21572 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
21574 * check/Makefile.am:
21575 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
21576 add same test as to core, it bitches out on playbin atm.
21578 2005-08-24 Wim Taymans <wim@fluendo.com>
21583 2005-08-24 Wim Taymans <wim@fluendo.com>
21585 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21586 (gst_videoscale_prepare_size), (parse_caps),
21587 (gst_videoscale_set_caps), (gst_videoscale_get_size),
21588 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
21589 (gst_videoscale_transform):
21590 * gst/videoscale/gstvideoscale.h:
21591 Refactor, make use of BaseTranform really well.
21593 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
21596 compile audioresample
21597 * gst/audioresample/Makefile.am:
21598 * gst/audioresample/buffer.c:
21599 * gst/audioresample/functable.c:
21600 * gst/audioresample/gstaudioresample.c:
21601 * gst/audioresample/gstaudioresample.h:
21602 * gst/audioresample/resample.c:
21603 (resample_get_output_size_for_input):
21604 * gst/audioresample/resample.h:
21605 * gst/audioresample/resample_chunk.c:
21606 * gst/audioresample/resample_functable.c:
21607 * gst/audioresample/resample_ref.c:
21608 port to use basetransform; doesn't work in all cases yet
21610 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
21612 * gst/audioconvert/gstaudioconvert.c:
21613 (gst_audio_convert_class_init), (gst_audio_convert_init),
21614 (audio_convert_get_unit_size), (audio_convert_transform_caps),
21615 (audio_convert_fixate_caps), (audio_convert_set_caps),
21616 (audio_convert_transform),
21617 (gst_audio_convert_buffer_to_default_format),
21618 (gst_audio_convert_buffer_from_default_format),
21619 (gst_audio_convert_channels):
21620 * gst/audioconvert/gstchannelmix.c:
21621 * gst/audioconvert/gstchannelmix.h:
21622 port to basetransform
21623 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21624 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
21625 (gst_ffmpegcsp_get_unit_size):
21626 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21627 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
21628 fix for basetransform changes
21630 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
21632 * check/Makefile.am:
21633 Add CHECK_CFLAGS and LDFLAGS
21635 * gst/playback/gstplaybasebin.c: (fill_buffer):
21636 GST_MESSAGE_SRC became a GObject
21638 2005-08-24 Wim Taymans <wim@fluendo.com>
21640 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
21641 (gst_ring_buffer_clear_all):
21642 * gst-libs/gst/audio/gstringbuffer.h:
21643 Added function to clear the ringbuffer.
21645 2005-08-24 Andy Wingo <wingo@pobox.com>
21647 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
21648 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
21649 of _open and _close.
21651 * sys/v4l/gstv4lxoverlay.h:
21652 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
21653 an Xv connection here, instead of all the time. Make Xv only be
21654 loaded if you axe for it. Kindof a workaround for buggy behaviour
21655 of Xv when using remote xservers (XvQueryExtension would block).
21656 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
21657 replace the _open and _close public API. Only start the xv
21658 connection if necessary.
21659 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
21661 2005-08-23 David Schleef <ds@schleef.org>
21663 * gst/audioresample/Makefile.am: Leet audioresampling code
21664 * gst/audioresample/buffer.c:
21665 * gst/audioresample/buffer.h:
21666 * gst/audioresample/debug.c:
21667 * gst/audioresample/debug.h:
21668 * gst/audioresample/functable.c:
21669 * gst/audioresample/functable.h:
21670 * gst/audioresample/gstaudioresample.c:
21671 * gst/audioresample/gstaudioresample.h:
21672 * gst/audioresample/resample.c:
21673 * gst/audioresample/resample.h:
21674 * gst/audioresample/resample_chunk.c:
21675 * gst/audioresample/resample_functable.c:
21676 * gst/audioresample/resample_ref.c:
21678 2005-08-23 Wim Taymans <wim@fluendo.com>
21680 * examples/seeking/seek.c: (make_vorbis_pipeline),
21681 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
21682 Small seek updates.
21684 2005-08-23 Andy Wingo <wingo@pobox.com>
21686 * gst-libs/gst/audio/gstbaseaudiosrc.c
21687 (gst_base_audio_src_fixate): Only fixate endianness if it is
21688 present in the caps.
21690 2005-08-22 Andy Wingo <wingo@pobox.com>
21692 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
21693 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
21694 device-name property.
21696 * gst-libs/gst/audio/gstaudiosrc.h:
21697 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
21698 close_device in the ring buffer, like gstaudiosink.
21700 * ext/alsa/gstalsamixer.h:
21701 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
21702 macro to implement the interface without much code. Cleanups.
21704 * ext/alsa/gstalsasrc.h:
21705 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
21708 * ext/alsa/Makefile.am: Add new files.
21709 * ext/alsa/gstalsamixerelement.c:
21710 * ext/alsa/gstalsamixerelement.c: Split element code out from
21711 mixer code so that alsasrc can be a mixer too.
21713 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
21715 * check/elements/volume.c: (setup_volume), (cleanup_volume),
21717 * check/elements/vorbisdec.c: (setup_vorbisdec),
21718 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
21719 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21720 (vorbis_handle_identification_packet),
21721 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
21722 (vorbis_handle_header_packet), (vorbis_dec_push),
21723 (vorbis_dec_chain):
21724 use the setup/teardown methods to save code. save code is good.
21726 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
21728 * check/Makefile.am:
21729 add ext dir for plugins
21730 add vorbisdec test conditionally
21731 * check/elements/volume.c: (setup_volume), (cleanup_volume),
21732 (GST_START_TEST), (volume_suite):
21733 add a test with wrong caps
21734 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
21735 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
21736 add a vorbisdec test
21737 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
21738 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
21739 clean up debug output
21740 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21741 yay, fix a segfault/security issue in vorbisdec
21742 gst-launch fakesrc ! vorbisdec wasn't happy
21743 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
21744 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
21745 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
21746 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21747 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
21748 (gst_vorbisenc_set_metadata), (get_constraints_string),
21749 (update_start_message), (gst_vorbisenc_setup),
21750 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21751 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
21752 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
21753 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
21754 * ext/vorbis/vorbisenc.h:
21756 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21757 (gst_ffmpegcsp_transform):
21758 have the kow come home
21759 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21761 * gst/volume/gstvolume.c: (volume_set_caps):
21764 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
21767 * check/.cvsignore:
21768 * check/Makefile.am:
21769 * check/elements/.cvsignore:
21770 * check/elements/volume.c: (chain_func), (event_func),
21771 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
21774 add unit test structure for gst-plugins-base
21775 add a test for volume
21776 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
21777 (gst_volume_set_volume), (gst_volume_get_volume),
21778 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
21779 (volume_funcfind), (volume_process_float), (volume_process_int16),
21780 (volume_set_caps), (volume_transform), (volume_update_mute),
21781 (volume_update_volume), (volume_set_property),
21782 (volume_get_property):
21783 document a little; use basetransform vmethod _set_caps
21785 2005-08-19 Andy Wingo <wingo@pobox.com>
21787 * ext/alsa/gstalsamixertrack.h:
21788 * ext/alsa/gstalsamixertrack.c:
21789 * ext/alsa/gstalsamixeroptions.h:
21790 * ext/alsa/gstalsamixeroptions.c:
21791 * ext/alsa/gstalsamixer.h:
21792 * ext/alsa/gstalsamixer.c: Port to 0.9.
21794 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
21795 Remove gstalsa.c and alsaclock. No more cruft here.
21797 2005-08-18 Wim Taymans <wim@fluendo.com>
21799 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21800 (gst_base_rtp_depayload_chain),
21801 (gst_base_rtp_depayload_add_to_queue),
21802 (gst_base_rtp_depayload_push),
21803 (gst_base_rtp_depayload_queue_release):
21804 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21805 Fix for RTPBuffer changes.
21807 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
21808 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
21809 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
21810 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
21811 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
21812 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
21813 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
21814 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
21815 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
21816 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
21817 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
21818 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
21819 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
21820 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
21821 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
21822 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
21823 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
21824 (gst_rtpbuffer_get_payload):
21825 * gst-libs/gst/rtp/gstrtpbuffer.h:
21826 Don't subclass GstBuffer but add methods and helper functions
21827 to construct and manipulate RTP packets in regular GstBuffers.
21829 2005-08-18 Stefan Kost <ensonic@users.sf.net>
21831 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21832 moved statement below switch
21833 * gst/volume/gstvolume.c: (gst_volume_class_init):
21836 2005-08-16 Wim Taymans <wim@fluendo.com>
21838 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21839 (gst_base_audio_src_change_state):
21840 Open and close device in READY<->NULL state change.
21842 2005-08-16 Andy Wingo <wingo@pobox.com>
21844 * examples/seeking/Makefile.am: Don't compile non-compiling
21845 compiled objects with the compiler.
21847 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
21850 2005-08-12 Philippe Khalaf <burger@speedy.org>
21851 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21852 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21853 Made a thread to release the queue.
21854 Removed timestamp conversion for now.
21856 2005-08-10 Philippe Khalaf <burger@speedy.org>
21857 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21858 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21859 Added rtp timestamp -> gst timestamp conversion.
21860 Fixed several problems with queue.
21862 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
21864 * gst-libs/gst/audio/gstaudioclock.h:
21865 * gst-libs/gst/audio/gstaudiofilter.h:
21866 * gst-libs/gst/audio/gstaudiosink.h:
21867 * gst-libs/gst/audio/gstaudiosrc.h:
21868 * gst-libs/gst/audio/gstbaseaudiosink.h:
21869 * gst-libs/gst/audio/gstbaseaudiosrc.h:
21870 * gst-libs/gst/audio/gstringbuffer.h:
21871 * gst-libs/gst/net/gstnetbuffer.h:
21872 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21873 * gst-libs/gst/rtp/gstrtpbuffer.h:
21874 Add padding (you will need to rebuild gst-plugins-base,
21875 gst-plugins and all applications afterwards!)
21877 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
21879 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21880 (gst_riff_parse_chunk):
21881 Fix bug in debug message and add some more debug messages.
21883 2005-08-08 Edward Hervey <edward@fluendo.com>
21885 * gst-libs/gst/riff/riff-media.c:
21886 backported updates since branch
21888 2005-08-08 Andy Wingo <wingo@pobox.com>
21890 * gst-libs/gst/audio/gstbaseaudiosink.c
21891 (gst_base_audio_sink_change_state): Open the device in NULL->READY
21892 like good elements should. Close on READY->NULL too.
21894 * gst-libs/gst/audio/gstaudiosink.c
21895 (gst_audioringbuffer_open_device,
21896 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
21897 (gst_audioringbuffer_release): Updates for new ring buffer API,
21898 hook into the new audio sink api.
21900 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
21901 (GstAudioSinkClass.close): Just open and close the device -- no
21902 resource allocation or configuration.
21903 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
21904 vmethods, handle device setup and resource allocation.
21906 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
21907 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
21910 * gst-libs/gst/audio/gstringbuffer.h
21911 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
21914 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
21915 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
21916 New API functions. The device should be opened before acquiring
21917 and closed after releasing.
21919 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
21921 * gst-libs/gst/interfaces/mixer.h:
21922 Reset padding to GST_PADDING.
21924 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21926 * gst/playback/gstplaybin.c: (remove_sinks):
21927 Remove visualization from parent explicitely; works around some
21928 apparent refcount issue that I haven't tracked down yet.
21930 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21932 * ext/alsa/gstalsasink.c: (set_hwparams):
21933 Assign debug category, add negotiation debug msgs.
21935 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21937 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
21938 Fix error code for file-not-found to NOT_FOUND.
21940 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21942 * common/gtk-doc-plugins.mak:
21943 * docs/plugins/Makefile.am:
21944 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21945 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21946 renamed to actual element names, so much nicer to look at
21947 * docs/plugins/tmpl/gstmultifdsink.sgml:
21949 * docs/plugins/tmpl/multifdsink.sgml:
21950 * docs/plugins/tmpl/tcpserversink.sgml:
21952 * ext/alsa/gstalsa.c:
21953 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
21954 * ext/ogg/gstoggmux.c:
21955 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21956 * gst/playback/gstdecodebin.c:
21957 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21958 * gst/tcp/gsttcpserversink.c:
21959 various fixes and documentation additions
21961 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
21963 * common/Makefile.am:
21964 * common/gstdoc-scangobj:
21965 * common/gtk-doc-plugins.mak:
21966 * common/gtk-doc.mak:
21967 add a custom scangobj that uses the registry
21968 add a custom gtk-doc-plugins.mak that uses it
21969 some doc build fixes
21971 * docs/Makefile.am:
21972 * docs/plugins/Makefile.am:
21973 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21974 * docs/plugins/gst-plugins-base-plugins-sections.txt:
21975 * docs/plugins/gst-plugins-base-plugins.types:
21976 * docs/plugins/tmpl/gstmultifdsink.sgml:
21977 add docs for one element, multifdsink
21978 * gst/adder/gstadder.h:
21979 * gst/volume/gstvolume.h:
21980 don't privatize enum
21981 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
21982 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21983 (gst_sync_method_get_type), (gst_client_status_get_type),
21984 (gst_multifdsink_class_init),
21985 (gst_multifdsink_client_queue_buffer),
21986 (gst_multifdsink_handle_client_write):
21987 * gst/tcp/gstmultifdsink.h:
21988 * gst/tcp/gsttcp.h:
21989 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
21990 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
21991 (gst_tcpclientsink_render):
21992 * gst/tcp/gsttcpclientsink.h:
21993 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21994 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
21995 (gst_tcpclientsrc_start):
21996 * gst/tcp/gsttcpclientsrc.h:
21997 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21998 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
21999 * gst/tcp/gsttcpserversrc.h:
22000 * gst/typefind/gsttypefindfunctions.c:
22001 remove superfluous Type stuff
22003 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22005 * gst/playback/gstplaybin.c: (gen_video_element):
22008 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22010 * gst-libs/gst/gconf/gconf.c:
22011 * gst-libs/gst/gconf/gconf.h:
22012 Fix some Andy Problem [tm].
22014 2005-08-04 Andy Wingo <wingo@pobox.com>
22016 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22017 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22018 (gst_ffmpegcsp_get_size): Adapt to API changes.
22020 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22021 Implement an in-place do-nothing transform.
22023 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22025 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22026 (gst_ximagesink_renegotiate_size):
22027 Do not set new window sizes yet if we prepare a new buffer size
22028 for upstream renegotiation (software scaling) at some point in the
22029 future, because this new size waqs not actually accepted yet. Once
22030 accepted, renegotiation later on will set the new sizes just fine.
22031 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22032 embedding testcase.
22034 2005-08-03 Andy Wingo <wingo@pobox.com>
22036 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22037 (gst_ximagesink_buffer_alloc):
22038 Protect the height, width, and desired_caps with the pool_lock.
22039 Fixes videotestsrc ! queue ! ximagesink.
22041 2005-08-02 Edward Hervey <edward@fluendo.com>
22043 * gst/volume/gstvolume.c:
22044 include left from controller cleanup
22046 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
22047 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22048 Stop collectpads before calling the parent state
22049 change function on PAUSED->READY.
22051 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
22053 When testing for X libs, use the X CFlags
22054 * gst/adder/gstadder.c: (gst_adder_change_state):
22055 Stop the collectpads before calling parent state change function
22056 on PAUSED->READY, otherwise we deadlock deactivating pads.
22058 2005-08-01 Stefan Kost <ensonic@users.sf.net>
22061 * docs/libs/tmpl/gstcolorbalance.sgml:
22062 * docs/libs/tmpl/gstmixer.sgml:
22063 * examples/Makefile.am:
22064 * gst/sine/Makefile.am:
22065 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22066 (gst_sinesrc_set_property), (plugin_init):
22067 * gst/sine/gstsinesrc.h:
22068 * gst/volume/Makefile.am:
22069 * gst/volume/gstvolume.c: (gst_volume_set_volume),
22070 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22071 (volume_process_float), (volume_process_int16),
22072 (volume_set_property), (plugin_init):
22073 * gst/volume/gstvolume.h:
22074 deactivate and remove dparams (libgstcontrol)
22076 2005-07-29 Wim Taymans <wim@fluendo.com>
22078 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22079 Convert me to BaseTransform!! help..
22081 2005-07-29 Andy Wingo <wingo@pobox.com>
22083 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22086 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22087 support of both endiannesses.
22089 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
22091 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22092 Fix confusing debug message (s/event/query/)
22094 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
22096 * gst/videotestsrc/videotestsrc.h:
22097 Use "_stdint.h" instead of <stdint.h>
22099 2005-07-27 Wim Taymans <wim@fluendo.com>
22101 * ext/vorbis/Makefile.am:
22102 Revert wrong commit.
22104 2005-07-27 Wim Taymans <wim@fluendo.com>
22106 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22107 More compilation fixen.
22109 2005-07-27 Wim Taymans <wim@fluendo.com>
22111 * gst-libs/gst/audio/gstbaseaudiosink.c:
22112 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22113 (gst_base_audio_sink_create_ringbuffer),
22114 (gst_base_audio_sink_change_state):
22117 2005-07-27 Wim Taymans <wim@fluendo.com>
22119 * examples/seeking/seek.c: (setup_dynamic_link),
22120 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22121 (query_positions_elems), (query_positions_pads), (do_seek):
22122 Update seek example.
22124 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22125 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22126 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22127 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22128 (gst_ogg_demux_handle_event),
22129 (gst_ogg_demux_deactivate_current_chain),
22130 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22131 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22132 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22133 (gst_ogg_demux_loop):
22134 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22135 * ext/theora/theoradec.c: (theora_dec_src_event),
22136 (theora_dec_src_getcaps), (theora_dec_sink_event),
22137 (theora_dec_push), (theora_dec_chain):
22138 * ext/vorbis/Makefile.am:
22139 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22140 (vorbis_dec_sink_event), (vorbis_dec_push),
22141 (vorbis_handle_data_packet):
22142 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22143 (gst_vorbisenc_chain):
22144 * gst/playback/gststreaminfo.c: (cb_probe):
22145 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22146 * gst/videorate/gstvideorate.c: (gst_videorate_event):
22147 * gst/videoscale/gstvideoscale.c:
22148 (gst_videoscale_handle_src_event):
22149 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22150 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22151 (gst_ximagesink_navigation_send_event):
22152 * sys/xvimage/xvimagesink.c:
22153 (gst_xvimagesink_navigation_send_event):
22154 Various event updates and cleanups
22156 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22158 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22159 Fix segfault for I420/YV12.
22161 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22163 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22166 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22168 * gst/playback/gstplaybin.c: (gen_video_element),
22169 (gen_audio_element):
22170 Switch to auto*sink elements as default sinks; add volume element
22171 so that volume control in totem works.
22173 2005-07-21 Wim Taymans <wim@fluendo.com>
22175 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22176 * gst/playback/gstplaybin.c: (setup_sinks),
22177 (gst_play_bin_change_state):
22178 Refcount fix and more comments.
22180 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22182 * sys/ximage/Makefile.am:
22183 * sys/ximage/ximage.c: (plugin_init):
22184 * sys/ximage/ximagesink.c:
22185 Prepare for adding ximagesrc, rename of plugin to ximage etc.
22188 2005-07-21 Wim Taymans <wim@fluendo.com>
22190 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22191 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22192 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22193 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22194 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22195 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22196 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22197 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22198 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22199 Generate correct disconts for live chained oggs.
22201 * gst-libs/gst/audio/gstbaseaudiosink.c:
22202 (gst_base_audio_sink_render),
22203 (gst_base_audio_sink_create_ringbuffer),
22204 (gst_base_audio_sink_change_state):
22205 Handle discont math correctly.
22207 * gst/playback/gstplaybin.c: (add_sink):
22208 Some small debug cleanup.
22210 2005-07-21 Wim Taymans <wim@fluendo.com>
22212 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22213 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22214 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22215 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22216 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22217 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22218 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22219 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22220 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22221 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22222 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22223 (gst_ogg_demux_change_state), (gst_ogg_print):
22224 Reorganize code to send the right disconts when in streaming
22227 2005-07-20 Andy Wingo <wingo@pobox.com>
22229 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22230 fix (?), fixes a seggie mcfalterson (#310894).
22232 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22234 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22235 (gst_ogg_mux_set_header_on_caps):
22236 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22237 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22238 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22239 * gst-libs/gst/audio/multichannel.c:
22240 (gst_audio_set_channel_positions),
22241 (gst_audio_set_structure_channel_positions_list):
22242 * gst/playback/gstdecodebin.c: (dynamic_create):
22243 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22244 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22245 Fixes for API changes in core.
22247 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22249 * gst/playback/gstplaybasebin.c: (fill_buffer):
22250 Use _new_custom() so we can set custom message types for buffering
22253 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22256 * gst-libs/gst/Makefile.am:
22257 * gst-libs/gst/gconf/.cvsignore:
22258 * gst-libs/gst/gconf/Makefile.am:
22259 * gst-libs/gst/gconf/test-gconf.c:
22260 * pkgconfig/Makefile.am:
22261 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22262 * pkgconfig/gstreamer-gconf.pc.in:
22263 Remove gconf stuff, use gconf elements instead from now on.
22265 2005-07-20 Wim Taymans <wim@fluendo.com>
22267 * gst-libs/gst/audio/TODO:
22268 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22269 (gst_audio_clock_get_internal_time):
22270 * gst-libs/gst/audio/gstaudioclock.h:
22271 * gst-libs/gst/audio/gstbaseaudiosink.c:
22272 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22273 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22274 (gst_base_audio_sink_render),
22275 (gst_base_audio_sink_create_ringbuffer),
22276 (gst_base_audio_sink_change_state):
22277 Make sure the audio clock always returns an increasing value.
22279 2005-07-19 Andy Wingo <wingo@pobox.com>
22281 * gst/videotestsrc/: Cleanups.
22283 2005-07-19 Wim Taymans <wim@fluendo.com>
22285 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22288 2005-07-19 Wim Taymans <wim@fluendo.com>
22290 * examples/seeking/seek.c: (make_dv_pipeline),
22291 (make_vorbis_theora_pipeline), (query_rates),
22292 (query_positions_elems), (query_positions_pads), (do_seek):
22293 Make correct DV pipeline.
22295 2005-07-18 Andy Wingo <wingo@pobox.com>
22297 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22298 default. Also because it's the only thing that really works. (This
22299 is used in the GConf elements).
22300 Use AS_LIBTOOL_TAGS.
22302 2005-07-18 Wim Taymans <wim@fluendo.com>
22304 * gst/playback/gstdecodebin.c: (remove_element_chain):
22305 * gst/playback/gstplaybin.c: (add_sink):
22306 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22307 (gst_stream_info_set_mute):
22308 * gst/playback/gststreamselector.c:
22309 (gst_stream_selector_get_linked_pad),
22310 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22311 More leak and compile fixes.
22313 2005-07-18 Wim Taymans <wim@fluendo.com>
22315 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22316 (query_rates), (query_positions_elems), (query_positions_pads),
22317 (do_seek), (seek_cb), (stop_seek):
22318 Updated seek example.
22320 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22321 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22322 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22323 * gst/playback/gstplaybin.c: (add_sink):
22324 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22325 (gst_stream_info_set_mute):
22326 Some refcount leak fixes.
22328 2005-07-16 Wim Taymans <wim@fluendo.com>
22330 * gst-libs/gst/audio/gstbaseaudiosink.c:
22331 (gst_base_audio_sink_render):
22332 Align samples even if we have roundoff errors in the
22333 timestamp conversion.
22335 2005-07-16 Wim Taymans <wim@fluendo.com>
22337 * docs/libs/tmpl/gstringbuffer.sgml:
22338 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22339 (query_rates), (query_positions_elems), (query_positions_pads),
22340 (update_scale), (do_seek):
22341 Updated seek example.
22343 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22344 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22345 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22346 (gst_ogg_demux_loop):
22347 Push out correct discont values.
22349 * ext/theora/theoradec.c: (theora_dec_src_convert),
22350 (theora_dec_sink_convert), (theora_dec_src_getcaps),
22351 (theora_dec_sink_event), (theora_handle_type_packet),
22352 (theora_handle_header_packet), (theora_dec_push),
22353 (theora_handle_data_packet), (theora_dec_chain),
22354 (theora_dec_change_state):
22355 Better timestamping.
22357 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22358 (vorbis_dec_sink_event), (vorbis_dec_push),
22359 (vorbis_handle_data_packet), (vorbis_dec_chain):
22360 * ext/vorbis/vorbisdec.h:
22361 Better timestamping.
22363 * gst-libs/gst/audio/gstbaseaudiosink.c:
22364 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22365 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22366 Handle syncing on timestamps instead of sample offsets. Make
22367 use of DISCONT values as described in design docs.
22369 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22370 (gst_base_audio_src_get_time):
22371 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22372 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22373 (gst_ring_buffer_read):
22374 * gst-libs/gst/audio/gstringbuffer.h:
22375 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22376 (gst_ximagesink_show_frame):
22377 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22378 Correcly convert buffer timestamp to stream time.
22380 2005-07-16 Wim Taymans <wim@fluendo.com>
22382 * gst/audioconvert/gstaudioconvert.c:
22383 (gst_audio_convert_get_buffer):
22384 Timestamp buffers correctly.
22386 * gst/playback/gstplaybin.c: (gen_video_element):
22387 Make internal fakesink silent.
22389 2005-07-15 Wim Taymans <wim@fluendo.com>
22391 * gst/ffmpegcolorspace/Makefile.am:
22392 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22393 (gst_ffmpegcsp_caps_remove_format_info),
22394 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
22395 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
22396 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
22397 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
22398 Ported ffmpegcolorspace to basetransform.
22400 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
22401 * gst/volume/gstvolume.c: (volume_transform):
22404 2005-07-14 Wim Taymans <wim@fluendo.com>
22406 * gst/videotestsrc/Makefile.am:
22407 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
22408 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
22409 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
22410 (gst_videotestsrc_init), (gst_videotestsrc_event),
22411 (gst_videotestsrc_create), (gst_videotestsrc_start),
22412 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
22413 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22414 (gst_videotestsrc_get_property):
22415 * gst/videotestsrc/gstvideotestsrc.h:
22416 Make videotestsrc a pushsrc.
22418 2005-07-14 Wim Taymans <wim@fluendo.com>
22420 * gst/tcp/gstfdset.c: (gst_fdset_free):
22421 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22422 (gst_multifdsink_add), (gst_multifdsink_remove),
22423 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22424 (gst_multifdsink_remove_client_link),
22425 (gst_multifdsink_client_queue_data),
22426 (gst_multifdsink_client_queue_caps),
22427 (gst_multifdsink_client_queue_buffer),
22428 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22429 (gst_multifdsink_stop):
22430 * gst/tcp/gstmultifdsink.h:
22433 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
22434 Also draw image when not from a pool.
22436 2005-07-14 Wim Taymans <wim@fluendo.com>
22438 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22439 (mute_stream), (silence_stream):
22440 Small debug additions.
22442 2005-07-14 Wim Taymans <wim@fluendo.com>
22444 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22445 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22446 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
22447 Better error recovery, ignore unconnected pads and
22450 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
22452 * docs/libs/tmpl/gstaudio.sgml:
22453 * docs/libs/tmpl/gstcolorbalance.sgml:
22454 * docs/libs/tmpl/gstgconf.sgml:
22455 * docs/libs/tmpl/gstmixer.sgml:
22456 * docs/libs/tmpl/gstringbuffer.sgml:
22457 * docs/libs/tmpl/gsttuner.sgml:
22458 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22459 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22460 (gst_tcpclientsrc_class_init):
22461 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22462 (gst_tcpserversrc_class_init):
22463 * sys/v4l/gstv4lelement.c:
22464 more autistic cleanliness in functions/names/defines
22466 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
22469 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
22470 added manually to each Makefile.am so we are sure it goes
22471 *last* and doesn't add -L flags before linking in libs of our
22472 own, like, say, internal .la libs, that then accidentally pick
22473 up the installed copy.
22474 * docs/libs/Makefile.am:
22475 * ext/alsa/Makefile.am:
22476 * ext/cdparanoia/Makefile.am:
22477 * ext/gnomevfs/Makefile.am:
22478 * ext/libvisual/Makefile.am:
22479 * ext/ogg/Makefile.am:
22480 * ext/theora/Makefile.am:
22481 * ext/vorbis/Makefile.am:
22482 * gst-libs/gst/video/Makefile.am:
22483 * gst/adder/Makefile.am:
22484 * gst/audioconvert/Makefile.am:
22485 * gst/audiorate/Makefile.am:
22486 * gst/audioscale/Makefile.am:
22487 * gst/ffmpegcolorspace/Makefile.am:
22488 * gst/playback/Makefile.am:
22489 * gst/sine/Makefile.am:
22490 * gst/subparse/Makefile.am:
22491 * gst/tags/Makefile.am:
22492 * gst/tcp/Makefile.am:
22493 * gst/typefind/Makefile.am:
22494 * gst/videorate/Makefile.am:
22495 * gst/videoscale/Makefile.am:
22496 * gst/videotestsrc/Makefile.am:
22497 * gst/volume/Makefile.am:
22498 * sys/v4l/Makefile.am:
22499 * sys/ximage/Makefile.am:
22500 * sys/xvimage/Makefile.am:
22501 adapt properly to this change. This should make sure that
22502 plugins and libs properly link to the as-yet-uninstalled
22503 copies of stuff like libgstinterfaces and libgstvideo
22505 2005-07-13 Andy Wingo <wingo@pobox.com>
22507 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
22508 (gst_v4lsrc_fixate): Fixate on format as well.
22510 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
22511 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
22512 buffer points to it.
22513 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
22514 rather just doing X calls ourselves. Also fixes a memleak.
22516 2005-07-12 Andy Wingo <wingo@pobox.com>
22518 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
22519 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
22520 (gst_v4lsrc_create): Re-add the copy-mode property, default to
22521 TRUE to avoid deadlocks if an element holds on to our buffers.
22523 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
22525 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22526 (gst_sinesrc_init), (gst_sinesrc_create),
22527 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22528 (gst_sinesrc_start):
22529 * gst/sine/gstsinesrc.h:
22530 removing num-buffers property before moving it
22532 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
22535 use overridable ERROR_CFLAGS
22536 * docs/libs/gst-plugins-base-libs.types:
22537 * docs/libs/tmpl/gstringbuffer.sgml:
22538 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
22539 (gst_alsasink_class_init):
22540 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22541 (gst_alsasrc_class_init):
22542 * gst-libs/gst/audio/audio.h:
22543 * gst-libs/gst/audio/gstaudioclock.h:
22544 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
22545 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
22546 (gst_audio_filter_link), (gst_audio_filter_init),
22547 (gst_audio_filter_chain), (gst_audio_filter_set_property),
22548 (gst_audio_filter_get_property),
22549 (gst_audio_filter_class_add_pad_templates):
22550 * gst-libs/gst/audio/gstaudiofilter.h:
22551 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22552 (gst_audio_filter_template_get_type),
22553 (gst_audio_filter_template_base_init),
22554 (gst_audio_filter_template_class_init),
22555 (gst_audio_filter_template_init),
22556 (gst_audio_filter_template_set_property),
22557 (gst_audio_filter_template_get_property), (plugin_init),
22558 (gst_audio_filter_template_setup),
22559 (gst_audio_filter_template_filter),
22560 (gst_audio_filter_template_filter_inplace):
22561 * gst-libs/gst/audio/gstaudiosink.c:
22562 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22563 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
22564 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22565 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22566 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
22567 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
22568 * gst-libs/gst/audio/gstaudiosink.h:
22569 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22570 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22571 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22572 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
22573 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
22574 (gst_audio_src_class_init), (gst_audio_src_init),
22575 (gst_audio_src_create_ringbuffer):
22576 * gst-libs/gst/audio/gstaudiosrc.h:
22577 * gst-libs/gst/audio/gstbaseaudiosink.c:
22578 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
22579 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22580 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
22581 (gst_base_audio_sink_set_property),
22582 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
22583 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
22584 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
22585 (gst_base_audio_sink_create_ringbuffer),
22586 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
22587 * gst-libs/gst/audio/gstbaseaudiosink.h:
22588 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22589 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
22590 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
22591 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
22592 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
22593 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
22594 (gst_base_audio_src_event), (gst_base_audio_src_create),
22595 (gst_base_audio_src_create_ringbuffer),
22596 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
22597 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22598 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
22599 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
22600 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
22601 (gst_ring_buffer_debug_spec_caps),
22602 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
22603 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
22604 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
22605 (gst_ring_buffer_start), (gst_ring_buffer_pause),
22606 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
22607 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
22608 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
22609 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
22610 (gst_ring_buffer_clear):
22611 * gst-libs/gst/audio/gstringbuffer.h:
22612 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
22613 (gst_video_sink_class_init), (gst_video_sink_get_type):
22614 * gst-libs/gst/video/videosink.h:
22615 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22616 (gst_multifdsink_class_init),
22617 (gst_multifdsink_handle_client_write),
22618 (gst_multifdsink_change_state):
22619 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22620 (gst_tcpclientsink_setcaps):
22621 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22622 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
22623 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
22624 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22625 (gst_ximagesink_send_pending_navigation),
22626 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
22627 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
22628 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
22629 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
22630 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
22631 (gst_xvimagesink_send_pending_navigation),
22632 (gst_xvimagesink_navigation_send_event),
22633 (gst_xvimagesink_set_xwindow_id),
22634 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
22635 (gst_xvimagesink_get_type):
22636 more macro splitting
22638 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
22640 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22641 plug a memleak, allows me to import 1479 albums in one go
22643 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22644 (vorbis_handle_type_packet), (vorbis_dec_chain),
22645 (vorbis_dec_change_state):
22646 fix some format strings
22648 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
22650 * docs/libs/tmpl/gstcolorbalance.sgml:
22651 * docs/libs/tmpl/gstmixer.sgml:
22652 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
22653 (gst_alsasink_set_property), (gst_alsasink_get_property):
22654 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
22655 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
22656 add device property
22658 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
22660 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22661 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22662 (audiocast_register_listener), (audiocast_thread_run),
22663 (gst_gnomevfssrc_send_additional_headers_callback),
22664 (gst_gnomevfssrc_received_headers_callback),
22665 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
22666 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
22667 (gst_gnomevfssrc_get_size):
22668 add/clean up debugging
22669 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
22672 2005-07-07 Andy Wingo <wingo@pobox.com>
22674 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
22675 framerate. Need to get a handle on when exactly this function is
22678 * sys/v4l/v4lsrc_calls.h:
22679 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
22680 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
22681 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
22683 * sys/v4l/v4l_calls.h: Cast to V4lElement.
22684 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
22685 v4lelements are sources.
22687 * sys/v4l/gstv4lxoverlay.h:
22688 * sys/v4l/gstv4lxoverlay.c:
22689 * sys/v4l/gstv4ltuner.h:
22690 * sys/v4l/gstv4ltuner.c: Header loc fixen.
22692 * sys/v4l/gstv4lsrc.h:
22693 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
22694 PushSrc/BaseSrc. Removed most sync-related properties, videorate
22695 or something should handle that. Made a live source.
22697 * sys/v4l/gstv4lelement.h:
22698 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
22699 signals. Some cleanups.
22701 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
22703 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
22706 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
22709 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
22711 2005-07-07 Wim Taymans <wim@fluendo.com>
22713 * ext/theora/theoradec.c: (theora_get_query_types),
22714 (theora_dec_src_getcaps), (theora_dec_push):
22715 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
22716 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
22717 Remove deprecated/unused query types.
22719 2005-07-06 Wim Taymans <wim@fluendo.com>
22721 * ext/alsa/Makefile.am:
22722 * ext/alsa/gstalsaplugin.c: (plugin_init):
22723 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22724 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22725 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
22726 (gst_alsasrc_class_init), (gst_alsasrc_init),
22727 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
22728 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
22729 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
22730 (gst_alsasrc_reset):
22731 * ext/alsa/gstalsasrc.h:
22732 * gst-libs/gst/audio/Makefile.am:
22733 * gst-libs/gst/audio/gstaudiosink.c:
22734 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22735 (gst_audioringbuffer_start):
22736 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22737 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22738 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
22739 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
22740 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22741 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22742 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
22743 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
22744 * gst-libs/gst/audio/gstaudiosrc.h:
22745 * gst-libs/gst/audio/gstbaseaudiosink.c:
22746 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22747 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
22748 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
22749 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22750 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
22751 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
22752 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
22753 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
22754 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
22755 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
22756 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
22757 (gst_baseaudiosrc_change_state):
22758 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22759 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
22760 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
22761 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
22762 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22763 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
22764 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
22765 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
22766 * gst-libs/gst/audio/gstringbuffer.h:
22767 Added audiosource base classes.
22768 Ported alsasrc, still very basic.
22770 2005-07-06 Wim Taymans <wim@fluendo.com>
22772 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
22773 (theora_dec_push), (theora_handle_data_packet):
22774 Prepare for better timestamp fix later.
22776 * gst/audioconvert/gstaudioconvert.c:
22777 List most accurate caps first
22779 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
22780 Use proper pad task function.
22782 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22783 (gst_xvimagesink_show_frame):
22784 Fix deadlock when alloc failed.
22786 2005-07-05 Andy Wingo <wingo@pobox.com>
22788 * ext/gnomevfs/gstgnomevfssrc.c:
22789 * gst/sine/gstsinesrc.c:
22790 * gst/tcp/gsttcpserversrc.c:
22791 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
22793 * sys/v4l/: Port from 0.8.
22795 * Many files: Null if we got it....
22797 2005-07-05 Andy Wingo <wingo@pobox.com>
22799 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
22800 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
22803 2005-07-05 Wim Taymans <wim@fluendo.com>
22806 * gst/tcp/Makefile.am:
22808 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22809 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
22810 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22811 (is_sync_frame), (gst_multifdsink_handle_client_write),
22812 (gst_multifdsink_render), (gst_multifdsink_start),
22813 (gst_multifdsink_stop), (gst_multifdsink_change_state):
22814 * gst/tcp/gstmultifdsink.h:
22815 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
22816 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
22817 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
22818 * gst/tcp/gsttcp.h:
22819 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22820 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22821 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22822 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
22823 * gst/tcp/gsttcpclientsink.h:
22824 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22825 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
22826 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
22827 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
22828 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
22829 * gst/tcp/gsttcpclientsrc.h:
22830 * gst/tcp/gsttcpplugin.c: (plugin_init):
22831 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
22832 * gst/tcp/gsttcpserversink.h:
22833 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22834 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
22835 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
22836 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22837 (gst_tcpserversrc_stop):
22838 * gst/tcp/gsttcpserversrc.h:
22839 * gst/tcp/gsttcpsink.c:
22840 * gst/tcp/gsttcpsink.h:
22841 * gst/tcp/gsttcpsrc.c:
22842 * gst/tcp/gsttcpsrc.h:
22843 Ported tcp plugins to 0.9.
22846 2005-07-05 Andy Wingo <wingo@pobox.com>
22848 * gst/playback/gstplaybasebin.c (fill_buffer):
22849 message_new_application fixen.
22851 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
22854 2005-07-04 Wim Taymans <wim@fluendo.com>
22856 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22857 Set caps on output buffer.
22859 2005-07-04 Andy Wingo <wingo@pobox.com>
22861 * ext/gnomevfs/gstgnomevfssrc.c
22862 (gst_gnomevfssrc_received_headers_callback)
22863 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
22866 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
22867 No refcount leakage.
22869 * configure.ac: Enable -Werror.
22871 * ext/theora/theoradec.c (theora_dec_src_getcaps):
22872 * gst/audioconvert/bufferframesconvert.c
22873 (buffer_frames_convert_fixate):
22874 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
22875 (gst_audio_convert_fixate):
22876 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
22877 (gst_sinesrc_create): Fixate func changes.
22879 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22880 (gst_ximagesink_buffer_alloc): Unused var.
22882 2005-07-01 Andy Wingo <wingo@pobox.com>
22884 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
22885 getcaps to do explicit caps. Needs to be done in all decoders,
22886 possibly via a base class.
22888 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
22890 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
22891 caps on the sink pad, just rely on the pad template. Also, setting
22892 ANY caps on a pad is not valid because the caps are not fixed.
22894 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
22895 caps on the buffer, and get the width from the desired_caps if
22897 (gst_ximagesink_renegotiate_size): Implement via setting the
22898 desired_caps on the ximagesink.
22899 (gst_ximagesink_setcaps): Only reset the width of the player if it
22900 wasn't already set. Not sure if this is right.
22901 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
22903 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
22904 that the user wants. NULL unless the window has been resized.
22906 * gst/volume/gstvolume.c (volume_transform): Adapt to
22907 basetransform refcount changes.
22909 2005-07-01 Andy Wingo <wingo@pobox.com>
22911 * gst/videoscale/gstvideoscale.c:
22912 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
22913 from BaseTransform, implements a transform_caps. Removed dead code
22914 including some PAR stuff that was never reached -- should probably
22915 be added back somehow.
22917 2005-07-01 Andy Wingo <wingo@pobox.com>
22919 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
22922 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
22925 * docs/libs/Makefile.am:
22926 * docs/libs/gst-plugins-libs.types:
22927 * ext/alsa/Makefile.am:
22928 * ext/alsa/gstalsamixer.h:
22929 * ext/alsa/gstalsamixeroptions.h:
22930 * ext/alsa/gstalsamixertrack.h:
22931 * gst-libs/gst/Makefile.am:
22932 * gst-libs/gst/colorbalance/.cvsignore:
22933 * gst-libs/gst/colorbalance/Makefile.am:
22934 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22935 * gst-libs/gst/colorbalance/colorbalance.c:
22936 * gst-libs/gst/colorbalance/colorbalance.h:
22937 * gst-libs/gst/colorbalance/colorbalance.vcproj:
22938 * gst-libs/gst/colorbalance/colorbalancechannel.c:
22939 * gst-libs/gst/colorbalance/colorbalancechannel.h:
22940 * gst-libs/gst/interfaces/Makefile.am:
22941 * gst-libs/gst/interfaces/colorbalance.c:
22942 (gst_color_balance_class_init):
22943 * gst-libs/gst/interfaces/colorbalance.h:
22944 * gst-libs/gst/interfaces/interfaces-marshal.list:
22945 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
22946 * gst-libs/gst/interfaces/mixer.h:
22947 * gst-libs/gst/interfaces/mixeroptions.h:
22948 * gst-libs/gst/interfaces/navigation.c:
22949 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
22950 * gst-libs/gst/interfaces/tuner.h:
22951 * gst/volume/Makefile.am:
22952 * gst/volume/gstvolume.c:
22953 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22954 * sys/ximage/Makefile.am:
22955 * sys/ximage/ximagesink.c:
22956 * sys/xvimage/Makefile.am:
22957 * sys/xvimage/xvimagesink.c:
22958 fold in all interfaces into an interfaces dir, preserving CVS
22961 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22963 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
22964 Fix build after riff changes.
22966 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22968 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
22969 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
22970 (gst_riff_create_video_template_caps),
22971 (gst_riff_create_audio_template_caps),
22972 (gst_riff_create_iavs_template_caps):
22973 * gst-libs/gst/riff/riff-media.h:
22974 * gst-libs/gst/riff/riff-read.h:
22975 * gst-libs/gst/riff/riff.c: (gst_riff_init):
22976 Add gst_riff_init() to initialize the debug category, instead
22977 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
22979 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22981 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
22982 Oops, I shouldn't apply hacks.
22984 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22986 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
22987 Remove pad_loop function which doesn't work.
22989 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
22991 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
22992 Send EOS when deactivating.
22993 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22994 (check_queue), (queue_threshold_reached), (queue_out_of_data),
22995 (gen_preroll_element), (probe_triggered), (mute_stream),
22996 (silence_stream), (new_decoded_pad), (setup_substreams),
22997 (set_active_source):
22998 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
22999 (remove_sinks), (add_sink):
23000 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23001 Change for new probe API.
23003 2005-06-29 Wim Taymans <wim@fluendo.com>
23005 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23006 * gst-libs/gst/audio/gstbaseaudiosink.c:
23007 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23008 (gst_baseaudiosink_change_state):
23009 * gst-libs/gst/audio/gstbaseaudiosink.h:
23010 * gst-libs/gst/audio/gstringbuffer.c:
23011 (gst_ringbuffer_set_callback):
23012 Fix compilation error.
23013 Ringbuffer starts out as not running.
23014 Free our clock in dispose.
23015 When releasing the ringbuffer we need to renegotiate so
23016 clear the pad caps.
23018 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
23022 * docs/Makefile.am:
23023 * docs/libs/Makefile.am:
23024 * docs/libs/gst-plugins-libs-docs.sgml:
23025 * docs/libs/gst-plugins-libs-sections.txt:
23026 * docs/libs/gst-plugins-libs.types:
23027 * docs/libs/tmpl/gstaudio.sgml:
23028 * docs/libs/tmpl/gstcolorbalance.sgml:
23029 * docs/libs/tmpl/gstringbuffer.sgml:
23030 * gst-libs/gst/audio/gstringbuffer.c:
23031 (gst_ringbuffer_set_callback):
23032 reinstate gtk-doc docs for plugin libs
23034 2005-06-28 Wim Taymans <wim@fluendo.com>
23036 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23037 (gst_ogg_demux_init):
23038 Removed pad loop function.
23040 2005-06-28 Wim Taymans <wim@fluendo.com>
23042 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23043 If we're building a chain we are not in an error case
23044 when we queue a buffer.
23046 2005-06-28 Andy Wingo <wingo@pobox.com>
23048 * *.c: Don't cast to GstObject before reffing/unreffing.
23050 2005-06-27 Andy Wingo <wingo@pobox.com>
23052 * gst/videotestsrc/gstvideotestsrc.c
23053 (gst_videotestsrc_activate_push): Activation API changes.
23055 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
23056 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23057 they have refs on the decodebin.
23059 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23061 (gst_ogg_pad_typefind): Don't leak a pad ref.
23062 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23063 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
23064 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23066 2005-06-27 Edward Hervey <edward@fluendo.com>
23068 * ext/theora/theoradec.c: (theora_dec_change_state):
23069 re-arranged call to parent's state change in order to avoid locks (or
23072 2005-06-26 Edward Hervey <edward@fluendo.com>
23074 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23075 2nd argument of 'unknow-type' signal is a GstCaps and not a
23078 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
23079 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23080 Set the worker thread's running flag to TRUE before starting the
23082 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23083 Catch a failure to add typefind to the bin.
23085 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
23087 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23088 (gst_sinesrc_init), (gst_sinesrc_create),
23089 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23090 (gst_sinesrc_start):
23091 * gst/sine/gstsinesrc.h:
23092 add num-buffers and timestamp-offset properties
23093 * gst/videotestsrc/gstvideotestsrc.c:
23094 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23095 (gst_videotestsrc_get_property):
23096 add timestamp-offset property
23098 2005-06-23 Christian Schaller <uraeus@gnome.org>
23100 * configure.ac: add videorate
23101 * gst-plugins-base.spec.in: add videorate
23103 2005-06-23 Wim Taymans <wim@fluendo.com>
23105 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23106 (gst_videorate_getcaps), (gst_videorate_setcaps),
23107 (gst_videorate_event), (gst_videorate_chain):
23108 Fixed videorate, fixating an already fixated caps is not
23111 2005-06-23 Wim Taymans <wim@fluendo.com>
23114 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23115 Buffer on caps is not boxed anymore.
23117 2005-06-22 Wim Taymans <wim@fluendo.com>
23119 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23120 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23121 Set buffers on caps as miniobjects and not as boxed.
23123 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
23128 === release 0.9.1 ===
23130 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
23151 updates for release
23153 2005-06-09 Andy Wingo <wingo@pobox.com>
23155 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23157 2005-06-09 Andy Wingo <wingo@pobox.com>
23160 * gst-libs/gst/Makefile.am:
23161 * gst-libs/gst/net/Makefile.am:
23162 Add gstnet to build.
23164 2005-06-09 Andy Wingo <wingo@pobox.com>
23166 * gst-libs/gst/gconf/gconf.c:
23167 * gst/playback/test.c:
23168 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23171 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23173 * ext/theora/theoraenc.c (theora_enc_chain):
23174 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23176 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23179 2005-06-02 Wim Taymans <wim@fluendo.com>
23181 * gst-libs/gst/net/Makefile.am:
23182 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23183 * pkgconfig/gstreamer-libs.pc.in:
23184 Added net stuff, version net lib.
23186 2005-06-02 Wim Taymans <wim@fluendo.com>
23188 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23189 (query_rates), (query_positions_elems), (query_positions_pads),
23191 Updated seek example.
23193 2005-06-02 Andy Wingo <wingo@pobox.com>
23195 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23196 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23199 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23200 remove the typefind, the bin dispose will do it for us. When it's
23201 removed and unreffed, the signal handler will be disconnected,
23203 (unlinked): It's too difficult to disconnect from unlinked
23204 handlers, as they are on pads not elements. Just punt if the pads
23205 aren't grandkids of the bin.
23207 2005-06-02 Wim Taymans <wim@fluendo.com>
23210 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23211 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23212 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23213 * ext/theora/theoradec.c: (theora_dec_src_query),
23214 (theora_handle_data_packet):
23215 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23216 (theora_enc_chain):
23217 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23218 (vorbis_handle_data_packet):
23219 * gst/audioconvert/bufferframesconvert.c:
23220 (buffer_frames_convert_chain):
23221 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23222 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23223 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23224 (gst_ffmpegcsp_chain):
23225 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23226 (gst_videorate_getcaps), (gst_videorate_setcaps),
23227 (gst_videorate_event), (gst_videorate_chain):
23228 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23229 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23230 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23231 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23232 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23233 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23234 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23235 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23236 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23237 Cleanups and buffer alloc.
23239 2005-05-31 Wim Taymans <wim@fluendo.com>
23241 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23242 Don't try to call the delay method when the device is not
23245 2005-05-31 Wim Taymans <wim@fluendo.com>
23247 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23248 Get actual segment size and buffer size after opening
23251 2005-05-30 Wim Taymans <wim@fluendo.com>
23253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23254 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23255 Also FLUSH upstream, makes the loop function exit faster.
23257 * ext/theora/theoradec.c: (theora_dec_src_query):
23258 Some more debug info in the query.
23260 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23261 (gst_ximagesink_setcaps):
23262 Release lock on par error, better error reporting.
23264 2005-05-26 Wim Taymans <wim@fluendo.com>
23266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23267 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23268 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23269 Clear chains in READY
23270 Queue packets until the chain is activated.
23272 2005-05-25 Wim Taymans <wim@fluendo.com>
23274 * gst-libs/gst/audio/gstaudiosink.c:
23275 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23276 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23277 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23278 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23279 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23280 (gst_audiosink_create_ringbuffer):
23281 * gst-libs/gst/audio/gstbaseaudiosink.c:
23282 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23283 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23284 (gst_baseaudiosink_set_property), (build_linear_format),
23285 (debug_spec_caps), (debug_spec_buffer),
23286 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23287 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23288 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23289 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23290 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23291 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23292 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23293 (gst_ringbuffer_play), (gst_ringbuffer_pause),
23294 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23295 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23296 (wait_segment), (gst_ringbuffer_commit),
23297 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23298 (gst_ringbuffer_clear):
23299 Various small cleanups.
23301 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23302 (gst_audio_convert_change_state):
23303 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23304 No need to take the locks anymore.
23306 2005-05-25 Wim Taymans <wim@fluendo.com>
23308 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23309 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23310 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23312 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23313 (group_destroy), (group_commit), (queue_overrun),
23314 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23315 (mute_stream), (new_decoded_pad), (setup_substreams),
23316 (setup_source), (mute_group_type), (set_active_source),
23317 (gst_play_base_bin_change_state):
23318 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23319 (gen_video_element), (gen_text_element), (gen_audio_element),
23320 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23321 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23322 (gst_stream_info_dispose), (gst_stream_info_set_mute):
23323 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23324 Some playbin cleanups mostly refcounting sloppyness.
23326 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23328 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23329 Work with streaming input.
23331 2005-05-25 Wim Taymans <wim@fluendo.com>
23333 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23334 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23335 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23336 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23337 No need to take the STREAM lock anymore.
23339 2005-05-25 Wim Taymans <wim@fluendo.com>
23341 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23342 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23343 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23344 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23345 (gst_ogg_demux_sink_activate):
23346 * ext/theora/theoradec.c: (theora_dec_src_event),
23347 (theora_handle_comment_packet), (theora_dec_chain),
23348 (theora_dec_change_state):
23349 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23350 (vorbis_handle_data_packet), (vorbis_dec_chain),
23351 (vorbis_dec_change_state):
23352 Remove STREAM locks as they are taken in core now.
23353 Never set bogus granulepos on vorbis/theora.
23354 Fix leaks in theoradec tag parsing.
23356 2005-05-25 Wim Taymans <wim@fluendo.com>
23358 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23359 Fix memleaks, GST_BUFFER_DATA() is not freed.
23361 2005-05-25 Wim Taymans <wim@fluendo.com>
23363 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23364 Open non-blocking, set to blocking mode afterwards to avoid
23365 lockups when audio device is busy.
23367 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23369 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23370 This can't be good.
23372 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23374 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23375 (gst_audio_convert_chain), (gst_audio_convert_link_src),
23376 (gst_audio_convert_setcaps):
23377 Implement instant setup switching.
23379 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23381 * gst/playback/gstplaybasebin.c: (probe_triggered):
23382 Fix missing unlock.
23383 * gst/playback/gstplaybin.c: (add_sink):
23384 First add, then link (otherwise pad link fails).
23386 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23388 * examples/Makefile.am:
23389 fix buildbot (make distcheck)
23391 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23393 * gst/playback/gstplaybin.c: (gen_vis_element):
23394 Remove some wrong code. Doesn't work yet.
23396 2005-05-19 Wim Taymans <wim@fluendo.com>
23398 * gst-libs/gst/net/Makefile.am:
23399 * gst-libs/gst/net/README:
23400 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
23401 (gst_netbuffer_class_init), (gst_netbuffer_init),
23402 (gst_netbuffer_finalize), (gst_netbuffer_copy),
23403 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
23404 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
23405 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
23406 * gst-libs/gst/net/gstnetbuffer.h:
23407 Added buffer subclass to store extra to/from addresses for
23408 network sources/sinks.
23410 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23412 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23413 Don't lock an unassigned variable.
23415 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23417 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23418 Increase buffer for video, decrease buffer for other media types.
23419 * gst/playback/gstplaybin.c: (gen_video_element),
23420 (gen_audio_element):
23421 Change names for debugging purposes.
23423 2005-05-18 Wim Taymans <wim@fluendo.com>
23425 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23426 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23427 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23428 (gst_ffmpegcsp_chain):
23429 Enable buffer alloc passthrough if the source and dest
23430 formats are the same.
23432 2005-05-17 Wim Taymans <wim@fluendo.com>
23434 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
23435 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
23436 (gst_ogg_demux_chain_unlocked):
23437 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23438 (gst_audio_convert_caps_remove_format_info),
23439 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23440 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
23441 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23442 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23443 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
23444 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
23445 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23446 (gst_ffmpegcsp_get_property):
23447 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23448 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23449 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23450 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
23451 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
23452 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23453 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
23454 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
23455 Leak fixes in oggdemux.
23456 Some cleanups in audioconvert.
23457 Make passthrough work along with buffer_alloc etc.
23458 Make buffer_alloc and buffer recycling actually work in
23461 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
23463 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
23464 make the compiler happy
23466 2005-05-17 Wim Taymans <wim@fluendo.com>
23468 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23469 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
23470 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
23471 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
23472 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23473 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
23474 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
23475 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23476 (gst_xvimagesink_set_xwindow_id):
23477 * sys/xvimage/xvimagesink.h:
23478 Port xvimagesink to new MiniObject.
23480 2005-05-17 Wim Taymans <wim@fluendo.com>
23482 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23483 (gst_audiofilter_chain):
23484 * gst-libs/gst/audio/gstaudiosink.c:
23485 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23486 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23487 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23488 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23489 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23490 (gst_audiosink_create_ringbuffer):
23491 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23492 (gst_audio_convert_caps_remove_format_info),
23493 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23494 (gst_audio_convert_fixate), (gst_audio_convert_channels):
23495 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23496 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23497 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23498 Fix passthrough in ffmpegcolorspace.
23499 Fix memset in audiosink on wrong memory.
23501 2005-05-16 David Schleef <ds@schleef.org>
23503 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
23506 2005-05-16 David Schleef <ds@schleef.org>
23508 Port from GstData to GstMiniObject.
23509 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23510 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
23511 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
23512 (gst_ogg_mux_collected):
23513 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23514 * ext/theora/theoradec.c: (theora_handle_comment_packet),
23515 (theora_handle_data_packet):
23516 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23517 (theora_set_header_on_caps), (theora_enc_chain):
23518 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23519 (vorbis_handle_comment_packet):
23520 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23521 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23522 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
23523 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
23524 * gst/audioconvert/gstaudioconvert.c:
23525 (gst_audio_convert_get_buffer):
23526 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23527 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23528 (mute_stream), (silence_stream):
23529 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
23530 * gst/volume/gstvolume.c: (volume_transform):
23531 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
23532 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
23533 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
23534 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23535 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
23536 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
23537 (gst_ximagesink_buffer_alloc):
23538 * sys/ximage/ximagesink.h:
23540 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23542 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23543 (fill_buffer), (check_queue), (queue_threshold_reached),
23544 (queue_out_of_data):
23545 * gst/playback/gstplaybasebin.h:
23546 Post buffer-fullness on the bus.
23548 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23550 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23552 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23553 (group_commit), (probe_triggered), (setup_source),
23554 (gst_play_base_bin_change_state):
23555 * gst/playback/gstplaybasebin.h:
23556 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23557 (gst_play_bin_init), (remove_sinks), (setup_sinks),
23558 (gst_play_bin_change_state):
23559 Move setup_output_pads into a virtual function, remove
23560 group-switch (no longer needed) and redirect (handled by bus
23563 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23565 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23566 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
23567 (get_active_group), (get_building_group), (group_destroy),
23568 (group_commit), (check_queue), (queue_overrun),
23569 (queue_threshold_reached), (queue_out_of_data),
23570 (gen_preroll_element), (remove_groups), (unknown_type),
23571 (add_element_stream), (no_more_pads), (probe_triggered),
23572 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
23573 (setup_substreams), (setup_source), (finish_source),
23574 (prepare_output), (muted_group_change_state),
23575 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23576 (gst_play_base_bin_change_state):
23577 * gst/playback/gstplaybasebin.h:
23578 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23579 (gst_play_bin_init), (gst_play_bin_set_property),
23580 (gen_video_element), (gen_text_element), (gen_audio_element),
23581 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
23582 (gst_play_bin_change_state):
23583 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23584 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
23585 (stream_info_change_state), (gst_stream_info_set_mute),
23586 (gst_stream_info_get_property):
23587 * gst/playback/gststreaminfo.h:
23588 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23589 (gst_stream_selector_get_linked_pad),
23590 (gst_stream_selector_getcaps),
23591 (gst_stream_selector_get_linked_pads),
23592 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
23593 * gst/playback/gststreamselector.h:
23594 Rough port of playbin. Needs some more work, but is mostly done,
23595 and uses a few locks in important places, which should make stuff
23596 like chain-switches clean. Still uses GST_STATE() in a few places,
23597 which isn't all that good an idea, subtitles/elements disabled
23598 because no elements to test with and thus probably broken, query
23599 and event handling moved to GstBin, internal thread removed
23600 alltogether because the pipeline does that for us now. Can play
23601 Ogg/Vorbis files. Haven't tested anything else yet.
23603 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23605 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
23606 Do no-more-pads (needed for autoplugging).
23608 2005-05-10 Andy Wingo <wingo@pobox.com>
23610 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
23611 message to the bus with the tags. Still not sent downstream tho.
23613 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
23615 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
23616 avoid refcounting hassles.
23618 2005-05-09 Andy Wingo <wingo@pobox.com>
23620 * gst/volume/Makefile.am:
23621 * gst/volume/demo.c
23622 * gst/volume/gstvolume.h
23623 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
23624 basetransform. Probably need an audio filter base class.
23626 2005-05-09 Wim Taymans <wim@fluendo.com>
23628 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
23629 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23630 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
23631 (gst_vorbisenc_chain):
23632 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23633 (gst_audio_convert_caps_remove_format_info),
23634 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23635 (gst_audio_convert_fixate), (gst_audio_convert_channels):
23636 Make caps writable before writing to it.
23637 Fix negotiation in audioconvert some more.
23639 2005-05-09 Wim Taymans <wim@fluendo.com>
23641 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23642 (gst_videorate_getcaps), (gst_videorate_setcaps),
23643 (gst_videorate_event), (gst_videorate_chain):
23644 Better negotiation.
23646 2005-05-09 Wim Taymans <wim@fluendo.com>
23648 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23649 (gst_videorate_getcaps), (gst_videorate_setcaps),
23650 (gst_videorate_blank_data), (gst_videorate_init),
23651 (gst_videorate_event), (gst_videorate_chain),
23652 (gst_videorate_change_state):
23653 Port videorate, do a better job at negotiation while we're at
23656 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
23661 * examples/Makefile.am:
23662 * gst-libs/gst/audio/Makefile.am:
23663 * gst-libs/gst/riff/Makefile.am:
23664 * gst-libs/gst/tag/Makefile.am:
23665 * gst-libs/gst/video/Makefile.am:
23666 Fixups for missing variables.
23668 2005-05-09 Wim Taymans <wim@fluendo.com>
23670 * examples/seeking/seek.c: (make_theora_pipeline),
23671 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
23672 (query_rates), (query_positions_elems), (query_positions_pads),
23673 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
23674 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
23675 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
23676 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
23677 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
23678 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
23679 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23680 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23681 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23682 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
23683 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
23684 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
23685 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
23686 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
23687 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23688 (theora_dec_src_convert), (theora_dec_sink_convert),
23689 (theora_dec_src_query), (theora_dec_sink_query),
23690 (theora_dec_src_event), (theora_dec_sink_event),
23691 (theora_handle_comment_packet), (theora_handle_type_packet),
23692 (theora_handle_header_packet), (theora_handle_data_packet),
23693 (theora_dec_chain):
23694 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23695 (vorbis_dec_convert), (vorbis_dec_src_query),
23696 (vorbis_dec_sink_query), (vorbis_dec_src_event),
23697 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23698 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23699 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23700 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
23701 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
23702 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
23703 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23704 (gst_play_bin_query):
23705 * gst/playback/test3.c: (update_scale):
23706 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
23707 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
23708 * gst/subparse/gstsubparse.c: (gst_subparse_init):
23709 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23710 (gst_videotestsrc_src_query):
23711 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
23712 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
23713 (paint_hline_YUV9):
23714 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23715 Port to new query API.
23717 Cleanups in x[v]imagesink
23719 2005-05-09 Andy Wingo <wingo@pobox.com>
23721 * ext/alsa/gstalsasink.h:
23722 * ext/gnomevfs/gstgnomevfssrc.c:
23723 (gst_gnomevfssrc_get_icy_metadata):
23724 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
23725 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
23726 * ext/theora/theoradec.c (theora_dec_src_query)
23727 (theora_dec_src_event, theora_dec_sink_event)
23728 (theora_handle_comment_packet, theora_handle_data_packet):
23729 * ext/theora/theoraenc.c (theora_enc_chain):
23730 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
23731 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
23732 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23733 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
23735 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
23736 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
23737 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
23738 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
23739 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
23740 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
23741 (paint_setup_xBGR8888, paint_setup_RGBx8888)
23742 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
23743 (paint_setup_RGB565, paint_setup_xRGB1555):
23744 * gst/videotestsrc/videotestsrc.h:
23745 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
23746 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
23747 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
23750 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
23751 gst_pad_query_position. Fixes oggdemux.
23753 2005-05-08 David Schleef <ds@schleef.org>
23755 * configure.ac: Require liboil.
23756 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
23758 * gst/videotestsrc/videotestsrc.c:
23759 * gst/videotestsrc/videotestsrc.h:
23761 2005-05-06 Wim Taymans <wim@fluendo.com>
23763 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23764 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23765 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23766 Well, unreffing a buffer right before pushing it is asking
23769 2005-05-06 Christian Schaller <uraeus@gnome.org>
23771 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
23773 2005-05-06 Wim Taymans <wim@fluendo.com>
23775 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23776 (gst_audio_convert_caps_remove_format_info),
23777 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23778 (gst_audio_convert_fixate), (gst_audio_convert_channels):
23779 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23780 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23781 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23782 * gst/sine/Makefile.am:
23783 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
23784 (gst_sinesrc_class_init), (gst_sinesrc_init),
23785 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
23786 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
23787 (gst_sinesrc_update_freq):
23788 * gst/sine/gstsinesrc.h:
23789 * gst/tcp/gstmultifdsink.c:
23790 * sys/xvimage/xvimagesink.c:
23791 Fixed negotiation wrt _peer_get_caps()
23795 2005-05-06 Wim Taymans <wim@fluendo.com>
23797 * gst-libs/gst/audio/gstaudiosink.c:
23798 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23799 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23800 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23801 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23802 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23803 (gst_audiosink_create_ringbuffer):
23804 * gst-libs/gst/audio/gstbaseaudiosink.c:
23805 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23806 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23807 (gst_baseaudiosink_set_property), (build_linear_format),
23808 (debug_spec_caps), (debug_spec_buffer),
23809 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23810 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23811 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23812 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23813 * gst-libs/gst/audio/gstbaseaudiosink.h:
23814 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23815 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23816 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23817 (gst_ringbuffer_play), (gst_ringbuffer_pause),
23818 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23819 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23820 (wait_segment), (gst_ringbuffer_commit),
23821 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23822 (gst_ringbuffer_clear):
23823 * gst-libs/gst/audio/gstringbuffer.h:
23824 Make the base audiosink return an error when there is no
23825 audiobuffer negotiated.
23827 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23830 Disable cdparanoia until someone ports it!
23832 2005-05-06 Wim Taymans <wim@fluendo.com>
23834 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23835 (gst_ogg_demux_sink_activate):
23836 And revert after wingo's revert.. sigh..
23838 2005-05-05 Andy Wingo <wingo@pobox.com>
23840 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
23842 * configure.ac: Return audiorate and subparse from the ghetto.
23843 Re-enable -Wall -Werror.
23844 * gst/subparse/gstsubparse.c:
23845 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
23846 or chain-based. Cleaned up a bit. Not tested.
23848 2005-05-05 Christian Schaller <christian@fluendo.com>
23850 * Makefile.am: remove stuff that is not building
23851 * configure.ac: remove stuff that is not building
23852 * examples/Makefile.am: remove stuff that is not building
23853 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
23854 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
23855 * sys/Makefile.am: remove stuff that is not building
23856 * testsuite/Makefile.am: remove stuff that is not building
23858 2005-05-05 Andy Wingo <wingo@pobox.com>
23860 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23861 * gst-libs/gst/tag/gstvorbistag.c:
23862 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
23863 * gst/adder/gstadder.h:
23864 * gst/audioconvert/gstchannelmix.c:
23865 (gst_audio_convert_fill_one_other):
23866 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
23867 (gst_audiorate_init), (gst_audiorate_chain):
23868 * gst/playback/gstplaybasebin.c: (setup_source):
23869 * gst/playback/test3.c: (update_scale):
23887 2005-05-05 Wim Taymans <wim@fluendo.com>
23889 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23890 (gst_audio_convert_caps_remove_format_info),
23891 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23892 (gst_audio_convert_change_state), (gst_audio_convert_channels):
23893 * gst/videotestsrc/gstvideotestsrc.c:
23894 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
23895 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
23896 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
23897 (gst_videotestsrc_init), (gst_videotestsrc_loop):
23898 Don't ignore _push() return values.
23899 Make sure no processing is done when shutting down.
23900 Videotestsrc pad activation fix.
23902 2005-05-05 Wim Taymans <wim@fluendo.com>
23904 * gst/adder/Makefile.am:
23905 * gst/adder/gstadder.c: (gst_adder_setcaps),
23906 (gst_adder_class_init), (gst_adder_init),
23907 (gst_adder_request_new_pad), (gst_adder_collected),
23908 (gst_adder_change_state):
23909 * gst/adder/gstadder.h:
23910 Ported adder as an example of a mixer element using
23911 collect pads. Needs more negotiation work.
23913 2005-05-05 Wim Taymans <wim@fluendo.com>
23915 * ext/theora/theoradec.c: (_inc_granulepos),
23916 (theora_dec_src_event), (theora_dec_sink_event),
23917 (theora_handle_comment_packet), (theora_handle_type_packet),
23918 (theora_handle_header_packet), (theora_handle_data_packet),
23919 (theora_dec_chain):
23920 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23921 (gst_theora_enc_init), (theora_enc_sink_setcaps),
23922 (theora_push_buffer), (theora_push_packet),
23923 (theora_enc_sink_event), (theora_enc_chain),
23924 (theora_enc_change_state), (theora_enc_set_property),
23925 (theora_enc_get_property):
23926 Added stream lock to decoder so that we can serialize
23928 More theoraenc porting, recover from errors, do clean
23931 2005-05-05 Wim Taymans <wim@fluendo.com>
23933 * ext/ogg/Makefile.am:
23935 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23936 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
23938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23939 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23940 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23941 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23942 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
23943 (gst_ogg_mux_change_state):
23946 2005-05-05 Wim Taymans <wim@fluendo.com>
23948 * docs/design-audiosinks.txt:
23949 * gst-libs/gst/audio/TODO:
23950 * gst-libs/gst/audio/gstaudiosink.c:
23951 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23952 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23953 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23954 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23955 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23956 (gst_audiosink_create_ringbuffer):
23957 * gst-libs/gst/audio/gstbaseaudiosink.c:
23958 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23959 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23960 (gst_baseaudiosink_set_property), (build_linear_format),
23961 (debug_spec_caps), (debug_spec_buffer),
23962 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23963 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23964 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23965 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23966 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23967 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23968 (gst_ringbuffer_release), (gst_ringbuffer_play),
23969 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23970 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
23971 (gst_ringbuffer_set_sample), (wait_segment),
23972 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
23973 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
23974 More work on the audiosink, mostly debugging and a race in
23977 2005-04-28 Wim Taymans <wim@fluendo.com>
23979 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23980 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
23981 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
23982 (vorbis_dec_src_query), (vorbis_dec_src_event),
23983 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23984 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23985 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23986 Don't crap out when seeking back to position 0.
23988 2005-04-28 Wim Taymans <wim@fluendo.com>
23990 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
23991 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
23992 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
23993 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
23994 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
23995 Make audio sink configurable, use alsasink as default.
23997 2005-04-28 Wim Taymans <wim@fluendo.com>
23999 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24000 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24001 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24002 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24003 (vorbis_dec_change_state):
24004 * ext/vorbis/vorbisdec.h:
24005 Refactor, use STREAM_LOCK.
24007 2005-04-28 Wim Taymans <wim@fluendo.com>
24009 * ext/theora/theoradec.c: (_inc_granulepos),
24010 (theora_dec_sink_event), (theora_handle_comment_packet),
24011 (theora_handle_type_packet), (theora_handle_header_packet),
24012 (theora_handle_data_packet), (theora_dec_chain),
24013 (theora_dec_change_state):
24014 Refactor a bit, use STREAM_LOCK.
24016 2005-04-28 Wim Taymans <wim@fluendo.com>
24018 * ext/alsa/Makefile.am:
24019 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24020 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24021 (gst_alsa_link), (gst_alsa_close_audio):
24022 * ext/alsa/gstalsaplugin.c: (plugin_init):
24023 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24024 (gst_alsasink_dispose), (gst_alsasink_base_init),
24025 (gst_alsasink_class_init), (gst_alsasink_init),
24026 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24027 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24028 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24029 (gst_alsasink_reset):
24030 * ext/alsa/gstalsasink.h:
24031 Implement alsasink with simple open/write/close API.
24032 Make alsa dir build by disabling compilation of code.
24034 2005-04-28 Wim Taymans <wim@fluendo.com>
24036 * gst-libs/gst/audio/Makefile.am:
24037 * gst-libs/gst/audio/audio.h:
24038 * gst-libs/gst/audio/audioclock.c:
24039 * gst-libs/gst/audio/audioclock.h:
24040 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24041 (gst_audio_clock_class_init), (gst_audio_clock_init),
24042 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24043 * gst-libs/gst/audio/gstaudioclock.h:
24044 * gst-libs/gst/audio/gstaudiosink.c:
24045 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24046 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24047 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24048 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24049 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24050 (gst_audiosink_create_ringbuffer):
24051 * gst-libs/gst/audio/gstbaseaudiosink.c:
24052 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24053 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24054 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24055 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24056 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24057 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24058 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24059 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24060 * gst-libs/gst/audio/gstbaseaudiosink.h:
24061 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24062 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24063 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24064 (gst_ringbuffer_release), (gst_ringbuffer_play),
24065 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24066 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24067 (gst_ringbuffer_set_sample), (wait_segment),
24068 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24069 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24070 * gst-libs/gst/audio/gstringbuffer.h:
24071 Make ringbuffer faster and more simple by removing the locks
24072 in the playback thread.
24073 Add sample accurate playback based on buffer sample offsets.
24074 Make the baseaudiosink provide a clock.
24075 Parse caps in the base class.
24076 Correctly handle seeking, flushing and state changes.
24078 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
24081 * gst/audioconvert/Makefile.am:
24082 * gst/audioscale/Makefile.am:
24083 Fix part of the build. Come on guys, autogen didn't even work :)
24085 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24088 * gst-libs/gst/Makefile.am:
24089 * gst-libs/gst/media-info/.cvsignore:
24090 * gst-libs/gst/media-info/Makefile.am:
24091 * gst-libs/gst/media-info/README:
24092 * gst-libs/gst/media-info/media-info-priv.c:
24093 * gst-libs/gst/media-info/media-info-priv.h:
24094 * gst-libs/gst/media-info/media-info-test.c:
24095 * gst-libs/gst/media-info/media-info.c:
24096 * gst-libs/gst/media-info/media-info.h:
24097 * gst-libs/gst/media-info/media-info.vcproj:
24098 * pkgconfig/Makefile.am:
24099 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24100 * pkgconfig/gstreamer-media-info.pc.in:
24101 Remove media-info, which is also successed by playbin (see Totem
24104 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24107 * examples/Makefile.am:
24108 * examples/gstplay/.cvsignore:
24109 * examples/gstplay/Makefile.am:
24110 * examples/gstplay/player.c:
24111 * gst-libs/gst/Makefile.am:
24112 * gst-libs/gst/play/.cvsignore:
24113 * gst-libs/gst/play/Makefile.am:
24114 * gst-libs/gst/play/play.c:
24115 * gst-libs/gst/play/play.h:
24116 * gst-libs/gst/play/play.vcproj:
24117 * pkgconfig/Makefile.am:
24118 * pkgconfig/gstreamer-play-uninstalled.pc.in:
24119 * pkgconfig/gstreamer-play.pc.in:
24120 Remove libgstplay, playbin is now the official successor.
24122 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24125 * gst-libs/gst/Makefile.am:
24126 * gst-libs/gst/xwindowlistener/Makefile.am:
24127 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24128 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24129 Remove deprecated xwindowlistener (I've moved xwindowlistening
24130 in the v4l/v4l2 plugins over to serverside).
24132 2005-04-25 David Schleef <ds@schleef.org>
24134 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24135 to examples/dynparams. Examples do not belong interspersed with
24137 * examples/dynparams/demo-dparams.c:
24138 * gst/sine/Makefile.am:
24139 * gst/sine/demo-dparams.c:
24141 2005-04-25 David Schleef <ds@schleef.org>
24143 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24144 * gst-libs/gst/audio/Makefile.am:
24145 * gst-libs/gst/riff/Makefile.am:
24146 * gst-libs/gst/tag/Makefile.am:
24147 * gst-libs/gst/video/Makefile.am:
24148 * gst-libs/gst/xwindowlistener/Makefile.am:
24150 Convert to 0.9 API, seems to work:
24151 * sys/ximage/Makefile.am:
24152 * sys/ximage/ximagesink.c:
24154 2005-04-24 David Schleef <ds@schleef.org>
24156 Link plugins against libraries:
24157 * ext/alsa/Makefile.am:
24158 * gst/tcp/Makefile.am:
24160 Remove asm code that should be in liboil
24161 * gst/videoscale/Makefile.am:
24162 * gst/videoscale/videoscale_x86_asm.s:
24164 gettext wants these checked in:
24180 2005-04-24 David Schleef <ds@schleef.org>
24182 Convert gst_main() to g_main_loop_run()
24183 * gst/playback/decodetest.c: (main):
24184 * gst/playback/test2.c: (main):
24185 * gst/playback/test3.c: (main):
24186 * gst/playback/test4.c: (main):
24188 Link plugins against libraries:
24189 * ext/libvisual/Makefile.am:
24190 * sys/xvimage/Makefile.am:
24192 2005-04-24 David Schleef <ds@schleef.org>
24194 * configure.ac: Remove idct and resample libs
24195 * gst-libs/gst/Makefile.am: same
24197 Remove usage of gst_library_load():
24198 * ext/alsa/gstalsaplugin.c: (plugin_init):
24199 * ext/libvisual/visual.c: (plugin_init):
24200 * ext/ogg/gstogg.c: (plugin_init):
24201 * ext/theora/theora.c: (plugin_init):
24202 * ext/vorbis/vorbis.c: (plugin_init):
24203 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24204 * gst/audioscale/gstaudioscale.c:
24205 * gst/adder/gstadder.c: (plugin_init):
24206 * gst/audioconvert/plugin.c: (plugin_init):
24207 * sys/ximage/ximagesink.c: (plugin_init):
24208 * sys/xvimage/xvimagesink.c: (plugin_init):
24209 * gst/tcp/gsttcpplugin.c: (plugin_init):
24211 Link plugins against libraries:
24212 * ext/ogg/Makefile.am:
24213 * ext/theora/Makefile.am:
24214 * ext/vorbis/Makefile.am:
24215 * gst/audioconvert/Makefile.am:
24217 Create proper libraries:
24218 * gst-libs/gst/riff/Makefile.am:
24219 * gst-libs/gst/audio/Makefile.am:
24220 * gst-libs/gst/video/Makefile.am:
24222 Move resample library to audioscale plugin directory:
24223 * gst-libs/gst/resample/Makefile.am:
24224 * gst-libs/gst/resample/README:
24225 * gst-libs/gst/resample/dtof.c:
24226 * gst-libs/gst/resample/dtos.c:
24227 * gst-libs/gst/resample/functable.c:
24228 * gst-libs/gst/resample/private.h:
24229 * gst-libs/gst/resample/resample.c:
24230 * gst-libs/gst/resample/resample.h:
24231 * gst-libs/gst/resample/resample.vcproj:
24232 * gst-libs/gst/resample/test.c:
24233 * gst/audioscale/Makefile.am:
24234 * gst/audioscale/README:
24235 * gst/audioscale/dtof.c:
24236 * gst/audioscale/dtos.c:
24237 * gst/audioscale/functable.c:
24238 * gst/audioscale/private.h:
24239 * gst/audioscale/resample.c:
24240 * gst/audioscale/resample.h:
24241 * gst/audioscale/test.c:
24243 Move tagedit library to gst-libs:
24244 * gst-libs/gst/tag/Makefile.am:
24245 * gst-libs/gst/tag/gstid3tag.c:
24246 * gst-libs/gst/tag/gsttagediting.c:
24247 * gst-libs/gst/tag/gsttageditingprivate.h:
24248 * gst-libs/gst/tag/gstvorbistag.c:
24249 * gst/tags/Makefile.am:
24250 * gst/tags/gstid3tag.c:
24251 * gst/tags/gstvorbistag.c:
24253 Fix for core changes:
24254 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24255 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24256 (gst_sinesrc_getrange):
24258 2005-04-23 David Schleef <ds@schleef.org>
24260 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
24261 in gst-plugins in a long time, and properly belongs in liboil.
24262 * gst-libs/gst/idct/Makefile.am:
24263 * gst-libs/gst/idct/README:
24264 * gst-libs/gst/idct/dct.h:
24265 * gst-libs/gst/idct/doieee:
24266 * gst-libs/gst/idct/fastintidct.c:
24267 * gst-libs/gst/idct/floatidct.c:
24268 * gst-libs/gst/idct/idct.c:
24269 * gst-libs/gst/idct/idct.h:
24270 * gst-libs/gst/idct/idtc.vcproj:
24271 * gst-libs/gst/idct/ieeetest.c:
24272 * gst-libs/gst/idct/intidct.c:
24274 2005-04-20 Wim Taymans <wim@fluendo.com>
24276 * docs/design-audiosinks.txt:
24277 * gst-libs/gst/audio/Makefile.am:
24278 * gst-libs/gst/audio/TODO:
24279 * gst-libs/gst/audio/gstaudiosink.c:
24280 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24281 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24282 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24283 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24284 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24285 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24286 (gst_audiosink_class_init), (gst_audiosink_init),
24287 (gst_audiosink_create_ringbuffer):
24288 * gst-libs/gst/audio/gstaudiosink.h:
24289 * gst-libs/gst/audio/gstbaseaudiosink.c:
24290 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24291 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24292 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24293 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24294 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24295 (gst_baseaudiosink_create_ringbuffer),
24296 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24297 * gst-libs/gst/audio/gstbaseaudiosink.h:
24298 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24299 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24300 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24301 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24302 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24303 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24304 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24305 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24306 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24307 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24308 * gst-libs/gst/audio/gstringbuffer.h:
24309 An attempt at a set of audio base classes together with some
24312 2005-04-20 Wim Taymans <wim@fluendo.com>
24314 * gst/audioconvert/Makefile.am:
24315 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24316 (gst_audio_convert_caps_remove_format_info),
24317 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24318 (gst_audio_convert_channels):
24319 Link against audio libs.
24320 Fix audio convert plugin.
24322 2005-04-20 Wim Taymans <wim@fluendo.com>
24324 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24325 (gst_ogg_demux_sink_activate):
24326 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24327 (theora_set_header_on_caps), (theora_enc_sink_event),
24328 (theora_enc_chain):
24329 Fix theora encoder.
24331 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24333 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24334 * gst/playback/gstdecodebin.c: (find_compatibles):
24335 Work with staticpadtemplates in elementfactories.
24337 2005-04-12 Wim Taymans <wim@fluendo.com>
24339 * gst/playback/README:
24340 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24341 (compare_ranks), (print_feature), (gst_decode_bin_init),
24342 (dynamic_create), (dynamic_free), (find_compatibles),
24343 (mimetype_is_raw), (close_pad_link), (got_redirect),
24344 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24345 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24346 (gst_decode_bin_change_state):
24347 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24348 (gst_play_base_bin_init), (group_destroy), (group_commit),
24349 (check_queue), (queue_overrun), (queue_threshold_reached),
24350 (queue_out_of_data), (gen_preroll_element), (unknown_type),
24351 (new_decoded_pad), (setup_subtitle), (gen_source_element),
24352 (got_redirect), (setup_source), (play_base_eos),
24353 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24354 (gst_play_base_bin_remove_element):
24355 * gst/playback/gstplaybasebin.h:
24356 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24357 (gst_play_bin_init), (gst_play_bin_dispose),
24358 (gst_play_bin_set_property), (gen_video_element),
24359 (gen_text_element), (gen_audio_element), (remove_sinks),
24360 (gst_play_bin_send_event):
24361 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24362 (stream_info_change_state), (gst_stream_info_set_mute):
24363 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24364 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24365 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24366 (gst_stream_selector_chain):
24367 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24369 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24370 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24371 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24372 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24373 Raw and crude port of decodebin.
24374 Make playbin compile.
24376 2005-04-06 Wim Taymans <wim@fluendo.com>
24378 * ext/gnomevfs/Makefile.am:
24379 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24380 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24381 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24382 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24383 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24384 (gst_gnomevfssrc_stop):
24385 * ext/ogg/Makefile.am:
24386 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
24387 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
24388 * ext/theora/Makefile.am:
24389 * ext/theora/theoradec.c: (_inc_granulepos),
24390 (theora_dec_sink_event), (theora_dec_chain):
24391 * ext/vorbis/Makefile.am:
24392 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24393 (vorbis_dec_sink_event), (vorbis_dec_chain):
24394 * gst-libs/gst/audio/Makefile.am:
24395 * sys/xvimage/Makefile.am:
24396 Make gnomevfssrc extend the source base class.
24397 Fix linking against libs in various plugins.
24399 2005-04-06 Andy Wingo <wingo@pobox.com>
24401 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
24404 * configure.ac: Add check and AC_SUBST for libgstbase.
24406 2005-03-31 Wim Taymans <wim@fluendo.com>
24408 * examples/seeking/Makefile.am:
24409 * examples/seeking/cdparanoia.c: (main):
24410 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
24411 (play_cb), (pause_cb), (stop_cb), (main):
24412 * examples/seeking/playbin.c:
24413 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
24414 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
24415 (make_sid_pipeline), (make_vorbis_pipeline),
24416 (make_theora_pipeline), (make_vorbis_theora_pipeline),
24417 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24418 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
24419 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
24420 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
24422 * examples/seeking/spider_seek.c:
24423 * examples/seeking/vorbisfile.c:
24424 * ext/gnomevfs/Makefile.am:
24425 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24426 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
24427 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24428 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
24429 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
24430 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
24431 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
24432 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24434 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
24435 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
24436 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
24437 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
24438 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
24439 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
24440 (gst_ogg_pad_event), (gst_ogg_pad_reset),
24441 (gst_ogg_demux_factory_filter), (compare_ranks),
24442 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
24443 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24444 (gst_ogg_chain_new), (gst_ogg_chain_free),
24445 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
24446 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
24447 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
24448 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
24449 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
24450 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
24451 (gst_ogg_demux_get_prev_page),
24452 (gst_ogg_demux_deactivate_current_chain),
24453 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
24454 (gst_ogg_demux_bisect_forward_serialno),
24455 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
24456 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
24457 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
24458 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
24459 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
24460 (gst_ogg_demux_change_state), (gst_ogg_print):
24461 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24462 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
24463 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24464 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
24465 (gst_ogg_mux_loop):
24466 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24467 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24468 (theora_dec_src_convert), (theora_dec_sink_convert),
24469 (theora_dec_src_query), (theora_dec_src_event),
24470 (theora_dec_sink_event), (theora_dec_chain),
24471 (theora_dec_change_state):
24472 * ext/theora/theoraenc.c: (gst_theora_enc_init),
24473 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
24474 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
24475 (theora_enc_change_state):
24476 * ext/vorbis/Makefile.am:
24477 * ext/vorbis/oggvorbisenc.c:
24478 * ext/vorbis/oggvorbisenc.h:
24479 * ext/vorbis/vorbis.c: (plugin_init):
24480 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24481 (vorbis_dec_src_query), (vorbis_dec_src_event),
24482 (vorbis_dec_sink_event), (vorbis_dec_chain),
24483 (vorbis_dec_change_state):
24484 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24485 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
24486 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24487 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
24488 (gst_vorbisenc_change_state):
24489 * ext/vorbis/vorbisenc.h:
24490 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
24491 * gst-libs/gst/audio/audioclock.c:
24492 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24493 (gst_audiofilter_init), (gst_audiofilter_chain):
24494 * gst-libs/gst/audio/testchannels.c: (main):
24495 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24496 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
24497 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
24498 (gmip_find_track_streaminfo), (gmip_find_track_format):
24499 * gst-libs/gst/media-info/media-info.c:
24500 (gst_media_info_read_idler):
24501 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
24502 (gst_play_get_all_by_interface):
24503 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
24504 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
24505 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
24506 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
24507 (gst_riff_parse_info):
24508 * gst-libs/gst/riff/riff-read.h:
24509 * gst-libs/gst/riff/riff.c: (plugin_init):
24510 * gst-libs/gst/video/Makefile.am:
24511 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
24512 (gst_videosink_class_init), (gst_videosink_get_type):
24513 * gst-libs/gst/video/videosink.h:
24514 * gst/audioconvert/bufferframesconvert.c:
24515 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
24516 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
24517 * gst/audioconvert/channelmixtest.c: (main):
24518 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24519 (gst_audio_convert_chain),
24520 (gst_audio_convert_caps_remove_format_info),
24521 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
24522 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
24523 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
24524 (gst_audio_convert_buffer_to_default_format),
24525 (gst_audio_convert_buffer_from_default_format),
24526 (gst_audio_convert_channels):
24527 * gst/audioconvert/gstchannelmix.h:
24528 * gst/ffmpegcolorspace/avcodec.h:
24529 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24530 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24531 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
24532 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
24533 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
24534 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24535 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24536 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
24537 (mpeg_video_type_find), (mpeg_video_stream_type_find),
24539 * gst/videotestsrc/gstvideotestsrc.c:
24540 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
24541 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
24542 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
24543 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
24544 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
24545 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
24546 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
24547 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24548 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
24549 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
24550 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
24551 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24552 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24553 (gst_xvimagesink_navigation_send_event),
24554 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
24555 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
24556 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24557 * sys/xvimage/xvimagesink.h:
24558 Plugin port to 0.9, ogg/theora playback should work in the seek
24560 Removed old examples.
24561 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
24562 explained in 0.9 TODO doc.
24565 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
24587 * testsuite/Makefile.am:
24588 remove a whole bunch of plugins. This module now contains a set
24589 of free reference plugins/elements as agreed.
24591 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
24594 hunting season on 0.9 is now OPEN
24596 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24598 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24599 Kick the hell out of gcc for not warning me about a symbol conflict.
24601 2005-02-22 Luca Ognibene <luogni@tin.it>
24603 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
24605 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
24606 Don't leak caps string (fixes #168134)
24608 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
24609 (gst_jpegenc_init), (gst_jpegenc_finalize),
24610 (gst_jpegenc_change_state):
24611 Don't leak line buffers and context struct (fixes #168133).
24613 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
24616 * ext/dirac/gstdiracdec.cc:
24617 (gst_diracdec_chain):
24618 Since dirac 0.5.0 the framerate in dirac is expressed as a
24619 rational number. Fix build and up requirement to 0.5.0, and
24620 also pass parameters to gst_diracdec_link in the right order
24623 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
24625 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
24626 * ext/faad/gstfaad.h:
24627 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
24628 certain invalid muxed streams, where some packets will contain
24629 junk after decoder data. Partially fixes #149158.
24631 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
24632 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
24633 Make sure we only write to writable buffers
24635 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
24637 * gst-libs/gst/riff/riff-media.c:
24638 (gst_riff_create_audio_caps_with_data):
24639 Do actually fix invalid RIFF fmt header values for alaw
24640 and mulaw audio instead of just saying so.
24642 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24643 Give gst_riff_create_audio_caps_with_data() a chance to
24644 fix up broken format header fields before extracting any
24645 parameters from the header. (fixes #167633)
24647 2005-02-19 Martin Holters <martin.holters@gmx.de>
24649 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
24651 * gst/audioconvert/bufferframesconvert.c:
24652 (buffer_frames_convert_link):
24653 Don't leak othercaps. (fixes #167878)
24655 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
24658 * ext/libvisual/visual.c: (gst_visual_srclink),
24659 (gst_visual_change_state):
24660 Support libvisual 0.2.0.
24662 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
24664 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
24665 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
24666 Use same rowstrides for I420 as used everywhere else.
24668 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
24670 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
24671 Declare variables at beginning of block and make gcc-2.95 happy
24672 (fixes # 167482, patch by Gergely Nagy).
24674 * gst/tcp/gsttcpclientsrc.c:
24675 * gst/tcp/gsttcpclientsrc.h:
24676 Move some includes into the header, so that struct sockaddr_in is
24677 defined when it should be defined on FreeBSD as well (fixes
24680 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24681 Don't pass uninitialised values to setsockopt() here either.
24683 2005-02-17 Luca Ognibene <luogni at tin dot it>
24685 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
24687 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
24688 Don't pass uninitialised values to setsockopt(). (fixes #167704)
24690 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24692 * gst/playback/gstplaybin.c: (add_sink):
24693 Invert bin_add/link order to workaround deadlock in opt.
24695 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24697 * gst/modplug/gstmodplug.cc:
24698 Add missing break causing position queries to fail.
24700 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24702 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
24703 Granpos can apparently be -1, which screws up calculations...
24705 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
24707 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24708 (gst_ximagesink_send_pending_navigation),
24709 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
24710 (gst_ximagesink_init):
24711 * sys/ximage/ximagesink.h:
24712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24713 (gst_xvimagesink_send_pending_navigation),
24714 (gst_xvimagesink_navigation_send_event),
24715 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
24716 * sys/xvimage/xvimagesink.h:
24717 Use a mutex protected list to marshal navigation
24718 events into the stream thread from whichever thread
24721 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
24723 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
24724 Display current position and track length; misc. clean-ups.
24726 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
24727 (speed_init), (speed_chain):
24728 Add query function, so that the stream length and current position
24729 get adjusted when queried (note that current position queries may
24730 still be wrong if the audio sink returns values based on buffer
24731 timestamps instead of passing on the query).
24733 2005-02-13 Benjamin Otte <otte@gnome.org>
24735 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24736 (gst_audio_convert_channels):
24737 create channel conversion matrix when linking
24738 * gst/audioconvert/.cvsignore:
24739 * gst/audioconvert/Makefile.am:
24740 * gst/audioconvert/channelmixtest.c: (main):
24741 add (ugly) test that ensures stereo <=> mono conversion works
24744 2005-02-13 Benjamin Otte <otte@gnome.org>
24746 * gst/audioconvert/gstchannelmix.h:
24747 include missing header file
24748 * gst/audioconvert/gstchannelmix.c:
24749 (gst_audio_convert_fill_compatible):
24750 use same sign for both channels when converting to/from compatible
24751 channel. Previously used different signs made the signals cancel
24752 each other out and appear like silence. (fixes #167269)
24754 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
24756 * gst/ffmpegcolorspace/avcodec.h:
24757 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24758 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24759 (gst_ffmpegcsp_avpicture_fill):
24760 * gst/ffmpegcolorspace/imgconvert.c:
24761 Convert to and from YV12 (fixes #156379).
24763 2005-02-12 Julien MOUTTE <julien@moutte.net>
24765 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24766 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24767 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24768 (gst_ximagesink_expose), (gst_ximagesink_set_property),
24769 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
24770 methods from chain and negotiation and vice versa (Fixes #166142).
24771 * sys/ximage/ximagesink.h: Add stream_lock.
24772 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24773 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24774 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24775 (gst_xvimagesink_expose): Check for xcontext before trying to link.
24777 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
24779 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
24780 Don't send "Hey! You gave me a NULL pointer you naughty person" as
24781 error message when we can't open the DVD device (when dvdnav_open()
24782 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
24783 the above). Send something more useful instead (fixes #167117).
24785 2005-02-11 Julien MOUTTE <julien@moutte.net>
24787 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
24788 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
24789 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24790 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24791 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
24792 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
24793 methods from chain and negotiation and vice versa (Fixes #166142).
24794 Fix a possible bug of images in the buffer pool being discarded because
24795 we are looking at the wrong geometry.
24796 * sys/xvimage/xvimagesink.h: Add stream_lock.
24798 2005-02-11 David Schleef <ds@schleef.org>
24800 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
24801 unsigned int. (fixes #167128)
24803 2005-02-11 David Schleef <ds@schleef.org>
24805 * gst/librfb/Makefile.am: Testing stuff before committing is
24806 for wimps... and people with fast machines. Fix stupid
24809 2005-02-11 David Schleef <ds@schleef.org>
24811 * configure.ac: Pull in librfb from my CVS tree, because it is
24812 too small and annoying to be separate. Move rfbsrc plugin
24815 * ext/librfb/Makefile.am:
24816 * ext/librfb/gstrfbsrc.c:
24817 * gst/librfb/Makefile.am:
24818 * gst/librfb/gstrfbsrc.c:
24819 * gst/librfb/rfb.c:
24820 * gst/librfb/rfb.h:
24821 * gst/librfb/rfbbuffer.c:
24822 * gst/librfb/rfbbuffer.h:
24823 * gst/librfb/rfbbytestream.c:
24824 * gst/librfb/rfbbytestream.h:
24825 * gst/librfb/rfbcontext.h:
24826 * gst/librfb/rfbdecoder.c:
24827 * gst/librfb/rfbdecoder.h:
24828 * gst/librfb/rfbutil.h:
24830 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
24832 * gst/speed/Makefile.am:
24833 * gst/speed/demo-mp3.c: (main):
24834 * gst/speed/filter.func:
24835 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
24836 (speed_class_init), (speed_init), (speed_chain_int16),
24837 (speed_chain_float32), (speed_chain), (speed_set_property),
24838 (speed_get_property), (speed_change_state):
24839 * gst/speed/gstspeed.h:
24840 Fix speed element and make it chain-based (fixes #156467),
24841 and make it handle more than one channel.
24843 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
24845 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
24846 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
24847 (gst_dtsdec_chain), (gst_dtsdec_change_state):
24848 * ext/dts/gstdtsdec.h:
24849 Don't clobber the stack constructing the channels array.
24850 Make the element chain-based. DTS tracks can now be played.
24852 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
24854 * gst-libs/gst/audio/multichannel.h:
24855 * gst-libs/gst/gconf/gconf.h:
24856 * gst-libs/gst/idct/idct.h:
24857 * gst-libs/gst/media-info/media-info-priv.h:
24858 * gst-libs/gst/play/play.h:
24859 * gst-libs/gst/resample/private.h:
24860 * gst-libs/gst/resample/resample.h:
24861 * gst-libs/gst/riff/riff-ids.h:
24862 * gst-libs/gst/video/video.h:
24863 * gst-libs/gst/video/videosink.h:
24864 Add G_BEGIN_DECLS and G_END_DECLS around headers where
24865 missing, so that they work when included from C++ code.
24867 2005-02-09 David Schleef <ds@schleef.org>
24869 * testsuite/gst-lint: Check for non-statically scoped
24870 parent_class variables. This won't be a problem once
24871 plugins are loaded with RTLD_LOCAL.
24873 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24875 * ext/mplex/gstmplexibitstream.cc:
24878 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24880 * ext/ogg/gstogmparse.c:
24881 * gst/debug/gstnavigationtest.c:
24882 Die, thou faulty symbol pollutors (non-static parent_class).
24884 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24886 * ext/mplex/gstmplexibitstream.cc:
24887 Fix event handling (#165525).
24889 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24891 * ext/mikmod/gstmikmod.c:
24892 * gst/modplug/gstmodplug.cc:
24893 Add missing endianness to template (fixes #165509).
24895 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24897 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
24898 Fix wrong order of reading of optional bytes (#165290).
24900 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24902 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24903 Implement FILLER event awareness.
24905 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24907 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
24908 Fix track calculations (#166208).
24910 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
24912 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24914 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
24915 * ext/libpng/gstpngenc.c:
24916 Fix byte-order, use proper fixed caps. Fixes #164197.
24918 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
24923 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
24924 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
24925 Don't push buffers if the src pad isn't negotiated yet.
24927 * gst/audioconvert/gstaudioconvert.c:
24928 (gst_audio_convert_buffer_to_default_format),
24929 (gst_audio_convert_buffer_from_default_format):
24930 Add support for 24-bit width.
24932 * gst/dvdlpcmdec/.cvsignore:
24933 * gst/dvdlpcmdec/Makefile.am:
24934 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
24935 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
24936 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
24937 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
24939 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
24940 New decoder for rearranging DVD LPCM into our audio/x-raw-int
24941 format. Needs support for the channels maps if someone can find
24942 a DVD LPCM track with > 2 channels.
24944 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
24945 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
24946 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
24947 * gst/mpegstream/gstdvddemux.h:
24948 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24949 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
24950 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
24951 * gst/mpegstream/gstmpegdemux.h:
24952 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
24953 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
24954 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
24955 (gst_mpeg_parse_handle_src_query),
24956 (gst_mpeg_parse_handle_src_event):
24957 Use audio/x-dvd-lpcm for LPCM output.
24960 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
24962 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24964 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
24965 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
24966 Add BGRA handling (#165736).
24968 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
24970 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24972 * gst/law/alaw-decode.c: (alawdec_link):
24973 * gst/law/alaw-encode.c: (alawenc_link):
24974 * gst/law/mulaw-decode.c: (mulawdec_link):
24975 * gst/law/mulaw-encode.c: (mulawenc_link):
24976 Fix caps memleaks (#166600).
24978 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
24980 * ext/tarkin/mem.h:
24981 * ext/tarkin/wavelet.h:
24982 * ext/tarkin/yuv.h:
24983 * gst/ffmpegcolorspace/avcodec.h:
24984 Include "_stdint.h" instead of <stdint.h>. Fixes build on
24985 systems that don't have stdint.h, like Solaris9 (fixes #166631).
24987 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24989 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
24990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
24991 (gst_xvimagesink_change_state):
24992 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
24993 Xv video (and thereby regenerate Xv colourkey) in clear() so
24994 that PLAY -> READY -> PLAY works (fixes #162504).
24996 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24998 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
24999 Switch to list instead of range, since MJPEG-devices really just
25000 support decimations, not any size.
25002 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
25003 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25004 (gst_mpeg2dec_reset), (free_all_buffers),
25005 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25006 * ext/mpeg2dec/gstmpeg2dec.h:
25007 The libmpeg2 user-allocated buffer management is awkward,
25008 to say the least. Hopefully this fixes things.
25010 2005-02-04 Andy Wingo <wingo@pobox.com>
25012 * gst/audioconvert/bufferframesconvert.c
25013 (buffer_frames_convert_fixate): New function, fixates to 256
25014 frames per buffer by default. (Much better than 1.)
25015 (buffer_frames_convert_init): Set the fixate function for both src
25017 (buffer_frames_convert_link): After success setting nonfixed caps,
25018 get the negotiated caps so we can know how many buffer-frames it
25019 will be. No idea how this worked at all before.
25021 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
25023 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25024 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25025 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25026 (handle_sequence), (handle_picture):
25027 * ext/mpeg2dec/gstmpeg2dec.h:
25028 Rearrange buffer tracking and refcounting and refactor
25029 a little for readability.
25031 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
25032 * sys/v4l/gstv4l.c: (plugin_init):
25033 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25034 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25035 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25036 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25037 * sys/v4l/gstv4ljpegsrc.h:
25038 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25039 * sys/v4l/v4l_calls.h:
25040 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25041 (gst_v4lsrc_get_fps):
25042 * sys/v4l/v4lsrc_calls.h:
25043 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25044 you jpeg inside rgb frames" driver.
25045 Don't error in the v4lsrc link function, just return
25048 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25050 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25051 (gst_qcamsrc_open):
25052 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25054 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25056 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25057 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25059 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25061 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25062 Reset negotiated state on PAUSED->READY.
25064 2005-02-02 David Schleef <ds@schleef.org>
25066 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25067 whereever possible. (Fixes #165997)
25068 * examples/capsfilter/capsfilter1.c: (main):
25069 * examples/dynparams/filter.c: (create_ui):
25070 * examples/seeking/cdparanoia.c: (get_track_info), (main):
25071 * examples/seeking/chained.c: (main):
25072 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25073 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25074 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25075 (make_mpeg_pipeline), (make_mpegnt_pipeline):
25076 * examples/seeking/spider_seek.c: (make_spider_pipeline):
25077 * examples/switch/switcher.c: (main):
25078 * ext/dv/demo-play.c: (main):
25079 * ext/faad/gstfaad.c: (gst_faad_change_state):
25080 * ext/mad/gstmad.c: (gst_mad_chain):
25081 * ext/smoothwave/demo-osssrc.c: (main):
25082 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25083 (gst_gconf_render_bin_from_description),
25084 (gst_gconf_get_default_audio_sink),
25085 (gst_gconf_get_default_video_sink),
25086 (gst_gconf_get_default_audio_src),
25087 (gst_gconf_get_default_video_src),
25088 (gst_gconf_get_default_visualization_element):
25089 * gst/level/demo.c: (main):
25090 * gst/level/plot.c: (main):
25091 * gst/playback/gstplaybin.c: (gen_video_element),
25092 (gen_audio_element):
25093 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25094 * gst/playondemand/demo-mp3.c: (setup_pipeline):
25095 * gst/sine/demo-dparams.c: (main):
25096 * gst/spectrum/demo-osssrc.c: (main):
25097 * gst/speed/demo-mp3.c: (main):
25098 * gst/volume/demo.c: (main):
25099 * testsuite/embed/embed.c: (main):
25101 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
25103 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25104 (gst_tcpclientsink_finalize):
25105 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25106 (gst_tcpclientsrc_finalize):
25107 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25108 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25109 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25110 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25111 Don't leak the hostname when shutting down.
25112 In tcpserversrc, take a copy of the default hostname.
25114 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25116 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25117 Set caps to systemstream=TRUE.
25119 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25121 * testsuite/Makefile.am:
25122 Fix more OSX buildbots.
25124 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
25126 * ext/mpeg2dec/gstmpeg2dec.c:
25127 Don't send things to NULL PAD_PEERs
25129 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25130 Copy-on-write the incoming buffer.
25132 * gst/mpegstream/gstdvddemux.h:
25133 * gst/mpegstream/gstmpegclock.h:
25134 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25135 (normal_seek), (gst_mpeg_demux_handle_src_event):
25136 * gst/mpegstream/gstmpegdemux.h:
25137 * gst/mpegstream/gstmpegpacketize.h:
25138 * gst/mpegstream/gstmpegparse.c:
25139 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25140 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25141 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25142 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25143 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25144 * gst/mpegstream/gstmpegparse.h:
25145 * gst/mpegstream/gstrfc2250enc.h:
25146 Various changes to the way time is computed that make seeking and
25147 total time estimation much better here.
25148 Use G_BEGIN/END_DECLS instead of __cplusplus
25150 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25151 Use gst_buffer_stamp instead of only copying the TIMESTAMP
25153 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25155 * gst/subparse/gstsubparse.c:
25158 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
25160 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25161 (theora_enc_chain), (theora_enc_change_state):
25162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25163 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25164 (gst_vorbisenc_change_state):
25165 * ext/vorbis/vorbisenc.h:
25166 Set granulepos and timestamp correctly for streams not
25167 starting at 0, taking into account the initial delay.
25169 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
25171 * gst/mpegstream/gstdvddemux.c:
25172 Add audio/x-dts to audio pad template caps
25174 2005-01-30 David Schleef <ds@schleef.org>
25176 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25177 (create_context), (gst_polypsink_link): Fix silly endianness
25178 bug. Add some debugging. Remove float from caps; it doesn't
25179 work. Attempt to get remote audio working.
25181 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25183 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25186 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25188 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25189 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25190 (gst_avi_demux_stream_data):
25191 * gst/avi/gstavidemux.h:
25192 Invert DIB images. Fixes #132341.
25194 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25196 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25197 (gst_ffmpegcsp_chain):
25198 D'oh, reference the palette data, not the palette structure.
25199 Fixes color distortion in #132341.
25201 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25203 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25204 PAR can be non-fixed when not provided as argument (#162626).
25206 2005-01-29 David Moore <dcm@acm.org>
25208 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25210 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25211 (gst_qtdemux_loop_header):
25212 Re-apply patch from #142272 that allows non-seekable sources,
25213 re-proposed by Daniel Drake <dsd@gentoo.org>.
25215 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25217 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25218 Use the src template for creating the src pad (#162330).
25220 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25223 * ext/musepack/Makefile.am:
25224 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25225 (gst_musepackdec_init), (gst_musepackdec_dispose),
25226 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25227 (gst_musepack_stream_init), (gst_musepackdec_loop),
25228 (gst_musepackdec_change_state):
25229 * ext/musepack/gstmusepackdec.cpp:
25230 * ext/musepack/gstmusepackdec.h:
25231 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25232 (gst_musepack_reader_read), (gst_musepack_reader_seek),
25233 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25234 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25235 * ext/musepack/gstmusepackreader.cpp:
25236 * ext/musepack/gstmusepackreader.h:
25237 Update to 1.1 API (#165446).
25239 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25244 2005-01-28 Andy Wingo <wingo@pobox.com>
25246 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25247 to reflect a different dubious internet source. Add a reference
25248 and some commentary.
25250 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25252 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25253 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25254 * gst/playback/gststreamselector.h:
25255 Be more selective when we're redoing caps negotiation from
25256 within the chain function on a stream change.
25258 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25262 * ext/amrnb/Makefile.am:
25263 * ext/amrnb/amrnb.c: (plugin_init):
25264 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25265 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25266 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25267 (gst_amrnbdec_state_change):
25268 * ext/amrnb/amrnbdec.h:
25269 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25270 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25271 (gst_amrnbparse_init), (gst_amrnbparse_formats),
25272 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25273 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25274 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25275 * ext/amrnb/amrnbparse.h:
25276 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25277 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25278 Add AMR-NB/-WB raw formats.
25279 * ext/alsa/gstalsa.c: (gst_alsa_link):
25280 Keep valid time when changing format.
25281 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25282 (qtdemux_parse_trak):
25283 Add some more format-specific options (#140141, #143555, #155163).
25285 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25287 * gst/matroska/matroska-demux.c:
25288 (gst_matroska_demux_parse_blockgroup):
25289 Fix logic error in timing of subtitle stream synchronization.
25290 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25291 Add skip-chunk, which is found in kodak-camera streams.
25293 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
25297 Adding Vietnamese translation (submitted by Clytie Siddall)
25299 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25301 * gst/playback/gstdecodebin.c: (try_to_link_1):
25302 Use realpad for signal.
25304 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25306 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25307 Fix category so decodebin picks it up.
25309 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25311 * ext/mad/Makefile.am:
25312 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25313 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25314 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25315 (found_type), (gst_id3demux_bin_change_state):
25316 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25317 (gst_id3_tag_init), (gst_id3_tag_handle_event),
25318 (gst_id3_tag_src_link), (gst_id3_tag_chain),
25319 (gst_id3_tag_change_state), (plugin_init):
25320 * ext/mad/gstmad.h:
25321 Add id3demuxbin (which is a simple bin consisting of id3demux
25322 and typefind), take over rank from id3demux, remove typefind
25323 code from id3demux. Makes all broken mp3s that I know of work,
25324 and thereby fixes #152688.
25326 2005-01-27 Edward Hervey <bilboed@bilboed.com>
25328 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25330 * ext/mad/gstmad.c: (gst_mad_src_event):
25331 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25332 Allow seeks on audio pad, make mad forward those (#164826).
25333 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25334 Set duration (#165335).
25336 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25338 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25339 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25340 (gst_asf_demux_process_ext_content_desc),
25341 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25342 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25343 * gst/asfdemux/gstasfdemux.h:
25344 Improve metadata display, e.g. if the metadata comes before the
25345 streams are loaded (which is perfectly valid).
25347 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25349 * tools/gst-launch-ext-m.m:
25350 Fix AVI/ASF pipelines (#165340).
25352 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
25353 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
25354 build failure on amd64
25356 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
25358 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25359 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25360 Check environment variables GST_ID3V2_TAG_ENCODING,
25361 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25362 list of character encodings to force interpretation of non-unicode
25363 strings stored in an ID3v2 tag to a particular encoding. If none
25364 is specified, try to use current locale's encoding, then fall back
25365 to ISO-8859-1 (which will always succeed). (Resolves #149274)
25366 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25367 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25368 Check environment variables GST_ID3V1_TAG_ENCODING,
25369 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25370 list of character encodings to use in case a string encountered
25371 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25372 specified, try to use the current locale's encoding, then fall
25373 back to ISO-8859-1 (which will always succeed).
25375 2005-01-25 Benjamin Otte <otte@gnome.org>
25377 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25378 - on half framerate, compute the rate in advance so the comparisons
25379 don't compare wrong values
25380 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25382 - don't use mad_header_decode anymore, mad_frame_decode does that
25384 - when getting rid of consumed bytes, reset the stream's skiplen
25387 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
25389 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
25390 Use 1/2 a second for default max_discont, as PES streams from DVB
25391 seem to have larger spacings in the SCR.
25394 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25396 * gst/playback/gstplaybasebin.c: (group_commit):
25397 Notify delayed stream-info availability.
25399 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
25400 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25401 (gst_a52dec_handle_event), (gst_a52dec_chain):
25402 Add some debug output. Check that a discont has a valid
25404 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25405 (gst_alsa_sink_loop):
25406 Ignore TAG events. A little extra debug for broken timestamps.
25407 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
25408 (dvdnavsrc_change_state):
25409 Ensure we send a discont to engage the link before we send any
25411 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
25412 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
25413 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
25414 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
25415 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
25416 dvd://title works in totem because typefinding sends a seek that ends
25417 up going back to chapter 1 regardless.
25418 * ext/mpeg2dec/gstmpeg2dec.c:
25419 * ext/mpeg2dec/gstmpeg2dec.h:
25420 Output correct timestamps and handle disconts.
25421 * ext/ogg/gstoggdemux.c: (get_relative):
25422 Small guard against a null dereference.
25423 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
25424 (gst_textoverlay_set_property):
25425 Free memory when done. Don't call gst_event_filler_get_duration on
25426 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
25428 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
25429 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
25430 (gst_sw_srclink), (gst_smoothwave_chain):
25431 Draw solid lines, prettier colours.
25432 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
25433 Add a default palette that'll work for some movies.
25434 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
25435 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
25436 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
25437 * gst/mpegstream/gstdvddemux.h:
25438 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25439 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
25440 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25441 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
25442 * gst/mpegstream/gstmpegparse.h:
25443 Use PTM/NAV events when for timestamp adjustment when connected to
25444 dvdnavsrc. Don't use many discont events where one suffices.
25445 * gst/playback/gstplaybasebin.c: (group_destroy),
25446 (gen_preroll_element), (gst_play_base_bin_add_element):
25447 * gst/playback/gstplaybasebin.h:
25448 Make sure we remove subtitles from the same bin we put them in.
25449 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
25450 (gst_subparse_buffer_format_autodetect),
25451 (gst_subparse_change_state):
25452 Fix some memleaks and invalid accesses.
25453 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
25454 (oggskel_type_find), (cmml_type_find), (plugin_init):
25455 Some typefind functions for Annodex v3.0 files
25456 * gst/wavparse/gstwavparse.h:
25457 GstRiffReadClass is the correct parent class.
25459 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25461 * gst-libs/gst/riff/riff-media.c:
25462 (gst_riff_create_video_caps_with_data):
25463 Add extradata to huffyuv (fixes #165013).
25464 * gst-libs/gst/riff/riff-read.c:
25465 (gst_riff_read_strf_vids_with_data):
25466 Fix extradata extraction if it is in the chunk size.
25468 2005-01-25 Edward Hervey <bilboed@bilboed.com>
25470 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25472 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
25473 (gst_quarktv_change_state), (gst_quarktv_dispose):
25474 Memory free'ing location fix (#164708).
25476 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25478 * gst/playback/gstplaybasebin.c: (group_commit),
25479 (gen_preroll_element), (probe_triggered), (gen_source_element),
25480 (setup_source), (gst_play_base_bin_change_state),
25481 (gst_play_base_bin_add_element):
25482 Don't block for streams.
25483 * gst/playback/gststreaminfo.c: (stream_info_change_state),
25484 (gst_stream_info_set_mute):
25485 Use gst_pad_set_active_recursive.
25487 2005-01-25 Andy Wingo <wingo@pobox.com>
25489 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
25490 for #ifndef HAVE_XVIDEO.
25492 2005-01-24 Jeffrey C. Ollie
25494 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
25496 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
25497 * ext/gsm/gstgsmdec.h:
25498 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
25499 * ext/gsm/gstgsmenc.h:
25500 Fix rate to 8kHz as per spec, removes obscure errors when no rate
25501 was given by property. Add proper buffer timestamps and offsets.
25503 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25505 * gst-libs/gst/riff/riff-media.c:
25506 (gst_riff_create_audio_caps_with_data):
25507 Audio can be <8000Hz.
25509 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25511 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25512 Explicit state change to workaround refcount bugs.
25514 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25516 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
25517 (gst_avimux_riff_get_avi_header):
25520 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25522 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
25523 (gst_riff_read_element_data):
25524 * gst-libs/gst/riff/riff-read.h:
25525 Add _peek version (req'ed in CDXA).
25526 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
25527 (gst_cdxaparse_loop):
25528 Fix parsing in playbin.
25529 * gst/playback/gstdecodebin.c: (close_pad_link):
25530 Ignore current_ pads, they cause major annoyance.
25532 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25534 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25537 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25539 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
25542 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25544 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
25545 Allow for 0-sized buffers. Fixes length query problems in
25546 starwars.mkv from the testsuite.
25548 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
25550 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
25551 (gst_video_box_i420), (gst_video_box_chain):
25552 Fix row strides for I420 (fixes #163159)
25554 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25556 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25557 MPEG2 has a useful rate property, so we can actually use that.
25558 For MPEG-1, continue using the bytes/time properties.
25560 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25562 * gst-libs/gst/riff/riff-media.c:
25563 (gst_riff_create_video_caps_with_data),
25564 (gst_riff_create_video_template_caps):
25567 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25569 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25570 Fail if caps negotiation fails. Should fix #162184, and should
25571 definately be in there regardless of it fixing the actual bug.
25572 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
25573 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
25574 (gst_avimux_riff_get_avix_header),
25575 (gst_avimux_riff_get_video_header),
25576 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
25577 (gst_avimux_start_file), (gst_avimux_handle_event),
25578 (gst_avimux_change_state):
25579 * gst/avi/gstavimux.h:
25580 Refactor structure writing to use GST_WRITE_UINT macros, add
25581 metadata writing support.
25583 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25585 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
25586 Elements may already be destroyed when this function is called.
25588 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25590 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25591 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
25592 More memory leak fixes (#149162).
25594 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25596 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25597 (gst_qtdemux_add_stream):
25600 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25602 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25605 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25607 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25608 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
25609 when fixating to six channels in Totem.
25611 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
25613 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
25614 Fix compile warnings on Solaris 10 buildbot
25616 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
25618 * ext/dvdread/dvdreadsrc.c: (_read):
25619 Don't read beyond the last cell in a chapter (fixes
25620 invalid memory access)
25622 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
25624 * ext/dvdread/stream_labels.c:
25625 (dvdreadsrc_get_audio_stream_labels):
25626 Use NULL for an empty GList instead of g_list_alloc(); fix
25627 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
25628 of GString (easier to bulk free later)
25630 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
25632 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25634 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25635 (gst_ffmpeg_pixfmt_to_caps):
25636 Fix BGRA32 caps (#164209).
25638 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
25640 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25642 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25643 (gst_ffmpeg_caps_to_pixfmt):
25644 alpha_mask can be RGBA/ABGR. Fixes #164265.
25646 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
25648 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25650 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
25651 (gst_mpeg2dec_alloc_buffer):
25652 * ext/mpeg2dec/gstmpeg2dec.h:
25653 Crop if decoding size is not the actual image size (#163676).
25655 2005-01-17 Steve Baker <steve@stevebaker.org>
25657 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25659 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
25660 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
25661 Add libsndfile typefind functions (#163309).
25663 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25665 * tools/gst-launch-ext-m.m:
25666 Add .aac, fix .m1v/.m2v (#163891).
25668 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25670 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
25671 Sanity check, don't wait endlessly since the clock might not
25672 actually run at this point (which is a deadlock). Fixes #164069.
25674 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25676 * gst/playback/gstplaybasebin.c: (probe_triggered):
25677 Of course, only pause if group is done...
25679 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25681 * gst/playback/gstplaybasebin.c: (probe_triggered):
25684 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
25686 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
25687 Don't return state change success when the parent
25690 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25692 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
25693 Free events (fix memleak in #162905).
25695 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
25697 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25699 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25700 (gst_ffmpeg_caps_to_pixfmt):
25701 Fix for depth = 15. Fixes #161675.
25703 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25705 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25706 Set FPS correctly, even for webcams and the like.
25707 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
25708 Don error on setting while capturing.
25710 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25712 * ext/dv/gstdvdec.c:
25713 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25714 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25715 I'm a bad boy. using /1001. to force C to do float division
25716 and not integer division (as it did in my last commit)
25717 Thanks to David I. Lehn for pointing this mistake.
25719 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25721 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25722 Revert Johan's 1.35->1.36 since it breaks compat.
25724 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25726 * ext/dv/gstdvdec.c:
25727 * ext/libfame/gstlibfame.c:
25728 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25729 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25730 replace framerate aproximations by their real value
25731 (24000/1001, 30000/1001, 60000/1001)
25732 Finish fixing bug #164049
25734 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
25736 * ext/ogg/gstoggmux.c:
25738 * gst/tcp/gstmultifdsink.c:
25739 * gst/tcp/gstmultifdsink.h:
25740 * gst/tcp/gsttcp.c:
25741 * gst/tcp/gsttcp.h:
25742 * gst/tcp/gsttcpclientsink.c:
25743 * gst/tcp/gsttcpclientsrc.c:
25744 * gst/tcp/gsttcpserversink.c:
25745 * gst/tcp/gsttcpserversrc.c:
25746 improve reusability of elements after state changes and errors
25747 make multifdsink throw away streamheaders when receiving new ones
25749 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25751 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25752 Fix for if items are already in list...
25754 2005-01-12 Benjamin Otte <otte@gnome.org>
25756 * gst/adder/gstadder.c: (gst_adder_loop):
25757 fix adder a bit so it doesn't screw up with events as much anymore
25759 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
25761 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
25762 (pixbufscale_scale), (gst_pixbufscale_chain):
25763 * ext/gdk_pixbuf/pixbufscale.h:
25764 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
25765 to ensure rowstrides are calculated the same way as
25767 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
25768 that we pick up duration and offset also.
25770 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25772 * gst/avi/gstavimux.c: (gst_avimux_class_init),
25773 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
25776 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25778 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25779 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25780 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25781 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25782 Update flags when requested.
25784 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25786 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25789 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25791 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25792 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
25793 (probe_triggered), (new_decoded_pad), (gen_source_element),
25794 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
25795 * gst/playback/gstplaybasebin.h:
25796 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25797 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
25798 (gst_play_bin_change_state):
25799 Implement group-switch signal for use in apps to clear metadata
25800 cache, clean up subtitle, add suburi property instead of # hack,
25801 some error-out fixes.
25803 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25805 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25807 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
25808 If we got a state change in the _get handler, don't return success.
25810 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25812 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
25813 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
25814 Make jpegdec quiet on MJPEG decoding
25815 * gst/asfdemux/README:
25816 Fix mimetypes for MJPEG and H263
25818 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25820 * ext/theora/theoradec.c: (theora_dec_chain):
25821 Fix broken code generation by gcc by swapping arguments.
25822 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25825 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25828 delete this file, it is by far outdated
25829 * ext/alsa/gstalsa.1: remove
25830 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
25831 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
25832 (gst_alsa_get_caps):
25833 Add HW probing for supported sample rates. Fixes #161704
25835 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25837 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25838 Don't crash, biatch! :).
25840 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25842 * ext/musepack/gstmusepackreader.cpp:
25843 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25844 Some work on tags - still doesn't work in playbin...
25845 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25848 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25850 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
25851 Also shove tags on kid pads.
25853 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25855 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25856 Don't bail on unknown events.
25857 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25858 Don't crash on events before negotiation.
25859 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25860 Send tags on pads, too.
25861 * gst/playback/gststreamselector.c:
25862 (gst_stream_selector_request_new_pad):
25863 Forward events on first pad if no input was selected yet.
25865 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25867 * gst/playback/gstplaybasebin.c: (setup_substreams):
25868 Don't disable streamtype if the stream doesn't exist, since
25869 then playing a video after audio will disable both and nothing
25870 will happen. Fixes the testsuite.
25872 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25874 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
25875 (gst_v4l_xoverlay_set_xwindow_id):
25876 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
25877 (gst_v4l2_xoverlay_set_xwindow_id):
25878 Add debug categories, fix overlay disabling.
25880 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25882 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
25883 * ext/alsa/gstalsa.h:
25884 Add HW probing for period_count/size and buffer_size MIX/MAX
25885 Adjust default/user defined value if out of bounds
25886 Should fix bug #162024
25888 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25890 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
25891 Fix warning (#161191).
25893 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25895 * ext/dvdread/stream_labels.c:
25896 (dvdreadsrc_get_audio_stream_labels):
25897 Fix warning (init the good variable in switch default)
25899 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
25901 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25903 * gst/tta/gstttaparse.c: (gst_tta_src_event):
25904 Fix gcc-2.95 compile (#163485).
25906 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25909 * ext/flac/gstflacenc.c: (gst_flacenc_init),
25910 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
25911 (gst_flacenc_tell_callback), (gst_flacenc_chain),
25912 (gst_flacenc_change_state):
25913 * ext/flac/gstflacenc.h:
25914 Update for API change in flac-1.1.1. Update requirement in
25915 configure.ac. Fixes #162974.
25917 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25919 * gst/playback/gstplaybasebin.c: (group_destroy):
25920 Remove hack to get rid of assert and get rid of unlinked
25923 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25925 * gst/playback/gstplaybasebin.c: (setup_source):
25926 Set source to NULL so that resources are free'ed. Fixes issues
25927 with playback of CDDA and similar device-accessing things.
25929 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25931 * testsuite/embed/Makefile.am:
25932 test->noinst, fix make test in buildbot.
25934 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
25936 * ext/dvdread/stream_labels.c: new file
25937 * ext/dvdread/stream_labels.h: new file
25938 * ext/dvdread/Makefile.am:
25939 * ext/dvdread/dvdreadsrc.c: (_seek_title):
25940 Extract audio stream label from DVD IFO files.
25941 It only dump them on the console for now, still have to
25942 make playbin aware of them.
25944 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25946 * gst/playback/gstplaybasebin.c: (setup_source):
25949 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25951 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25952 (gen_preroll_element), (remove_groups), (setup_subtitle),
25953 (gen_source_element), (setup_source):
25954 * gst/playback/gstplaybasebin.h:
25955 Multiple .sub files is just a stupid idea... Fix some threading
25956 mistakes. Interestingly, external .sub files cause playbin to
25957 hang, I don't know why... Parsing fixes contributed by Fran??ois
25958 Kooman <fkooman@tuxed.net>.
25960 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25962 * testsuite/embed/Makefile.am:
25965 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
25967 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25969 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25970 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25971 (gst_pngenc_set_property):
25972 * ext/libpng/gstpngenc.h:
25973 Add compression level property (#163323).
25975 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25978 * examples/capsfilter/capsfilter1.c: (main):
25979 * examples/seeking/spider_seek.c: (make_spider_pipeline):
25980 * ext/dvdread/Makefile.am:
25981 * ext/dvdread/demo-play:
25982 * ext/dvdread/demo-play.c:
25983 * gconf/gstreamer.schemas.in:
25984 * gst-libs/gst/gconf/gconf.c:
25986 * testsuite/Makefile.am:
25987 * testsuite/embed/Makefile.am:
25988 * testsuite/embed/embed.c: (cb_expose), (main):
25989 Remove all references to xvideosink, fix examples (#140845).
25990 * gst/playback/gstplaybasebin.c: (group_destroy):
25991 Apparently, disposal does not unlink - so do explicitely.
25992 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25995 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
25997 * README: fix PKG_CONFIG_PATH instructions, what was there
25998 previously was breaking default search path, not nice.
26001 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26003 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26004 (gst_audioscale_chain):
26005 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26006 when resampling - how the ^@$^!@^! is this possible?!?
26008 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26010 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26011 Reset variables on READY.
26012 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26013 (gst_matroska_mux_loop):
26014 Require data before writing header.
26016 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
26018 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26020 * ext/mad/gstmad.c: (gst_mad_chain):
26021 Don't call mad_stream_sync() directly after recovering sync.
26024 2005-01-09 Martin Eikermann <meiker@upb.de>
26026 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26028 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26029 (snapshot_handler), (gst_snapshot_sinkconnect),
26030 (gst_snapshot_chain):
26031 Allocate resources when required, fix recursive signal emission
26032 and fix caps. Fixes #161667.
26034 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
26036 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26038 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26039 (gst_pngdec_chain):
26040 Handle only 8-bppc (bits-per-pixel-component) images, better
26041 error handling and correct strides. Fixes #163177.
26042 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26043 (gst_pngenc_chain):
26044 Better error handling. Fixes #163348.
26046 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26048 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26049 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26050 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26051 (dvdnavsrc_uri_handler_init):
26052 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26053 * gst/playback/gstplaybasebin.c: (gen_source_element):
26054 Add MMS to streaming URIs.
26056 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26058 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26059 * sys/xvimage/xvimagesink.c:
26060 (gst_xvimagesink_navigation_send_event):
26061 Check for pad availability before sending event.
26063 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26065 * gst-plugins.spec.in:
26068 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26071 Since we use functions from CVS, up requirement.
26073 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26075 * gst/playback/Makefile.am:
26076 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26077 (group_destroy), (group_commit), (group_is_muted),
26078 (gen_preroll_element), (add_stream), (unknown_type),
26079 (probe_triggered), (preroll_unlinked), (mute_stream),
26080 (silence_stream), (new_decoded_pad), (setup_substreams),
26081 (setup_source), (get_active_source), (mute_group_type),
26082 (muted_group_change_state), (set_active_source),
26083 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26084 (play_base_eos), (gst_play_base_bin_change_state):
26085 * gst/playback/gstplaybasebin.h:
26086 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26087 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26088 (gst_stream_info_dispose), (stream_info_mute_pad),
26089 (stream_info_change_state), (gst_stream_info_set_mute):
26090 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26091 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26092 (gst_stream_selector_init), (gst_stream_selector_dispose),
26093 (gst_stream_selector_get_linked_pad),
26094 (gst_stream_selector_get_caps), (gst_stream_selector_link),
26095 (gst_stream_selector_get_linked_pads),
26096 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26097 * gst/playback/gststreamselector.h:
26098 Adding stream selection support plus required properties for
26099 applications to use this. Fully fixes #100931.
26101 2005-01-08 Benjamin Otte <otte@gnome.org>
26103 * gst/games/gstpuzzle.c: (nav_event_handler):
26104 - handle nav events differently: forward every event no matter if it
26105 was handled or not.
26107 You can now cheat by using navigationtest ! puzzle and moving the
26108 mouse close to the edge of a tile. ;)
26110 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26113 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26114 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26115 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26116 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26117 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26118 (gst_ogm_parse_plugin_init):
26119 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26120 (gst_textoverlay_link), (gst_textoverlay_getcaps),
26121 (gst_textoverlay_event), (gst_textoverlay_video_chain),
26122 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26123 * ext/pango/gsttextoverlay.h:
26124 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26125 (gst_matroska_demux_handle_seek_event),
26126 (gst_matroska_demux_sync_streams),
26127 (gst_matroska_demux_parse_blockgroup),
26128 (gst_matroska_demux_subtitle_caps),
26129 (gst_matroska_demux_plugin_init):
26130 * gst/matroska/matroska-ids.h:
26131 * gst/playback/gstdecodebin.c: (close_pad_link):
26132 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26133 (gen_preroll_element), (remove_groups), (add_stream),
26134 (new_decoded_pad), (setup_subtitles), (gen_source_element),
26136 * gst/playback/gstplaybasebin.h:
26137 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26138 * gst/subparse/Makefile.am:
26139 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26140 (gst_subparse_base_init), (gst_subparse_class_init),
26141 (gst_subparse_init), (gst_subparse_formats),
26142 (gst_subparse_eventmask), (gst_subparse_event),
26143 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26144 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26145 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26146 (parse_mpsub_deinit), (parse_mpsub_init),
26147 (gst_subparse_buffer_format_autodetect),
26148 (gst_subparse_format_autodetect), (gst_subparse_loop),
26149 (gst_subparse_change_state), (gst_subparse_type_find),
26151 * gst/subparse/gstsubparse.h:
26152 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26154 Add subtitle support, .sub parser (supports SRT and MPsub),
26155 OGM text support, Matroska UTF-8 text support, deadlock fixes
26156 all over the place, subtitle awareness in decodebin/playbin
26157 and some fixes to textoverlay to handle subtitles in a stream
26158 correctly. Fixes #100931.
26160 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26162 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26163 Check for pad availability before doing a query on it.
26165 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26167 * ext/dv/gstdvdec.c:
26168 really fix bpp24/32 dvdec caps (classic rgba indeed)
26169 * gst/asfdemux/gstasfdemux.c:
26170 (gst_asf_demux_process_ext_content_desc):
26171 don't send text tags if they are empty (bis repetita)
26173 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26175 * ext/dv/gstdvdec.c:
26176 remove unneeded comment from dvdec
26177 (related to DV 4CC codes in AVI files)
26178 moved them in gstreamer/docs/random/mimetypes
26179 * gst/asfdemux/gstasfdemux.c:
26180 (gst_asf_demux_process_ext_content_desc):
26181 don't send text tags if they are empty
26182 fix mem leak on error path
26183 * gst/ffmpegcolorspace/avcodec.h:
26184 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26185 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26186 (gst_ffmpegcsp_avpicture_fill):
26187 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26188 * gst/ffmpegcolorspace/imgconvert_template.h:
26189 adds BGR32 and BGRA32 to ffmpegcolorspace
26190 (still bad colors, fixing it on next commit)
26191 helps with dvdec outputing BGR32
26193 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26195 * ext/dv/gstdvdec.c:
26196 Fix audio caps i just broke (missing ',')
26197 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26198 (gst_matroska_mux_reset):
26199 Fix typo + add FIXME about old "x-gst-metadata" crap
26201 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26203 * ext/dv/demo-play.c: (main):
26204 xvideosink -> xvimagesink
26205 * ext/dv/gstdvdec.c:
26206 change rgb 32/32 caps to 24/32 (no alpha)
26207 change nb of channels to be a list (2 or 4, not 2)
26208 change sample rate to be a list (32, 44.1, 48 kHz) not a range
26209 * gst/asfdemux/gstasfdemux.c:
26210 (gst_asf_demux_process_ext_content_desc):
26211 Add 'date/year' to extracted metadata list
26213 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26215 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26216 The return value of fixate_to does not imply that the requested
26217 value was set, so don't assume.
26219 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
26221 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26223 * ext/libpng/gstpngdec.c:
26224 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26225 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26226 * ext/libpng/gstpngenc.h:
26227 Alpha support (encoder; #163161), mime fixage.
26229 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
26231 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26233 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26234 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26235 (gst_faac_set_property), (gst_faac_get_property):
26236 * ext/faac/gstfaac.h:
26237 Allow for ADTS output (#153434).
26239 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26241 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26242 Fix against template (#150576).
26244 2005-01-06 Benjamin Otte <otte@gnome.org>
26246 * gst/games/gstpuzzle.c: (draw_puzzle):
26247 don't draw a puzzle if either width or height of tiles would be 0.
26249 2005-01-06 Benjamin Otte <otte@gnome.org>
26251 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26252 (gst_puzzle_class_init), (gst_puzzle_finalize):
26253 no memleaks, please
26254 (gst_puzzle_create), (gst_puzzle_init),
26255 (gst_puzzle_set_property), (gst_puzzle_setup):
26256 change initialization code around so we don't reshuffle on resize
26258 fix another stupid typo
26260 2005-01-06 Benjamin Otte <otte@gnome.org>
26262 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26263 fix stupid typo that borked copying on YUY2
26265 2005-01-06 Benjamin Otte <otte@gnome.org>
26267 * gst/games/gstpuzzle.c: (draw_puzzle):
26268 fix edges when image sizes aren't multiples of tile sizes
26270 2005-01-06 Benjamin Otte <otte@gnome.org>
26272 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26273 make RGB endianness work correctly
26274 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26275 refactor and fix race with initial shuffling
26276 (nav_event_handler):
26277 allow using the mouse to puzzle
26279 insist on tiles having width and height as multiples of 4 to get
26280 clean YUV image handling
26281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26282 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26283 s/DEBUG/LOG/ for common messages
26284 (gst_xvimagesink_navigation_send_event):
26285 fix mouse event translation to not include screen PAR
26286 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26287 fix mouse event translation to actually work
26289 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26291 * gst/asfdemux/gstasfdemux.c:
26292 (gst_asf_demux_process_ext_content_desc):
26293 Extract TrackNumber metadata + clean up code
26294 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26295 Hope this is the good fix (var used unitialised)
26297 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26299 * ext/faad/gstfaad.c: (gst_faad_chain):
26300 Only increment timestamp if it's valid. Fixes raw AAC streams.
26302 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
26305 * gst/games/Makefile.am:
26306 * gst/games/gstpuzzle.c:
26307 add a puzzle game with...
26308 * gst/games/gstvideoimage.c:
26309 * gst/games/gstvideoimage.h:
26310 ... full colorspace support (that includes YUV9 and RGB16)) stolen
26311 from videotestsrc and made into something that would be a nice
26312 library for a lot of other plugins.
26314 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26317 don't compile faad plugin if a RC of 2.0 is found
26318 Fixes #155346 (and FC1 buildbot)
26319 * gst/asfdemux/gstasfdemux.c:
26320 (gst_asf_demux_process_ext_content_desc):
26321 try to make Solaris compiler happier
26323 2005-01-06 Paul Jack <pjack@sfaf.org>
26325 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26327 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26328 Fix segfault (#161667).
26330 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26332 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26333 Fix framerate reporting.
26335 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
26337 * gst-libs/gst/riff/riff-ids.h:
26338 * gst/wavenc/riff.h:
26339 Add AMR (VBR and CBR) ids to riff.h audio codec list
26340 * gst/asfdemux/gstasfdemux.c:
26341 (gst_asf_demux_process_ext_content_desc),
26342 (gst_asf_demux_process_object):
26343 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26345 2005-01-05 Martin Eikermann <meiker@upb.de>
26347 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26349 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26350 (gst_dvd_demux_handle_discont):
26351 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26352 (gst_mpeg_demux_handle_discont):
26353 Recreate pads on new-media (#160730).
26354 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26355 Send discont even if manager changes timestamps (#161929).
26357 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
26359 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26361 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26362 Fix invalid memory access (#159211).
26364 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26366 * examples/gstplay/player.c: (main):
26368 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26369 Add visualizations.
26370 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26371 (gst_a52dec_handle_frame):
26373 * ext/dvdnav/gst-dvd:
26374 Add audioconvert. Fixes #161325.
26375 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26376 Explicitely case to gint64. Possible valgrind error.
26377 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26378 (gst_play_tick_callback), (gst_play_change_state),
26379 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26380 (gst_play_set_location), (gst_play_get_location),
26381 (gst_play_seek_to_time), (gst_play_set_data_src),
26382 (gst_play_set_video_sink), (gst_play_set_audio_sink),
26383 (gst_play_set_visualization), (gst_play_connect_visualization),
26384 (gst_play_get_framerate), (gst_play_get_all_by_interface),
26386 Use playbin. Fixes #139749 and #147744.
26387 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
26389 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
26390 (audioscale_get_type), (gst_audioscale_base_init),
26391 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
26392 (gst_audioscale_getcaps), (gst_audioscale_fixate),
26393 (gst_audioscale_link), (gst_audioscale_get_buffer),
26394 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
26395 (gst_audioscale_init), (gst_audioscale_dispose),
26396 (gst_audioscale_chain), (gst_audioscale_set_property),
26397 (gst_audioscale_get_property), (plugin_init):
26399 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26401 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
26402 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
26403 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
26404 Add more metadata (fixes #162656).
26406 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
26411 === release 0.8.7 ===
26413 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
26418 releasing 0.8.7, "Hyperspace"
26420 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
26422 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
26424 * gst/playback/gstplaybasebin.c:
26425 Fix for #162924 - free caps after use, not before
26427 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
26429 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26431 * gst/playback/gstplaybasebin.c:
26432 * gst/wavparse/gstwavparse.c:
26433 Fix for #154773 - fixes playback of small .wav files
26435 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
26437 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26439 * gst/audioscale/gstaudioscale.c:
26440 Fix for #162819 - make audioscale reusable
26441 Fixes playback of more than one file with playbin/totem
26443 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
26445 * gst/ffmpegcolorspace/avcodec.h:
26446 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26447 * gst/ffmpegcolorspace/imgconvert.c:
26448 clean up the mess that made me cry and avoid needless duplication
26450 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
26452 * gst/ffmpegcolorspace/imgconvert.c:
26453 give some indication of why we're segfaulting
26455 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26458 Fix indentation, fix v4l2 plugin detection.
26460 Fix libmms location (Maciej, use diff -u!).
26461 * ext/alsa/gstalsa.c: (gst_alsa_init):
26462 Initialize caps cache to NULL.
26463 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26464 Only change state on audiosink if it exists.
26466 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
26468 * gst/matroska/matroska-demux.c:
26469 * gst/matroska/matroska-ids.h:
26470 * gst/matroska/matroska-demux.h:
26471 Fix Vorbis streams failing to decode in some files, where cluster_time
26472 isn't 0, because then it doesn't send codec_priv before actual data.
26473 Remove time-based test and replace it with marker set on beginning of
26476 2004-12-28 David Schleef <ds@schleef.org>
26478 Merge patch from Ronald fixing problems with streaming
26480 * ext/cairo/gstcairo.c: (plugin_init):
26481 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26482 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26483 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26484 (gst_textoverlay_font_init), (gst_textoverlay_init),
26485 (gst_textoverlay_set_property):
26486 * ext/cairo/gsttextoverlay.h:
26488 2004-12-27 David Schleef <ds@schleef.org>
26490 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26491 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26492 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26493 (gst_textoverlay_font_init), (gst_textoverlay_init),
26494 (gst_textoverlay_set_property): Improvements to actually
26495 render text as white on black outline on video, including
26496 font selection and horizontal/vertical alignment. (Ronald's
26498 * ext/cairo/gsttextoverlay.h:
26500 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26502 * ext/ogg/gstogg.c:
26503 * ext/ogg/gstogmparse.c:
26504 fix ogm[audio/video]parse plugin registration
26505 (riff won't load if bytestream is already loaded)
26507 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
26509 * gst/audioconvert/gstchannelmix.c:
26512 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
26516 disable docs again until it actually passes make distcheck.
26518 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26520 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
26521 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
26523 Add 3GP (variables name Q3GP because they can't start with a
26524 number). Add samr audio fourcc (used in .3gp files), decoder
26525 is work in progress. Also do a GST_WARNING instead of ERROR
26526 in case of unknown nodes, to decrease output.
26528 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
26533 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
26536 * ext/speex/gstspeexdec.h:
26537 * ext/speex/gstspeexenc.h:
26538 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
26539 Fix detection code in configure.ac
26541 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26543 * gst/matroska/matroska-demux.c:
26544 (gst_matroska_demux_parse_blockgroup):
26545 Save position, so that queries give proper return values. Don't
26546 know how this could ever have worked before...
26548 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
26551 Put additional LAME check inside the conditional. Fixes #152339
26553 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26555 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26556 (gst_avi_demux_stream_scan):
26557 Add some more debug. Fix logic error when setting movi offset
26558 while reading index.
26560 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26562 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26563 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
26564 (gst_avi_demux_process_next_entry):
26565 Add some debugging. Better detection of broken indexes and the
26566 accompanying index recovery. No infinite loops on state changes
26567 when we're still in our loopfunction.
26569 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26574 2004-12-22 Archana Shah <archana.shah@wipro.com>
26576 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26578 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
26579 Normalizing the value before setting
26580 (gst_sunaudiomixer_get_volume):
26581 Normalizing the value after getting. Fixes bug# 161980
26583 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26585 * Makefile.am: Make sure docs gets disted
26586 * docs/Makefile.am: Make sure all needed files get disted
26587 * gst-plugins.spec.in: latest updates
26589 2004-12-22 Wim Taymans <wim@fluendo.com>
26591 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26592 Revert patch 1.38 as clock distribution over schedulers does
26593 not work correcly in the core yet.
26595 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26597 * sys/oss/README: remove this file, which predates my birth
26598 (and which content is by far outdated)
26600 2004-12-20 Stefan Kost <ensonic@users.sf.net>
26604 * docs/Makefile.am:
26605 * docs/libs/Makefile.am:
26606 * docs/libs/gst-plugins-libs-docs.sgml:
26607 * docs/libs/gst-plugins-libs-sections.txt:
26608 * docs/libs/tmpl/gstgconf.sgml:
26610 * docs/version.entities.in:
26611 Added boilerplate gtk-doc files for plugin-libs documentation.
26613 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26615 * gst/auparse/gstauparse.c: fix int and float audio caps
26617 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26619 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26620 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
26621 g_assert() can be a macro, don't use #ifdef inside it.
26623 2004-12-19 Edward Hervey <bilboed@bilboed.com>
26625 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26627 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
26628 (gst_videorate_init), (gst_videorate_chain),
26629 (gst_videorate_change_state):
26630 Event handling (fixes #159986).
26632 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26634 * gst-libs/gst/riff/riff-media.c:
26635 (gst_riff_create_video_caps_with_data):
26636 Add BLZ0 (Blizzard's version of DivX) fourcc.
26638 2004-12-18 David Schleef <ds@schleef.org>
26640 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
26643 2004-12-18 David Schleef <ds@schleef.org>
26645 * gst/tta/ttadec.h: Disable some header code that isn't used
26646 and clearly isn't portable.
26648 2004-12-18 David Schleef <ds@schleef.org>
26650 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
26651 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26652 (avcodec_get_pix_fmt), (avpicture_layout),
26653 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
26654 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
26655 Fix code to not use GCC extensions (and c99 extensions that
26656 Forte does not like.)
26658 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
26660 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26662 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26663 (gst_deinterlace_chain):
26664 Rowstride fixes. Fixes #161039.
26665 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
26666 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
26667 (gst_video_crop_getcaps), (gst_video_crop_link),
26668 (gst_video_crop_i420), (gst_video_crop_chain),
26669 (gst_video_crop_change_state):
26670 Rework of negotiation. Actually works now. Fixes #158650.
26672 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26674 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
26675 That was very stupid.
26677 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26679 * gst/matroska/matroska-demux.c:
26680 (gst_matroska_demux_parse_blockgroup):
26681 Fix possible crasher.
26683 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26685 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
26686 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
26687 Lace sizes can be zero.
26689 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26691 * ext/musepack/gstmusepackdec.cpp:
26692 Fetch error return values. Fixes #161624.
26693 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26696 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26698 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
26699 Work for truncated (unfinished download etc.) files. Fixes #160514.
26701 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26703 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26704 Fix for integer overflow. Makes #156001 not crash. Probably masks
26707 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26709 * gst/ac3parse/gstac3parse.c: (plugin_init):
26710 Parsers never have ranks. Fixes #159651.
26712 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26714 * gst/playback/gstdecodebin.c: (compare_ranks):
26715 make sure the facotries are ordered the same every time even if they
26716 have the same rank by using the name
26717 * gst/playback/gstdecodebin.c: (find_compatibles):
26718 make sure we don't add factories to the list twice
26720 2004-12-16 David Schleef <ds@schleef.org>
26722 * configure.ac: look for musepack headers as musepack/*.h
26724 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
26725 * ext/musepack/gstmusepackreader.h: same
26727 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26729 * gst-libs/gst/riff/riff-read.c:
26730 (gst_riff_read_strf_auds_with_data):
26731 Read extradata correctly (fixes #155879).
26733 2004-12-16 David Schleef <ds@schleef.org>
26735 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
26736 audio. does _not_ attempt or allow conversion unless channels
26739 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26741 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
26743 2004-12-16 David Schleef <ds@schleef.org>
26745 * gst/audioscale/gstaudioscale.c: the resample library only
26746 handles 1 or 2 channels. Change caps to compensate.
26748 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26750 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
26751 (gst_matroska_demux_audio_caps):
26752 Some MPEG-AAC hacks, because else it doesn't work...
26754 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26756 * gst-libs/gst/riff/riff-media.c:
26757 (gst_riff_create_video_caps_with_data),
26758 (gst_riff_create_video_template_caps):
26761 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26763 * gst-libs/gst/audio/Makefile.am:
26764 Try to fix buildbot.
26766 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
26768 * gst/tcp/gstmultifdsink.c:
26769 Clean up and uniformize debugging.
26771 2004-12-16 Edward Hervey <bilboed@bilboed.com>
26773 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26775 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26776 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
26777 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
26778 (gst_mpeg_demux_change_state):
26779 Reset on ready. Fixes 160276.
26781 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
26783 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26785 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26786 (gst_ffmpegcsp_pad_link):
26787 Fix memleak (#154815).
26789 2004-12-16 James Bowes <bowes@cs.dal.ca>
26791 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26793 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
26794 (gst_musicbrainz_init), (gst_musicbrainz_chain),
26795 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
26796 * ext/musicbrainz/gsttrm.h:
26797 Add support for using a proxy server when getting a trm id from
26798 the MusicBrainz database (#149613).
26800 2004-12-16 Christophe Fergeau <teuf@gnome.org>
26802 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26804 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
26805 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26806 Fix memleaks (#157233).
26808 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
26810 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26812 * gst-libs/gst/resample/resample.c: (gst_resample_close):
26813 * gst-libs/gst/resample/resample.h:
26814 * gst/audioscale/gstaudioscale.c:
26815 Fix memleak (#159215).
26817 2004-12-16 Toni Willberg <toniw@iki.fi>
26819 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26821 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26822 * sys/oss/oss_probe.c: (main):
26823 Check for mono/stereo support (similar to samplerate probing),
26824 fixes #159433. Also add missing copyright header to oss_probe.c.
26826 2004-12-15 David Schleef <ds@schleef.org>
26828 * configure.ac: add audioresample and cairo plugins. Remove
26829 HAVE_MMX stuff, because it's not used.
26830 * ext/Makefile.am: same
26831 * ext/audioresample/Makefile.am: You are not ready for an
26832 audio resampling element based on audioresample.
26833 * ext/audioresample/gstaudioresample.c:
26834 * ext/audioresample/gstaudioresample.h:
26835 * ext/cairo/Makefile.am: You are not ready for overlay elements
26836 based on cairo. Don't look too closely, these elements kinda
26838 * ext/cairo/gstcairo.c: new
26839 * ext/cairo/gsttextoverlay.c: new
26840 * ext/cairo/gsttextoverlay.h: new
26841 * ext/cairo/gsttimeoverlay.c: new
26842 * ext/cairo/gsttimeoverlay.h: new
26843 * gst-libs/gst/media-info/media-info-priv.h: fix compile
26844 problem with compilers that don't support variadic macros.
26846 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
26848 Reviewed by: David Schleef <ds@schleef.org>
26850 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
26851 Bala, registering sunaudiosrc (oops!), and cleaning up code a
26852 bit. Also ran indent-gst.
26853 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
26854 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
26855 (gst_sunaudiosrc_setparams):
26857 2004-12-14 David Schleef <ds@schleef.org>
26859 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
26860 output rate to 16000. Should fix #160235.
26862 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26864 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26865 Add typefinding for mpeg2 pes streams
26867 2004-12-13 David Schleef <ds@schleef.org>
26869 * configure.ac: Applied patch from bug #143659, making default
26870 sources and sinks OS-dependent (for Solaris), and added code
26872 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
26874 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26876 * gst-libs/gst/riff/riff-media.c:
26877 forgot to add h2.64 to avidemux template caps
26879 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26881 * gst/wavenc/riff.h:
26882 * gst-libs/gst/riff/riff-media.c:
26883 * gst-libs/gst/riff/riff-ids.h:
26884 * gst/avi/gstavimux.c
26885 add 4CC code for VideoSoft h264 in AVI (VSSH)
26887 remove s323 from riff, it's quicktime specific :(
26889 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26891 * gst/asfdemux/README
26892 * gst/wavenc/riff.h
26893 * gst-libs/gst/riff/riff-ids.h
26894 * gst-libs/gst/riff/riff-media.c
26895 * gst/qtdemux/qtdemux.c:
26896 add new 4CC codes for h263 related codecs
26897 fixes partially bug #155163
26899 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
26901 * configure.ac: Update polyaudio requirement to 0.7
26902 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
26904 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26906 * gst/interleave/deinterleave.c:
26907 fix my name's spelling! :)
26909 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26911 * AUTHORS ChangeLog
26912 * gst/auparse/gstauparse.c
26913 * gst/interleave/deinterleave.c
26915 alaw-decode.c alaw-encode.c
26916 mulaw-decode.c mulaw-encode.c
26917 * gst/oneton/gstoneton.c
26919 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
26921 cocoawindow.h cocoawindow.m
26922 osxvideosink.h osxvideosink.m
26924 put the same mail address for Zaheer Abbas Merali everywhere
26926 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26928 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
26929 Align by packetsize, and assert that we a packet available before
26930 playing. The first makes webstreams work (they often include
26931 trailing padding data in a packet), the second allows pausing a
26932 ASF stream in totem without getting demux errors afterwards.
26934 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26936 * ext/ogg/gstoggdemux.c: (get_relative):
26937 Check for non-NULL before accessing member (end-of-chain).
26939 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26941 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26942 (cdparanoia_set_property), (cdparanoia_get_property):
26943 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26944 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
26945 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26946 (dvdreadsrc_init), (dvdreadsrc_set_property),
26947 (dvdreadsrc_get_property):
26948 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
26949 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
26950 Synchronize property names where not yet the case. Devices are
26951 now device=X, other versions are deprecated (but still exist).
26952 Also use g_free() unconditionally.
26953 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26954 (setup_source), (gst_play_base_bin_get_property):
26957 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
26959 * configure.ac: move GCONF macro outside conditional for the am
26960 conditional. Fixes #160439
26962 2004-12-08 David Schleef <ds@schleef.org>
26964 * tools/gst-visualise-m.m: Switch to elements that currently
26967 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26969 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26970 We love wrong commas.
26972 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26974 * gst/matroska/matroska-demux.c:
26975 (gst_matroska_demux_handle_src_query):
26976 Don't set DEFAULT, unsupported - makes length display incorrectly
26979 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26981 * gst/monoscope/README: remove blurb about files being GPL
26982 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
26983 * gst/monoscope/monoscope.c: Change license to BSD with explanation
26984 monoscope is now effectively LGPL licensed
26986 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
26988 * gst/monoscope/README: Update information to be more correct
26989 * gst/monoscope/convolve.c: Relicense to LGPL
26990 * gst/monoscope/convolve.h: Relicense to LGPL
26992 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
26994 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26995 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
26996 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
26997 set default_duration for mpeg1 audio
26999 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27001 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27002 * ext/alsa/gstalsa.h:
27003 refactor big chunks of the core caps negotiation code to make it
27004 a lot faster, because people claim it's really slow
27005 (actually, just cache the getcaps when the device is opened)
27007 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27009 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27010 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27011 (gst_a52dec_handle_frame), (gst_a52dec_chain),
27012 (gst_a52dec_change_state), (plugin_init):
27013 * ext/a52dec/gsta52dec.h:
27014 Do something useful with timestamps. Make chain-based (since
27015 there's really no reason to be loopbased).
27016 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27017 Update current_byte/frame correctly.
27019 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27021 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27022 (gst_ape_demux_stream_init):
27025 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27027 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27028 Let's make sure we're done typefinding when detecting tags.
27030 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27032 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27033 (gst_ebml_read_init), (gst_ebml_read_use_event),
27034 (gst_ebml_read_element_id), (gst_ebml_peek_id),
27035 (gst_ebml_read_seek), (gst_ebml_read_skip),
27036 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27037 (gst_ebml_read_master):
27038 * gst/matroska/ebml-read.h:
27039 * gst/matroska/matroska-demux.c:
27040 (gst_matroska_demux_parse_contents),
27041 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27042 Disgustingly evil hack for working around INTERRUPT events and
27043 their extremely annoying habit of being a pain in the ass. We
27044 simply peek a cluster before reading any of it.
27046 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27048 * ext/musepack/gstmusepackdec.cpp:
27049 There's also floating point libmusepacks.
27051 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27053 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27054 (gst_faad_chanpos_to_gst), (gst_faad_chain):
27055 Set DURATION even if source buffer didn't. Also use increasing
27057 * gst-libs/gst/riff/riff-media.c:
27058 (gst_riff_create_audio_caps_with_data):
27059 Block_align can have larger values than 8192.
27061 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27063 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27064 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27065 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27066 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27069 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27071 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27074 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27076 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27079 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27081 * ext/esd/esdsink.c: (gst_esdsink_chain):
27082 Make error actually say something useful (fixes #156798).
27083 * gst-libs/gst/riff/riff-media.c:
27084 (gst_riff_create_video_caps_with_data),
27085 (gst_riff_create_video_template_caps):
27086 Add Intel Video 5.0 fourcc (IV50).
27088 2004-12-01 Christophe Fergeau <teuf@gnome.org>
27090 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27091 detection on mono and stereo mp3 files.
27093 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27095 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27096 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27097 the contained stream).
27099 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27101 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27102 Oops, remove debug.
27104 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
27106 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27108 * gst/law/alaw-decode.c: (alawdec_getcaps):
27109 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27110 Prevent warnings when negotiating caps (fixes #159338).
27112 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27114 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27115 (gst_ffmpegcsp_chain):
27116 Remove old leftover that shouldn't be there...
27118 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
27120 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27122 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27123 Don't forward DISCONT events (fixes #159684).
27125 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27127 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27128 Unlink manually since sometimes bin disposal (and therefore
27129 pad unlinking) is delayed, which will cause a new media file
27130 to not be able to start playing instantly.
27132 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27134 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27135 On mute of an unlinked stream, check for pad availability so
27136 we don't crash on unlinked pad.
27138 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27140 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27141 (gst_avi_demux_massage_index):
27142 Fix quite humiliating bug in omitting 0-sized index chunks but
27143 forgetting to count them for timestamps.
27145 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27147 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27148 Actually leave the loop if we failed to sync. Don't crash.
27150 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27152 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27153 (gst_dvd_demux_process_private):
27154 * gst/mpegstream/gstdvddemux.h:
27155 Fix crash (#159759). Doesn't work, though. :-(.
27157 2004-11-28 Benjamin Otte <otte@gnome.org>
27159 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27160 more overwriting protection due to modifying channels one by one
27161 instead of all at once
27163 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27165 * gst/audioconvert/gstchannelmix.c:
27166 (gst_audio_convert_fill_normalize):
27167 Normalize using absolute values.
27169 2004-11-28 Julien MOUTTE <julien@moutte.net>
27173 * ext/directfb/Makefile.am:
27174 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27175 (gst_directfbvideosink_get_pixel_format),
27176 (gst_directfbvideosink_get_format_from_fourcc),
27177 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27178 (gst_directfbvideosink_sink_link),
27179 (gst_directfbvideosink_change_state),
27180 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27181 (gst_directfbvideosink_buffer_alloc),
27182 (gst_directfbvideosink_interface_supported),
27183 (gst_directfbvideosink_interface_init),
27184 (gst_directfbvideosink_navigation_send_event),
27185 (gst_directfbvideosink_navigation_init),
27186 (gst_directfbvideosink_set_property),
27187 (gst_directfbvideosink_get_property),
27188 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27189 (gst_directfbvideosink_base_init),
27190 (gst_directfbvideosink_class_init),
27191 (gst_directfbvideosink_get_type), (plugin_init):
27192 * ext/directfb/directfbvideosink.h: Adding a first version of
27194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27197 2004-11-28 Benjamin Otte <otte@gnome.org>
27199 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27200 walk the samples backwards if out_channels > in_channels so we don't
27203 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27205 * gst/audioconvert/Makefile.am:
27206 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27207 (gst_audio_convert_link), (gst_audio_convert_change_state),
27208 (gst_audio_convert_channels):
27209 * gst/audioconvert/gstchannelmix.c:
27210 (gst_audio_convert_unset_matrix),
27211 (gst_audio_convert_fill_identical),
27212 (gst_audio_convert_fill_compatible),
27213 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27214 (gst_audio_convert_fill_others),
27215 (gst_audio_convert_fill_normalize),
27216 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27217 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27218 * gst/audioconvert/gstchannelmix.h:
27219 Implement a channel mixer.
27221 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
27223 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27224 * ext/alsa/gstalsa.h:
27225 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27226 Make alsasink actually honor gst_element_set_clock and use that
27227 clock instead of its internal one.
27229 2004-11-27 Christophe Fergeau <teuf@gnome.org>
27231 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27232 (gst_play_base_bin_change_state): nullify source and decoder when
27233 going from READY to NULL so that we don't try to do weird stuff with
27234 them when going from NULL to READY
27235 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27236 instead of g_object_unref
27237 (gen_video_element), (gen_audio_element): more refcounting fixes, now
27238 it should be correct
27239 (gst_play_bin_change_state): don't call remove_sinks if we are
27240 currently disposing the object
27242 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27244 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27245 Don't forget bass if it's there. Else left channel is silent...
27247 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27249 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27250 (gst_a52dec_change_state):
27251 Don't do sample adjusting anymore, we use float audio now.
27252 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27253 Don't fixate to non-existing properties.
27255 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27257 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27258 (gst_a52dec_change_state):
27259 Advertise that we can do surround sound.
27261 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27263 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27264 Add buffer-frames=0.
27265 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27266 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27267 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27268 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27269 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27270 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27271 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27272 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27273 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27274 * ext/dvdread/dvdreadsrc.h:
27275 Add seeking, querying for bytes, sectors, title, angle and
27276 chapter. Handle multiple chapters. Relicense to LGPL because
27277 Billy agreed on that (thanks Billy!).
27279 2004-11-27 Christophe Fergeau <teuf@gnome.org>
27281 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27282 call parent dispose method
27284 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
27286 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27287 (gst_audio_clock_get_internal_time):
27288 Fix active <-> inactive transitions: ensure time value always
27289 grows and avoid abrupt value changes.
27291 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
27294 * gst/tta/Makefile.am:
27296 * gst/tta/filters.h:
27297 * gst/tta/gsttta.c:
27298 * gst/tta/gstttadec.c:
27299 * gst/tta/gstttadec.h:
27300 * gst/tta/gstttaparse.c:
27301 * gst/tta/gstttaparse.h:
27302 * gst/tta/ttadec.h:
27303 added TTA parser and decoder
27305 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27307 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27308 (probe_triggered), (check_queue), (buffer_underrun),
27309 (buffer_running), (buffer_overrun), (gen_source_element),
27311 * gst/playback/gstplaybasebin.h:
27312 Implement buffering. Needs some more work.
27314 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27316 * ext/theora/theoradec.c: (theora_dec_chain):
27317 Fix ilog mask range overflow.
27319 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27321 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27322 Don't omit the last (which in case of dmix is the only :) )
27323 channel count. Don't set channels if <= 2.
27325 2004-11-26 Christophe Fergeau <teuf@gnome.org>
27327 * gst/playback/gstplaybin.c: (gen_video_element),
27328 (gen_audio_element): Removed 2 obsolete comments
27330 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27332 * ext/vorbis/oggvorbisenc.c
27333 * ext/vorbis/vorbisenc.c :
27334 change description fields of those plugins to differentiate them
27335 (pitivi show Encoders by description, they had the same one)
27337 2004-11-25 Christophe Fergeau <teuf@gnome.org>
27339 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27341 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27342 (gst_play_bin_set_property), (gen_video_element),
27343 (gen_audio_element):
27344 Refcounting fixes for provided audio-/videosinks.
27346 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27348 * gst/playback/gstplaybin.c: (gen_video_element),
27349 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27350 Don't reference all sinks, but only the video- and audiosinks.
27351 The vis. element should be disposed when we're done with it.
27352 We don't have any reason to keep it around. This fixes warnings
27353 when reusing playbin for playing multiple audio files with
27354 vis. enabled. Also release audio device on pause - idea stolen
27357 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27359 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27360 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27361 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27362 * ext/alsa/gstalsaplugin.c: (plugin_init):
27363 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27364 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27365 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27366 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27367 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27368 (gst_faad_change_state), (plugin_init):
27369 * ext/faad/gstfaad.h:
27370 * ext/vorbis/vorbis.c: (plugin_init):
27371 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27372 * gst-libs/gst/audio/Makefile.am:
27373 * gst-libs/gst/audio/audio.c: (plugin_init):
27374 * gst-libs/gst/audio/multichannel.c:
27375 (gst_audio_check_channel_positions),
27376 (gst_audio_get_channel_positions),
27377 (gst_audio_set_channel_positions),
27378 (gst_audio_set_structure_channel_positions_list),
27379 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27380 (gst_audio_fixate_channel_positions):
27381 * gst-libs/gst/audio/multichannel.h:
27382 * gst-libs/gst/audio/testchannels.c: (main):
27383 * gst/audioconvert/gstaudioconvert.c:
27384 (gst_audio_convert_class_init), (gst_audio_convert_init),
27385 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27386 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
27387 (gst_audio_convert_fixate), (gst_audio_convert_channels):
27388 * gst/audioconvert/plugin.c: (plugin_init):
27389 Surround sound support.
27391 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27393 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27394 Fix position for discont if we're close as well. Nitpicking, but
27395 saves a few milliseconds of extra waiting or skipping.
27397 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27399 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
27400 We sometimes need parsers for playback, so add those too.
27402 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27405 * gst/apetag/Makefile.am:
27406 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
27407 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
27408 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
27409 (gst_ape_demux_get_src_query_types),
27410 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
27411 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
27412 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
27413 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
27414 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
27415 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
27416 (gst_ape_demux_change_state):
27417 * gst/apetag/apedemux.h:
27418 * gst/apetag/apetag.c: (plugin_init):
27419 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
27421 APE v1/2 tag reader plus typefind function.
27423 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27426 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27427 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27428 Remove hacks for older core. Require newer core version
27431 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27433 * gst/cdxaparse/Makefile.am:
27434 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
27435 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
27436 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
27437 * gst/cdxaparse/gstcdxaparse.h:
27438 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
27439 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
27440 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
27441 (gst_cdxastrip_get_src_query_types),
27442 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
27443 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
27444 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
27445 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
27446 * gst/cdxaparse/gstcdxastrip.h:
27447 SVCD/VCD header stripping separated from CDXA image parsing.
27448 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27450 Add VCD/SVCD header typefinding for VCD/SVCD.
27451 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
27452 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
27453 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
27454 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
27455 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
27456 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
27457 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
27458 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
27459 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
27460 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
27461 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
27462 * sys/vcd/vcdsrc.h:
27463 Fix up, add seeking, querying, URI interface. Works in totem now.
27465 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
27470 === release 0.8.6 ===
27472 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
27490 releasing 0.8.6, "IOU Love"
27492 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27494 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27496 * gst/playback/gstplaybasebin.c:
27497 Fix unplayable files error handling. Fixes #158365
27499 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27501 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27503 * gst/typefind/gsttypefindfunctions.c:
27504 Fix broken mp3 typefinding. Fixes #158375
27506 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27508 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27510 * ext/ogg/gstoggdemux.c:
27511 Fix sync on broken files. Fixes #158976
27513 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27515 patch by: Edward Hervey <bilboed@bilboed.com>
27517 * ext/libpng/gstpngenc.c:
27518 Copy over buffer properties. Fixes #158832
27520 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27522 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27524 * ext/dvdread/dvdreadsrc.c:
27525 Fixes invalid reads (#158462)
27527 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27529 * sys/v4l/gstv4lsrc.c:
27530 * sys/v4l/gstv4lsrc.h:
27531 * sys/v4l/v4lsrc_calls.c:
27532 Probe less and cache it. Fixes #159187.
27534 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
27536 * gst/videorate/gstvideorate.c:
27537 Handle all video formats. Fixes #159186.
27539 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
27540 * gst/synaesthesia/gstsynaesthesia.c:
27541 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
27542 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
27543 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
27544 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
27545 (gst_synaesthesia_change_state), (plugin_init):
27546 Fix up synaesthesia to work under different samplerates/ buffer sizes.
27547 Force 320x200 output, as that's the only thing the underlying
27548 synaesthesia implementation supports. Still needs to be made
27551 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27554 Fix mpeg2enc configure check (similar to mplex check below).
27556 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
27558 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27560 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27561 Fix for gcc-2.95 (fixes #158221).
27563 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27565 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27566 Re-add clock distribution hack (until new core is released).
27569 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
27571 fix mplex configure check segfaulting on some systems (bug #140994)
27573 2004-11-13 Benjamin Otte <otte@gnome.org>
27575 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
27577 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27578 do a wait when we enter the loop func with no data available to
27579 write instead of getting into an 100% CPU loop by just returning and
27580 being called again by the scheduler
27582 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
27585 * ext/libvisual/visual.c: (gst_visual_get_type),
27586 (libvisual_log_handler), (gst_visual_getcaps),
27587 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
27589 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
27590 * ext/smoothwave/Makefile.am:
27591 * ext/smoothwave/demo-osssrc.c: (main):
27592 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
27593 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
27594 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
27596 * ext/smoothwave/gstsmoothwave.h:
27597 Make gstsmoothwave a working element in the 20th century.
27599 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
27600 Fix incorrect link function
27602 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27604 * gst/volume/gstvolume.c:
27605 Allow buffer-frames=0.
27607 2004-11-12 Iain <iaingnome@gmail.com>
27609 * configure.ac: Check for polypaudio
27611 * ext/Makefile.am: Build the polyp dir
27613 * ext/polyp: The polypsink sources.
27615 2004-10-30 Iain <iaingnome@gmail.com>
27617 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
27618 caps to reflect the new number of channels.
27620 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27622 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27623 Fix for negotiation order problem. This would show when the
27624 ALSA loopfuction was called before any other function. ALSA
27625 wouldn't do anything because we're not negotiated yet, leading
27626 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
27628 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
27630 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27632 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27633 No warnings (#157986).
27635 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27637 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27638 Prefer apev1/2 and id3v1 (at end of file) over musepack.
27640 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27642 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
27643 Signal no-more-pads (so it works in playbin).
27645 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27647 * ext/musepack/gstmusepackreader.cpp:
27648 Workaround for older core.
27650 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27652 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
27653 Actually test for odd width/height rather than testing whether
27654 a temporary variable that was 0 before we subtracted 1 is now
27655 not equal to zero (which it always is).
27657 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27659 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27660 Fix compilation if HAVE_XVIDEO is not defined
27662 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
27664 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27665 Fix compilation if HAVE_XVIDEO is not defined
27667 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
27669 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
27670 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
27671 (gst_goom_change_state), (plugin_init):
27672 Use the bytestream adapter so goom doesn't depend on the input
27674 Add a debug category
27676 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27678 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27679 Only set hardware parameters *after* negotiation. Before
27680 negotiation, it will set ANY and that seems to cause crashes
27681 (see e.g. #151288, #153227).
27683 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27685 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27686 This seems to be antique leftover. It needs to pass error
27688 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27689 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
27690 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
27691 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
27692 Fix GstXOverlay implementation (#151059).
27694 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27696 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27697 Don't assert (#157853).
27699 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27701 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27702 Fix bytes/samples confustion.
27703 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
27704 Fix for underrun (#144389).
27706 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27708 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27709 Disable halfway-seek for pending release (since it needs a new
27712 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
27714 * sys/v4l/gstv4lsrc.c:
27715 * sys/v4l/gstv4lsrc.h:
27716 * sys/v4l/v4lsrc_calls.c:
27717 add autoprobe-fps property so we can separate autoprobing parts
27719 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
27721 * sys/v4l/gstv4lsrc.c:
27722 * sys/v4l/v4lsrc_calls.c:
27723 initialise fourcc to catch unset fourcc's, and debug
27725 2004-11-09 Wim Taymans <wim@fluendo.com>
27727 * gst/playback/README:
27728 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27729 * gst/playback/gstplaybin.c: (gst_play_bin_init),
27730 (gst_play_bin_dispose), (gst_play_bin_set_property),
27731 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
27732 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27733 (gst_play_bin_get_formats), (gst_play_bin_convert),
27734 (gst_play_bin_get_query_types), (gst_play_bin_query):
27735 Cleanups and some more documentation.
27737 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
27739 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
27740 (gst_cacasink_init), (gst_cacasink_chain):
27741 * ext/libcaca/gstcacasink.h:
27742 Cacasink inherits from VideoSink, so let that store the clock.
27744 2004-11-09 Wim Taymans <wim@fluendo.com>
27746 * gst/playback/README:
27747 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
27748 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
27749 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
27750 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
27751 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
27753 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
27754 (gst_stream_info_is_mute), (gst_stream_info_set_property):
27755 * gst/playback/gststreaminfo.h:
27757 Only switch groups if all streams have muted (EOSed).
27758 Send Tags in sync with the stream playback instead of in
27759 the playback/preroll phase.
27760 Some cleanups, free the fakesrc elements.
27762 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
27764 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
27765 buffer-frames property was missing
27766 * ext/arts/gst_arts.c:
27767 rate missing from sinkcaps
27768 * ext/audiofile/gstafparse.c:
27769 * ext/audiofile/gstafsink.c:
27770 * ext/audiofile/gstafsrc.c:
27771 * ext/swfdec/gstswfdec.c:
27772 int audio doesn't know buffer-frames
27773 * ext/cdparanoia/gstcdparanoia.c:
27774 int audio doesn't know chunksize either
27775 * ext/nas/nassink.c:
27776 it's endianness, not endianess
27777 * gst-libs/gst/audio/audio.h:
27778 make float standard pad template caps really describe float
27779 * gst/law/mulaw.c: (linear_factory):
27780 signed only, please
27781 * gst/mpegstream/gstdvddemux.c:
27782 widths of 20 are not valid
27784 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
27786 Submitted by: Luca Ferretti <elle.uca@infinito.it>
27792 2004-11-08 Wim Taymans <wim@fluendo.com>
27794 * gst/playback/README:
27795 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27796 * gst/playback/gstplaybasebin.c: (probe_triggered),
27797 (gst_play_base_bin_change_state):
27798 Updated README, added more comments for fixmes etc..
27800 2004-11-08 Wim Taymans <wim@fluendo.com>
27802 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27803 We can remove this hack now.
27805 2004-11-08 Wim Taymans <wim@fluendo.com>
27807 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
27808 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27809 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27810 Only mix AYUV for maximum quality.
27812 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27814 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
27815 (gst_ogg_demux_push), (gst_ogg_pad_push):
27816 Let's act as if we're synchronized now! :).
27817 * ext/theora/theoradec.c: (theora_dec_chain):
27820 2004-11-08 Wim Taymans <wim@fluendo.com>
27822 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27823 (gst_alpha_set_property), (gst_alpha_sink_link),
27824 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
27825 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
27826 (gst_alpha_init_params), (gst_alpha_chain):
27827 Implement alpha functions for AYUV too, this increases
27828 accuracy quite a bit.
27830 2004-11-08 Wim Taymans <wim@fluendo.com>
27832 * gst/ffmpegcolorspace/avcodec.h:
27833 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27834 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27835 (gst_ffmpegcsp_avpicture_fill):
27836 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27837 (gst_ffmpegcsp_caps_remove_format_info):
27838 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27839 (shrink12), (img_get_alpha_info), (deinterlace_line),
27840 (deinterlace_line_inplace):
27841 * gst/ffmpegcolorspace/imgconvert_template.h:
27842 Added AYUV colorspace and handle RGBA a bit more respectful.
27844 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27846 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27847 Actually always send a discont (cornercase when resending the
27848 same serial-tagged chain twice).
27850 2004-11-08 Julien MOUTTE <julien@moutte.net>
27852 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
27853 (gst_ximagesink_finalize):
27854 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
27855 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
27857 2004-11-08 Wim Taymans <wim@fluendo.com>
27859 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
27860 Don't segfault on NULL data.
27862 2004-11-08 Wim Taymans <wim@fluendo.com>
27864 * gst/playback/gstdecodebin.c: (unlinked):
27865 * gst/playback/gstplay-marshal.list:
27866 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27867 (gst_play_base_bin_init), (group_create), (get_active_group),
27868 (get_building_group), (group_destroy), (group_commit),
27869 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
27870 (add_element_stream), (no_more_pads), (probe_triggered),
27871 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
27872 (state_change), (setup_source), (gst_play_base_bin_get_property),
27873 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27874 (gst_play_base_bin_link_stream),
27875 (gst_play_base_bin_get_streaminfo):
27876 * gst/playback/gstplaybasebin.h:
27877 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27878 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
27879 Add support for chained ogg files. Prepare for playlist
27880 support. This patch introduces the concept of pad groups, which
27881 together compose one playable media file.
27883 2004-11-07 David Schleef <ds@schleef.org>
27885 * testsuite/gst-lint: Check for pad templates that aren't statically
27888 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27892 * ext/musepack/Makefile.am:
27893 * ext/musepack/gstmusepackdec.cpp:
27894 * ext/musepack/gstmusepackdec.h:
27895 * ext/musepack/gstmusepackreader.cpp:
27896 * ext/musepack/gstmusepackreader.h:
27897 Add musepack decoder.
27898 * ext/faad/gstfaad.c: (gst_faad_base_init):
27899 Make pad templates static.
27900 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27902 Add musepack typefinder, make mp3 typefinding work halfway stream,
27903 which doesn't actually work yet because id3demux doesn't implement
27906 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27908 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27909 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
27910 Fix interrupt event handling (#144436).
27912 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27914 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
27917 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
27919 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27921 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
27922 Fix weird caps (#157548).
27924 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
27926 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27928 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
27929 Add missing NULL terminator (#157543).
27931 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
27933 * gst/tcp/gsttcp.h:
27934 * gst/tcp/gsttcpclientsink.c:
27935 * gst/tcp/gsttcpclientsrc.c:
27936 * gst/tcp/gsttcpserversink.c:
27937 * gst/tcp/gsttcpserversrc.c:
27938 ports can go up to 65535. Move common defines to gsttcp.h
27940 2004-11-05 Wim Taymans <wim@fluendo.com>
27942 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
27943 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
27944 Added two more colorspaces.
27946 2004-11-05 Wim Taymans <wim@fluendo.com>
27948 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27949 (gst_ffmpegcsp_avpicture_fill):
27950 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27951 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
27952 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
27955 2004-11-05 Wim Taymans <wim@fluendo.com>
27957 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
27958 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
27959 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27960 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
27961 (gst_videomixer_loop):
27964 2004-11-05 Benjamin Otte <otte@gnome.org>
27966 * ext/mad/gstmad.c: (gst_mad_chain):
27967 don't overflow data buffer. Flush not needed sync data when syncing
27970 2004-11-04 Wim Taymans <wim@fluendo.com>
27972 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27973 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27974 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
27975 (gst_alpha_init_params), (gst_alpha_chain),
27976 (gst_alpha_change_state):
27977 Updated the chroma keying algorithm with something more
27980 2004-11-03 Wim Taymans <wim@fluendo.com>
27982 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
27983 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27984 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27985 Fix stride issues. Does not completely work for odd
27988 2004-11-03 Wim Taymans <wim@fluendo.com>
27990 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27991 (gst_alpha_chroma_key), (gst_alpha_chain):
27992 Fix stride issues. Does not completely work for odd
27995 2004-11-03 Christophe Fergeau <teuf@gnome.org>
27997 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27998 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28001 2004-11-03 Wim Taymans <wim@fluendo.com>
28003 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28004 (gst_ffmpegcsp_avpicture_fill):
28005 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28007 * gst/ffmpegcolorspace/imgconvert_template.h:
28008 Use correct _fill function to get correct strides.
28010 2004-11-02 David Schleef <ds@schleef.org>
28012 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28013 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28014 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28015 Change all g_print()s to debugging. Add a bunch of consistency
28018 2004-11-02 Wim Taymans <wim@fluendo.com>
28020 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28021 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28022 (unlinked), (no_more_pads), (close_link):
28023 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28024 (unknown_type), (add_element_stream), (new_decoded_pad),
28025 (removed_decoded_pad), (setup_source):
28026 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28027 (gst_stream_info_class_init), (gst_stream_info_init),
28028 (gst_stream_info_new), (gst_stream_info_dispose),
28029 (stream_info_mute_pad), (gst_stream_info_set_property),
28030 (gst_stream_info_get_property):
28031 * gst/playback/gststreaminfo.h:
28032 Fix playback of multiple files.
28033 a slightly different approach to handling dynamic pad removals.
28034 This one only looks at pads that we have linked.
28036 2004-11-01 Christophe Fergeau <teuf@gnome.org>
28038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28039 free" warning from libc.
28041 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28043 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28044 (get_unconnected_element), (remove_starting_from), (pad_removed),
28046 Implement support for dynamic pad changing. We listen to "live"
28047 pad removals (i.e. while playing) and re-setup autoplugging
28048 after that. Playbasebin/playbin need some more work for this
28049 to finally work, but decodebin supports (and replugs) chained
28052 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
28054 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28055 (gst_alsa_finalize):
28056 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28057 (gst_cdaudio_finalize):
28058 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28059 (cdparanoia_finalize):
28060 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28061 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28062 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28063 (dvdreadsrc_finalize):
28064 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28065 (gst_flacdec_finalize):
28066 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28067 (gst_flacenc_finalize):
28068 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28069 (gst_gnomevfssink_finalize):
28070 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28071 (gst_gnomevfssrc_finalize):
28072 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28073 (gst_fameenc_finalize):
28074 * ext/nas/nassink.c: (gst_nassink_class_init),
28075 (gst_nassink_finalize):
28076 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28077 (gst_sdlvideosink_class_init):
28078 * ext/sndfile/gstsf.c: (gst_sf_dispose):
28079 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28080 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28081 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28082 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28083 (gst_x_window_listener_dispose):
28084 * gst/audioscale/gstaudioscale.c:
28085 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28086 (play_on_demand_finalize):
28087 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28088 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28089 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28090 (cdplayer_finalize):
28091 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28092 (gst_glimagesink_class_init):
28093 * sys/oss/gstosselement.c: (gst_osselement_class_init),
28094 (gst_osselement_finalize):
28095 * sys/oss/gstosssink.c: (gst_osssink_dispose):
28096 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28097 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28098 Fixes a bunch of problems with finalize and dispose functions,
28099 either assumptions that dispose is only called once, or not calling
28100 the parent class dispose/finalize function
28102 2004-11-01 Stefan Kost <ensonic@users.sf.net>
28104 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28105 added two api precondition guards
28106 use g_strdup with getenv to fix crash when using ENVVAR
28108 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
28109 * ext/esd/esdsink.c: (gst_esdsink_class_init),
28110 (gst_esdsink_finalize):
28111 Use a finalize function, not dispose, and more importantly,
28112 call the parent class finalize function too
28114 2004-11-01 Johan Dahlin <johan@gnome.org>
28116 * ext/ogg/gstoggdemux.c:
28117 * gst/tags/gstvorbistag.c:
28120 2004-10-31 Benjamin Otte <otte@gnome.org>
28122 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28123 lotsa memleaks today. But they're all small...
28125 2004-10-31 Benjamin Otte <otte@gnome.org>
28127 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28128 another memleak crushed
28130 2004-10-31 Benjamin Otte <otte@gnome.org>
28132 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28135 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28138 Hack to prevent crash when going to READY inside signal handler
28139 while this function is active.
28141 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28143 * gst/ffmpegcolorspace/Makefile.am:
28144 * gst/ffmpegcolorspace/avcodec.h:
28145 * gst/ffmpegcolorspace/common.h:
28146 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28147 * gst/ffmpegcolorspace/dsputil.h:
28148 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28149 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28150 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28151 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28152 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28153 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28154 (gst_ffmpegcsp_avpicture_fill):
28155 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28156 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28157 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28158 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28159 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28160 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28161 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28162 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28163 * gst/ffmpegcolorspace/imgconvert.c:
28164 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28165 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28166 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28167 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28168 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28169 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28170 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28171 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28172 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28173 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28174 (grow21), (grow22), (grow41), (grow44), (conv411),
28175 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28176 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28177 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28178 (avpicture_free), (is_yuv_planar), (img_convert),
28179 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28180 (deinterlace_line_inplace), (deinterlace_bottom_field),
28181 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28182 * gst/ffmpegcolorspace/imgconvert_template.h:
28183 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28184 * gst/ffmpegcolorspace/mmx.h:
28185 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28186 (av_fast_realloc), (av_mallocz_static), (av_free_static),
28187 (av_freep), (avcodec_get_context_defaults),
28188 (avcodec_alloc_context), (avcodec_init):
28189 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28190 handling plus update from ffmpeg CVS. Large clean-up.
28192 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28194 * gst/playback/Makefile.am:
28195 We need the marshallers for decodebin, too.
28197 2004-10-30 David Schleef <ds@schleef.org>
28199 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28200 quicktime typefinding work with 64-bit offsets.
28202 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
28204 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28205 Set EOS on the element when processing an EOS event.
28206 * ext/speex/gstspeexdec.h:
28207 * ext/speex/gstspeexenc.h:
28208 Only keep a const ptr to the mode
28209 * gst-libs/gst/riff/riff-media.c:
28210 (gst_riff_create_audio_caps_with_data),
28211 (gst_riff_create_audio_template_caps):
28212 Allow WMAV3, with up to 6 channels.
28213 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28214 Don't call gst_pad_set_event_function on a sink pad.
28215 * gst/mpegstream/gstdvddemux.c:
28216 (gst_dvd_demux_get_subpicture_stream),
28217 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28218 Copy the explicit caps that were set across to the cur_* pads,
28219 instead of trying to use a possibly non-existent negotiated caps.
28220 Reset the type of subpicture pads to UNKNOWN after calling
28221 init_stream, so that the caps get set.
28223 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
28225 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28227 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28228 Don't touch buffer if it is of size 0 (fixes #151064).
28230 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28232 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28233 Synchronized discont handling.
28235 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28237 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28238 (gst_ogg_demux_push):
28239 Make seeking sort-of exact again (fixes #156387).
28241 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28243 * gst/playback/gstplaybasebin.c: (unknown_type),
28244 (add_element_stream), (new_decoded_pad),
28245 (gst_play_base_bin_change_state):
28246 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28247 (gst_stream_info_init), (gst_stream_info_new),
28248 (gst_stream_info_dispose), (gst_stream_info_get_property):
28249 * gst/playback/gststreaminfo.h:
28250 Make caps explicitely available. Makes testing for unsupported
28251 types possible. Improves error reporting.
28253 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28255 * gst/audioconvert/gstaudioconvert.c:
28256 (gst_audio_convert_buffer_to_default_format):
28257 Really don't touch read-only buffers (#156563).
28259 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
28261 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28263 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28264 Fix memleak (#155223).
28266 2004-10-29 Wim Taymans <wim@fluendo.com>
28268 * gst/tcp/.cvsignore:
28269 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28270 (gst_multifdsink_class_init), (gst_multifdsink_init),
28271 (gst_multifdsink_add), (gst_multifdsink_remove),
28272 (gst_multifdsink_remove_client_link), (is_sync_frame),
28273 (gst_multifdsink_new_client),
28274 (gst_multifdsink_handle_client_write),
28275 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28276 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28277 (gst_multifdsink_get_property):
28278 * gst/tcp/gstmultifdsink.h:
28279 Added burst on connect sync_method, deprecated sync_clients,
28280 streamlined the sync code some more.
28282 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28284 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28285 (gst_play_base_bin_change_state):
28286 Improve error reporting.
28288 2004-10-28 Wim Taymans <wim@fluendo.com>
28290 * gst/tcp/Makefile.am:
28291 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28292 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28293 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28294 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28295 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28296 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28298 Added more locks around fdset structures. Fixed/reworked
28299 the poll array resizing code.
28300 Added stress test for fdset.
28302 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28304 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28307 2004-10-28 Benjamin Otte <otte@gnome.org>
28309 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28310 fix link function to always query channels and query width for
28314 * gst/equalizer/Makefile.am:
28315 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28316 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28317 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28318 (arg_to_scale), (setup_filter),
28319 (gst_iir_equalizer_compute_frequencies),
28320 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28321 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28325 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
28327 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28331 Added Norwegian Bokmaal translation
28333 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28335 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28336 Don't break on options (fixes #156488).
28338 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
28341 * ext/cdaudio/Makefile.am:
28343 fix build on older automake
28345 2004-10-26 Wim Taymans <wim@fluendo.com>
28347 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28348 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28349 Allow a little margin when negotiating the framerate.
28351 2004-10-26 Stefan Kost <ensonic@users.sf.net>
28353 * gst/level/gstlevel.c:
28354 synchonised naming of pads and pad-templates
28356 2004-10-26 Wim Taymans <wim@fluendo.com>
28358 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28359 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28360 (_find_streams_check), (gst_ogg_demux_push):
28361 Fix EOS again. Needs to be done in a better way. We should not
28362 remove the pad if there is no new chained stream.
28364 2004-10-26 Iain <iaingnome@gmail.com>
28366 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28367 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28369 * gst/interleave/interleave.c (interleave_class_init): Hook up release
28371 (interleave_release_pad): Remove the pad.
28372 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28373 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28375 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28377 (gst_xvimagesink_xcontext_clear): Free the xcontext.
28378 (gst_xvimagesink_finalize): Free the par.
28380 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28382 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28383 (gst_avimux_stop_file):
28384 First calculate the rate, and only then use it. Hdr.rate is a
28385 multiple and not a derivative of hdr.scale. Scale is not the
28386 same as blockalign but is solely related to rate.
28388 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28390 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
28391 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
28394 2004-10-25 James Henstridge <james@jamesh.id.au>
28396 Reviewed by: David Schleef <ds@schleef.org>
28398 * examples/gstplay/player.c: (got_stream_length), (main):
28399 * examples/seeking/cdplayer.c: (update_scale):
28400 * examples/seeking/seek.c: (format_value), (update_scale):
28401 * examples/seeking/spider_seek.c: (format_value), (update_scale),
28403 Build fixes on AMD64.
28405 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28407 reviewed by: Ronald Bultje <rbultje at gnome dot org>
28409 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28410 Fix for some v4l cards which hang in v4lsrc
28412 2004-10-25 Wim Taymans <wim@fluendo.com>
28414 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
28415 (gst_ogg_demux_push), (gst_ogg_chains_clear):
28416 Make sure to remove the pad when a new chain is
28417 encountered. Set some vars to NULL so we don't try
28418 to reference freed memory.
28420 2004-10-25 Wim Taymans <wim@fluendo.com>
28422 * examples/seeking/Makefile.am:
28423 * examples/seeking/cdplayer.c: (update_scale):
28424 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
28425 * examples/seeking/playbin.c: (make_playerbin_pipeline),
28426 (format_value), (update_scale), (iterate), (start_seek),
28427 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
28428 (print_usage), (main):
28429 Added some more examples, update others.
28431 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28433 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
28434 * ext/speex/gstspeexdec.c: (speex_dec_chain):
28435 * ext/theora/theoradec.c: (theora_dec_chain):
28436 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28437 Add codec-name metadata.
28439 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
28441 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28443 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28444 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28445 * ext/alsa/gstalsamixertrack.h:
28447 ALSA mixer track label internationalization (#154054).
28449 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28451 * ext/theora/theoradec.c: (theora_dec_chain):
28452 Export bitrate as metadata.
28454 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28456 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28457 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28458 * ext/alsa/gstalsamixertrack.h:
28459 Fix names, fix loop.
28461 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28463 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
28464 (speex_dec_convert):
28465 sinkconvert function so oggdemux can get the file length (totem).
28467 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
28469 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28471 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28472 Don't push incomplete packets.
28473 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
28474 Fix MPEG-4 audio typefinding.
28476 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28478 * sys/v4l/Makefile.am:
28479 * sys/v4l/gstv4l.c: (plugin_init):
28480 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
28481 (gst_v4lelement_init), (gst_v4lelement_dispose),
28482 (gst_v4lelement_change_state):
28483 * sys/v4l/gstv4lelement.h:
28484 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
28485 (gst_v4l_xoverlay_close), (idle_refresh),
28486 (gst_v4l_xoverlay_set_xwindow_id):
28487 * sys/v4l/gstv4lxoverlay.h:
28488 * sys/v4l/v4l-overlay_calls.c:
28489 * sys/v4l/v4l_calls.h:
28490 * sys/v4l2/Makefile.am:
28491 * sys/v4l2/gstv4l2.c: (plugin_init):
28492 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
28493 (gst_v4l2element_init), (gst_v4l2element_dispose),
28494 (gst_v4l2element_change_state):
28495 * sys/v4l2/gstv4l2element.h:
28496 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
28497 (gst_v4l2_xoverlay_close), (idle_refresh),
28498 (gst_v4l2_xoverlay_set_xwindow_id):
28499 * sys/v4l2/gstv4l2xoverlay.h:
28500 * sys/v4l2/v4l2-overlay_calls.c:
28501 * sys/v4l2/v4l2_calls.h:
28502 Remove client-side overlay handling, use the X-server v4l plugin
28503 for that. Nicer overlay, less code. Also make the plugin
28504 compileable without X (but then without overlay, obviously).
28505 Makes xwindowlistener obsolete, should we remove that?
28507 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28509 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
28510 (gst_osssrc_src_query):
28511 * sys/oss/gstosssrc.h:
28512 OK, so people want offset in DEFAULT. This time, actually fix all
28514 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28517 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28519 * gst/asfdemux/gstasfmux.c:
28520 * gst/avi/gstavimux.c:
28523 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28525 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
28526 Fix properties (channel, norm, frequency).
28528 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28530 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
28532 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
28535 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28537 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
28540 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28542 * sys/v4l2/gstv4l2element.h:
28543 Yet Another Hack (tm) for kernel header borkedness.
28544 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28545 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
28546 (gst_v4l2src_link), (gst_v4l2src_getcaps),
28547 (gst_v4l2src_change_state):
28548 * sys/v4l2/gstv4l2src.h:
28549 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
28550 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
28551 Fix caps, keep track of state, work.
28553 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28555 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28558 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28560 * sys/oss/gstosssrc.c: (gst_osssrc_get):
28561 Don't mix bytes and samples.
28563 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28565 * ext/ogg/gstoggmux.c:
28566 Basic pad template which accepts OGM tracks, speex, flac, vorbis
28567 and theora. Any is incorrect.
28568 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
28570 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
28571 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
28572 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
28573 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
28574 * sys/v4l/gstv4lmjpegsrc.h:
28575 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28576 (gst_v4lsrc_change_state):
28577 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
28578 (gst_v4lmjpegsrc_capture_stop):
28579 Fix caps. Keep track of internal state. Work.
28581 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28584 Fix the build fixes.
28586 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28588 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28589 (gst_ogg_demux_src_event), (_find_chain_seek),
28590 (gst_ogg_pad_push):
28591 Check for pad availability before using it.
28592 * ext/ogg/gstoggdemux.c: (_find_chain_process):
28593 Fix parsing of chained ogg. Needs more work on the decoder side.
28595 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
28597 * gst/spectrum/Makefile.am:
28598 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
28600 Fix demo and reenable it. Yes, I'm currently playing with audio
28603 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28605 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28606 We love it if files that start at zero work too...
28608 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28610 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28611 Handle files with missing EOS headers.
28613 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28615 * gst/tcp/gsttcpserversink.c:
28616 (gst_tcpserversink_handle_server_read),
28617 (gst_tcpserversink_init_send):
28618 Zero some variables first (need for accept not to return EINVAL)
28620 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28622 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28623 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28624 * ext/theora/theoradec.c: (theora_dec_sink_convert),
28625 (theora_dec_chain):
28626 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28627 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
28628 Seeking and querying finetune.
28630 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
28634 * ext/raw1394/Makefile.am:
28637 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28641 * gst/playback/Makefile.am:
28642 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
28643 * gst/playback/gstplay-marshal.list:
28644 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
28647 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28649 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
28652 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28654 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28655 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28656 (gst_ogg_pad_push):
28657 Yay for non-lineair granulepos in theora.
28659 2004-10-18 Wim Taymans <wim@fluendo.com>
28661 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28662 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28663 * ext/dv/gstdvdec.h:
28664 Make sure we renegotiate aspect ratio when the camera switches.
28666 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28668 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28669 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28671 * ext/theora/theoradec.c: (theora_dec_chain):
28672 Skip headers. Bad idea for chained ogg, but fixes seeking.
28674 2004-10-18 Wim Taymans <wim@fluendo.com>
28677 I swear, this is the last time I touch this.
28679 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28681 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28682 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28683 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
28685 * ext/theora/theoradec.c: (theora_dec_sink_convert):
28686 Time-to-default conversion.
28687 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28688 Don't error on unknown packets, just skip. We should probably
28689 read them if we want to support chained ogg.
28691 2004-10-18 Wim Taymans <wim@fluendo.com>
28694 Added cdaudio to wrong list.
28696 2004-10-18 Wim Taymans <wim@fluendo.com>
28701 2004-10-18 Wim Taymans <wim@fluendo.com>
28703 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28704 (gst_dvdec_video_link), (gst_dvdec_push):
28705 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28706 (gst_smokeenc_resync), (gst_smokeenc_chain):
28707 Fix mimetype on smoke encoder.
28708 Add aspect ratio to dvdec. Not sure if these
28709 values are correct though....
28711 2004-10-18 Wim Taymans <wim@fluendo.com>
28713 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
28714 Fix vorbis property descriptions and ranges.
28716 2004-10-18 Wim Taymans <wim@fluendo.com>
28718 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28719 Really do nothing when no data is available.
28720 Go to the playing state when the stream is not seekable
28721 instead of failing.
28723 2004-10-18 Wim Taymans <wim@fluendo.com>
28725 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
28726 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
28727 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
28728 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
28729 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
28730 Added uri handler for cd://
28733 2004-10-18 Wim Taymans <wim@fluendo.com>
28735 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28736 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28737 (try_to_link_1), (no_more_pads), (close_link), (type_found):
28738 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28739 (remove_prerolls), (unknown_type), (add_element_stream),
28740 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
28741 (gst_play_base_bin_remove_element),
28742 (gst_play_base_bin_link_stream):
28743 * gst/playback/gstplaybin.c: (gen_video_element),
28744 (gen_vis_element), (remove_sinks), (setup_sinks):
28745 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28746 (gst_stream_info_get_type), (gst_stream_info_class_init),
28747 (gst_stream_info_init), (gst_stream_info_new),
28748 (gst_stream_info_dispose), (stream_info_mute_pad),
28749 (gst_stream_info_set_property), (gst_stream_info_get_property):
28750 * gst/playback/gststreaminfo.h:
28751 Add sink padtemplate to decodebin.
28752 Added some more comments.
28753 Make queue size configurable in playbasebin.
28754 Added possibility to use elements as sinks (ex cdaudio).
28756 2004-10-15 Wim Taymans <wim@fluendo.com>
28758 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
28759 (gst_speexenc_chain):
28760 Fix speex timestamps so that it gets muxed properly.
28762 2004-10-15 Wim Taymans <wim@fluendo.com>
28764 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
28765 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
28766 (gst_dv1394src_init), (gst_dv1394src_dispose),
28767 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
28768 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
28769 (gst_dv1394src_event), (gst_dv1394src_get_formats),
28770 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
28771 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
28772 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
28773 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
28774 * ext/raw1394/gstdv1394src.h:
28775 Added conversion/query functions.
28776 Update buffer timestamps,
28778 Added uri dv:// so it might play from the firewire in playbin.
28779 Fix a possible leak.
28782 2004-10-15 Wim Taymans <wim@fluendo.com>
28784 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
28785 (gst_dv1394src_init), (gst_dv1394src_set_property),
28786 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
28787 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
28788 * ext/raw1394/gstdv1394src.h:
28789 Added AV/C VTR control support needed for some cameras.
28790 Added automatic port detection.
28791 Added properties for selecting the channel.
28792 The configure.ac script is not yet updated to reflect the
28793 new libavc1394 and librom1394 dependencies.
28795 2004-10-15 Wim Taymans <wim@fluendo.com>
28797 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28798 (qtdemux_parse), (gst_qtdemux_handle_esds):
28799 An esds box is not a container.
28800 Fix parsing of mp4v boxes.
28801 Do not try to renegotiate fps for each frame. Need to
28802 find a better method. This should fix mp4 playback.
28804 2004-10-14 David Schleef <ds@schleef.org>
28806 * configure.ac: update for swfdec-0.3 and liboil-0.2
28807 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
28808 * ext/swfdec/gstswfdec.h: same
28809 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
28810 * gst/videotestsrc/videotestsrc.c: same
28812 2004-10-14 Wim Taymans <wim@fluendo.com>
28814 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28815 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28816 (is_sync_frame), (gst_multifdsink_new_client),
28817 (gst_multifdsink_handle_client_write),
28818 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28819 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
28820 Turn warnings into info.
28821 Don't allow a state change in the streaming thread.
28823 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
28825 * ext/vorbis/oggvorbisenc.c:
28826 * ext/vorbis/vorbisdec.c:
28827 fix template sample rate
28829 2004-10-13 Wim Taymans <wim@fluendo.com>
28831 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
28832 Decoding the header first fixes some problems in resyncing
28835 2004-10-12 Wim Taymans <wim@fluendo.com>
28837 * gst/playback/gstplaybin.c: (gen_video_element),
28838 (gen_vis_element), (remove_sinks), (setup_sinks):
28839 Added vis plugin support, need to configure the vis
28840 element to activate it.
28842 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28844 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
28845 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
28847 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28848 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
28849 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
28850 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
28851 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28852 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
28853 * gst/avi/gstavidemux.h:
28854 Support for openDML-2.0 indx/ix## chunks. Support for broken index
28855 recovery (where, if part of the index is broken, we will still read
28856 the rest of the index and recover the broken part by stream
28857 scanning). More broken media support. EOS workarounds. General AVI
28858 braindamage headache recovery. Aspirin included.
28860 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28862 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
28863 (cdparanoia_event), (cdparanoia_query):
28864 Get rid of hideous lead-in.
28866 2004-10-11 Wim Taymans <wim@fluendo.com>
28868 * gst/playback/gstplaybasebin.c: (setup_source):
28869 Wrong var used to get g_list_next.
28871 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28873 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28874 (cdparanoia_get), (cdparanoia_open):
28875 Report discid as metadata, add duration.
28877 2004-10-11 Wim Taymans <wim@fluendo.com>
28879 * gst/playback/gstplaybasebin.c: (setup_source):
28880 Cleanup the previous pipeline a little earlier for the
28881 case that a source element provides raw data.
28883 2004-10-11 Benjamin Otte <otte@gnome.org>
28885 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28886 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
28887 consuming the last 128 bytes, even though it was valid mp3 data.
28889 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28891 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28892 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28893 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28894 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
28896 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28898 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
28899 Fix for webcams that support only specific width or height
28901 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
28903 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28905 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
28906 Fix wrong discont event setup (fixes #154967).
28908 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
28910 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28912 * gst/auparse/gstauparse.c: (gst_auparse_chain):
28913 Error out on invalid data (fixes #154807).
28915 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
28917 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28919 * ext/dvdread/dvdreadsrc.c: (_read):
28920 Make titles > 0 work again (fixes #154834).
28922 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28924 * gst-libs/gst/riff/riff-media.c:
28925 (gst_riff_create_video_template_caps):
28926 WMV3 missing in template caps.
28928 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28930 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28931 OK, so the original code was too strict. It makes random AVI files
28932 hang for seconds upon opening, which is unacceptable and is far
28933 beyond the original goal of getting multiple chunks for one-chunk
28934 sounc stream files. So now do just that.
28936 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28938 * gst/playback/gstplaybasebin.c: (setup_source),
28939 (gst_play_base_bin_change_state):
28940 Actually clean up streaminfo if output fails. This would trigger
28941 if, for example, there was no CD in the drive. No preroll, so
28942 a streaminfo structure is created, but the subsequent state change
28943 of the thread fails.
28944 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28945 Don't change state if parent failed.
28947 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28949 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28950 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
28951 (gen_video_element), (remove_sinks):
28952 Add small bits of code for screenshot handling.
28954 2004-10-08 Wim Taymans <wim@fluendo.com>
28956 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
28957 (gen_video_element), (gen_audio_element), (setup_sinks):
28958 Don't assume the user provided sinks are named "sink"...
28960 2004-10-08 Wim Taymans <wim@fluendo.com>
28962 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28963 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
28964 (gst_play_base_bin_link_stream):
28965 Do not try to autoplug sources that generate raw streams like
28967 disconnect the preroll overrun signal when we don't need it anymore.
28969 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
28971 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28972 Added reworked patch from #154903 from milosz derezynski (deadchip).
28974 2004-10-08 Wim Taymans <wim@fluendo.com>
28976 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
28977 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
28978 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
28979 (cdparanoia_convert), (cdparanoia_uri_get_type),
28980 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
28981 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
28982 * ext/cdparanoia/gstcdparanoia.h:
28983 This adds the cdda://<tracknum> uri.
28985 2004-10-08 Wim Taymans <wim@fluendo.com>
28987 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28988 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28989 (try_to_link_1), (no_more_pads), (close_link), (type_found):
28990 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28991 (unknown_type), (gst_play_base_bin_remove_element),
28992 (gst_play_base_bin_link_stream):
28993 * gst/playback/gstplaybasebin.h:
28994 * gst/playback/gstplaybin.c: (gst_play_bin_init),
28995 (gst_play_bin_set_property), (gen_video_element),
28996 (gen_audio_element), (setup_sinks):
28997 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28998 (gst_stream_info_get_type), (gst_stream_info_class_init),
28999 (gst_stream_info_init), (gst_stream_info_new),
29000 (gst_stream_info_dispose), (stream_info_mute_pad),
29001 (gst_stream_info_set_property), (gst_stream_info_get_property):
29002 * gst/playback/gststreaminfo.h:
29003 Reuse the audio and video bins.
29004 Some internal cleanups in the stream selection code.
29006 2004-10-08 Julien MOUTTE <julien@moutte.net>
29008 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29009 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29010 * sys/ximage/ximagesink.h:
29011 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29012 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29013 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29014 not coming from those elements. Moreover these elements should not keep
29015 the xid they have been given when in NULL state.
29017 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29019 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29020 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29021 * sys/ximage/ximagesink.h:
29022 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29023 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29024 * sys/xvimage/xvimagesink.h:
29025 Actually only create a new toplevel window if we're not gonna
29026 embed it right after.
29028 2004-10-07 Wim Taymans <wim@fluendo.com>
29030 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29031 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29032 * gst/playback/gstplaybin.c: (setup_sinks):
29033 Implement muting/unmuting of streams, mute streams that are not
29036 2004-10-07 Wim Taymans <wim@fluendo.com>
29038 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29040 Added lame audio/x-ac3 typefind function.
29042 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29047 === release 0.8.5 ===
29049 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
29054 releasing 0.8.5, "Take You On"
29056 2004-10-06 Wim Taymans <wim@fluendo.com>
29058 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29059 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29060 (no_more_pads), (close_link), (type_found):
29061 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29062 * gst/playback/gstplaybin.c: (gen_video_element):
29063 Do not signal the no_more_pads after the first pad when
29064 we are plugging a non dynamic element with multiple
29065 output pads (like swfdec, dvdec, ...).
29067 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
29070 bump for prerelease
29072 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29074 * gst/wavparse/gstwavparse.c:
29075 add ATRAC3 to STATIC CAPS to fix a warning
29077 * gst/matroska/ebml-read.c:
29078 * gst-libs/gst/riff/riff-read.c:
29081 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29083 * gst-libs/gst/riff/riff-media.c:
29084 generate caps for ATRAC3 audio streams
29086 * gst/realmedia/rmdemux.c:
29087 generate caps for ATRAC3 audio streams
29089 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29091 * gst/wavparse/Makefile.am
29092 * gst/wavparse/riff.h
29093 * gst/wavparse/wavparse.vcproj
29094 riff.h removal (unused and duplication with riff-ids.h)
29096 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29098 * gst/wavparse/gstwavparse.h
29099 remove duplicated defines for audio codec codes
29101 * gst-libs/gst/riff/riff-ids.h
29102 * gst/wavenc/riff.h:
29103 add "4CC" code for ATRAC3 audio streams
29104 add "4CC" code for ITU_G721_ADPCM (unused for now)
29106 2004-10-06 Wim Taymans <wim@fluendo.com>
29108 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29109 Actually _do_ negotiation. Pass gdouble as arg instead
29110 of guint64 for the framerate.
29112 2004-10-06 Wim Taymans <wim@fluendo.com>
29114 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29115 (find_compatibles), (close_pad_link), (try_to_link_1),
29116 (no_more_pads), (close_link), (type_found):
29117 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29118 * gst/playback/gstplaybin.c: (gen_video_element),
29119 (gen_audio_element):
29120 Set state on newly added element to READY so that negotiation
29122 Addes some more debug info.
29123 Do not try to plug pads with multiple caps structures or ANY
29124 because it is too dangerous since we do not do dynamic
29127 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
29129 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29133 add Oriya translation
29135 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29137 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29138 Prevent overwrite of size member. Makes audio sound crappy.
29140 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
29142 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29143 Add rmvb to the list of known RealMedia extensions
29145 2004-10-05 Wim Taymans <wim@fluendo.com>
29147 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29148 (mngdec_openstream), (mngdec_closestream),
29149 (mngdec_handle_sink_event), (mngdec_readdata),
29150 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29151 (mngdec_getcanvasline), (mngdec_refresh),
29152 (gst_mngdec_change_state):
29153 Set the framerate correctly.
29155 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29157 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29158 There was something wrong with the index massaging.
29160 2004-10-04 Wim Taymans <wim@fluendo.com>
29162 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29163 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29164 (gst_smokedec_chain):
29165 * ext/jpeg/gstsmokedec.h:
29166 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29167 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29168 * ext/jpeg/gstsmokeenc.h:
29169 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29170 (smokecodec_decode_new), (smokecodec_info_free),
29171 (smokecodec_set_quality), (smokecodec_get_quality),
29172 (smokecodec_set_threshold), (smokecodec_get_threshold),
29173 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29174 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29175 (smokecodec_encode), (smokecodec_parse_id),
29176 (smokecodec_parse_header), (smokecodec_decode):
29177 * ext/jpeg/smokecodec.h:
29178 * ext/jpeg/smokeformat.h:
29179 Updated smoke, new bitstream, allows embedding in ogg.
29181 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29183 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29184 Fix seeking in some files. All this code is no longer needed (and
29185 actually breaks stuff) because we now synchronize the full index
29186 right when reading the header.
29188 2004-10-04 Wim Taymans <wim@fluendo.com>
29191 configure update for libmng.
29193 2004-10-04 Wim Taymans <wim@fluendo.com>
29195 * ext/libmng/Makefile.am:
29196 * ext/libmng/gstmng.c: (plugin_init):
29197 * ext/libmng/gstmng.h:
29198 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29199 (gst_mngdec_base_init), (gst_mngdec_class_init),
29200 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29201 (gst_mngdec_loop), (gst_mngdec_get_property),
29202 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29203 (mngdec_closestream), (mngdec_handle_sink_event),
29204 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29205 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29206 (gst_mngdec_change_state):
29207 * ext/libmng/gstmngdec.h:
29208 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29209 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29210 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29211 (gst_mngenc_chain), (gst_mngenc_get_property),
29212 (gst_mngenc_set_property):
29213 * ext/libmng/gstmngenc.h:
29214 Added basic MNG decoder. Needs more work. The encoder does
29217 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29219 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29220 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29221 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29222 Don't hang on length=0 chunks. Some negotiation fixes. Signal
29225 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
29228 you need at least 1.0.4 of speex
29230 2004-10-04 Iain <iaingnome@gmail.com>
29232 * ext/speex/gstspeexdec.h: Revert the includes changes.
29234 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29236 2004-09-30 Iain <iaingnome@gmail.com>
29238 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29239 found during init or set as a property instead of hardcoding /dev/audio
29241 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29243 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29244 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29245 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29246 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29247 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29248 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29249 (gst_rmdemux_dump_data):
29250 Use debug category, fix EOS handling. filesrc ! rmdemux now
29253 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29255 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29256 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29257 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29258 Improve allocation, cutting and sorting of the index. How takes a
29259 few seconds instead of minutes.
29261 2004-10-03 Christophe Fergeau <teuf@gnome.org>
29263 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29266 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29268 * gst-libs/gst/riff/riff-media.c:
29269 (gst_riff_create_video_caps_with_data),
29270 (gst_riff_create_video_template_caps):
29271 Add wing commander format mimetype/fourccs.
29272 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29273 Don't crash if some value is 0.
29275 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29277 * gst-libs/gst/riff/riff-media.c:
29278 (gst_riff_create_video_caps_with_data),
29279 (gst_riff_create_video_template_caps):
29280 Add DIB fourcc (raw, palettized 8-bit RGB).
29281 * gst-libs/gst/riff/riff-read.c:
29282 (gst_riff_read_strf_vids_with_data):
29283 Oops, fix strf_data reading bug.
29284 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29285 Use a non-NULL tag.
29286 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29287 Time for hacks. Sorry Dave. At least one quicktime movie (a
29288 trailer) that I've encountered contains multiple video tracks.
29289 One of those is the actual video track, the other are one-frame
29290 tracks (images). Unfortunately, the number of frames according
29291 to the trak header is 1 for each, so that doesn't help. So
29292 instead, I look at the duration and discard tracks with a
29293 duration shorter than 20% of the length of the stream. Better
29296 2004-10-01 Christian Schaller <christian@fluendo.com>
29298 * ext/ivorbis/vorbis.c:
29299 Patch from Phil Blundell (Bug 152341)
29301 2004-10-01 Wim Taymans <wim@fluendo.com>
29303 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29304 (speex_dec_get_formats), (speex_dec_convert),
29305 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29306 (speex_dec_chain), (gst_speexdec_get_property),
29307 (gst_speexdec_set_property):
29310 2004-10-01 Wim Taymans <wim@fluendo.com>
29312 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29313 (gst_wavparse_stream_init), (gst_wavparse_fmt),
29314 (gst_wavparse_other), (gst_wavparse_loop),
29315 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29316 (gst_wavparse_srcpad_event):
29317 * gst/wavparse/gstwavparse.h:
29318 Added some more debugging info.
29319 Fix the case where the length of the file is 0.
29320 Make sure we seek to sample borders.
29322 2004-10-01 Wim Taymans <wim@fluendo.com>
29324 * gst/playback/README:
29325 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29326 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29327 (try_to_link_1), (no_more_pads), (close_link), (type_found):
29328 Add some debug info to decodebin, update README
29330 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29332 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29333 Don't use g_print(); use GST_DEBUG().
29335 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29337 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29338 (gst_ogg_mux_queue_pads):
29339 Handle EOS properly.
29341 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
29343 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29345 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29346 (gst_faad_chain), (gst_faad_change_state):
29347 * ext/faad/gstfaad.h:
29348 Allow playback of raw (unframed) MPEG AAC files (#148993).
29350 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
29352 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29354 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29355 Throw error if we didn't recognize the stream. Fixes #152289.
29357 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29359 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29362 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
29364 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29366 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29369 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
29371 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29373 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29375 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29378 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29380 * gst-libs/gst/riff/riff-media.c:
29381 (gst_riff_create_video_caps_with_data),
29382 (gst_riff_create_audio_caps_with_data):
29383 Add codec_data handling (like asfdemux used to do).
29384 * gst/asfdemux/gstasf.c: (plugin_init):
29385 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29386 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
29387 Use riff-media for caps creation instead of our own (mostly
29388 broken) copy of its functions.
29390 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29392 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
29393 Don't actually error out if we get another return value than
29394 -EINVAL. Opposite to what I first thought, drivers have random
29395 return values for this, although -EINVAL is the expected return
29396 value. Since this is not fatal, we shouldn't use
29397 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
29399 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29401 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29402 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
29403 (dvdreadsrc_get_property), (_open), (_seek), (_read),
29404 (dvdreadsrc_get), (dvdreadsrc_open_file),
29405 (dvdreadsrc_change_state):
29406 Fix. Don't do one big huge loop around the whole DVD, that will
29407 cache all data and thus eat sizeof(dvd) (several GB) before we
29409 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29410 Actually NULL'ify event after using it.
29411 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
29412 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
29413 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29414 (gst_ebml_read_seek), (gst_ebml_read_skip):
29416 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
29417 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
29418 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
29419 Fix timing (this will probably break if I seek using menus, but
29420 I didn't get there yet). VOBs and normal DVDs should now work.
29421 Add a mpeg2-only pad with high rank so this get autoplugged for
29423 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
29424 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
29425 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
29426 (gst_mpeg_demux_get_audio_stream),
29427 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
29428 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
29429 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
29430 MPEG-1 but use dvddemux for MPEG-2.
29431 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
29432 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
29433 (gst_mpeg_parse_parse_packhead):
29434 Timing. Only add pad template if it exists. Add sink template from
29435 class and not from ourselves. This means we will always use the
29436 correct sink template even if it is not the one defined in this
29439 2004-09-29 Wim Taymans <wim@fluendo.com>
29441 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
29442 (gst_mpeg_demux_parse_pes):
29443 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
29444 Fix playback of mpeg again, timestamps where screwed up by
29447 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29449 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
29450 Only return true if we actually filled something in. Prevents
29451 player applications from showing a random length for flac files.
29452 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29453 (gst_riff_read_use_event), (gst_riff_read_handle_event),
29454 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
29455 (gst_riff_read_strf_vids_with_data),
29456 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
29457 OK, ok, so I implemented event handling. Apparently it's normal
29458 that we receive random events at random points without asking
29460 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29461 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29462 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
29463 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29464 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
29465 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
29466 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
29467 * gst/avi/gstavidemux.h:
29468 Implement non-lineair chunk handling and subchunk processing.
29469 The first solves playback of AVI files where the audio and video
29470 data of individual buffers that we read are not synchronized.
29471 This should not happen according to the wonderful AVI specs, but
29472 of course it does happen in reality. It is also a prerequisite for
29473 the second. Subchunk processing allows us to cut chunks in small
29474 pieces and process each of these pieces separately. This is
29475 required because I've seen several AVI files with incredibly large
29476 audio chunks, even some files with only one audio chunk for the
29477 whole file. This allows for proper playback including seeking.
29478 This patch is supposed to fix all AVI A/V sync issues.
29479 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
29480 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
29482 * gst/modplug/gstmodplug.cc:
29483 Proper return value setting for the query() function.
29484 * gst/playback/gstplaybasebin.c: (setup_source):
29485 Being in non-playing state (after, e.g., EOS) is not necessarily
29486 a bad thing. Allow for that. This fixes playback of short files.
29487 They don't actually playback fully now, because the clock already
29488 runs. This means that small files (<500kB) with a small length
29489 (<2sec) will still not or barely play. Other files, such as mod
29490 or flx, will work correctly, however.
29492 2004-09-28 Wim Taymans <wim@fluendo.com>
29494 * ext/speex/gstspeex.c: (plugin_init):
29495 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
29496 (gst_speex_dec_class_init), (speex_dec_get_formats),
29497 (speex_get_event_masks), (speex_get_query_types),
29498 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
29499 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
29500 (gst_speexdec_get_property), (gst_speexdec_set_property),
29501 (speex_dec_change_state):
29502 * ext/speex/gstspeexdec.h:
29503 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
29504 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
29505 (gst_speexenc_base_init), (gst_speexenc_class_init),
29506 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
29507 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
29508 (gst_speexenc_src_query), (gst_speexenc_init),
29509 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
29510 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
29511 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
29512 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
29513 (gst_speexenc_chain), (gst_speexenc_get_property),
29514 (gst_speexenc_set_property), (gst_speexenc_change_state):
29515 * ext/speex/gstspeexenc.h:
29516 Rewrote speex encoder, make sure it can be embedded in ogg.
29517 Implemented speex decoder.
29519 2004-09-28 Christian Schaller <christian@fluendo.com>
29522 Remove kioslave plugin. Markey is brewing a new working one
29523 * ext/Makefile.am: Remove kioslave plugin
29525 * gst-plugins.spec.in: remove kio plugin from spec
29527 2004-09-27 Wim Taymans <wim@fluendo.com>
29529 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29530 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29531 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
29532 (gst_multifdsink_new_client),
29533 (gst_multifdsink_handle_client_write),
29534 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29535 (gst_multifdsink_handle_clients):
29536 * gst/tcp/gstmultifdsink.h:
29537 Make syncing to keyframes actually work for new clients and lagging
29540 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29542 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
29543 (gst_navigationtest_handle_src_event), (draw_box_planar411),
29544 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
29545 * gst/debug/gstnavigationtest.h:
29546 make navigationtest display button-press and button-release events
29548 2004-09-26 Iain <iaingnome@gmail.com>
29550 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
29551 the channels have received a new media event.
29552 (interleave_buffered_loop): Compresses a new media event on all
29555 2004-09-26 Iain <iaingnome@gmail.com>
29557 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
29558 call the sinkpad's default event handler and not the srcpads. He also
29559 says this is confusing :)
29560 (gst_wavenc_stop_file): Company says that seek events only go upstream
29561 we should send a discontinuous downstream instead.
29563 2004-09-25 Christian Schaller <christian@fluendo.com>
29565 * Update SPEC file to be usable in conjunction with Fedora Core,
29566 Fedora.us and freshrpms packages
29567 * Fix typo in multifilesrc test Makefile
29569 2004-09-24 Wim Taymans <wim@fluendo.com>
29571 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29572 Only signal the no_more_pads signal when we have
29573 added the stream to our list.
29575 2004-09-24 Wim Taymans <wim@fluendo.com>
29577 * gst/playback/gstplaybasebin.c: (remove_prerolls),
29579 * gst/playback/gstplaybasebin.h:
29580 * gst/playback/gstplaybin.c: (setup_sinks):
29581 Don't try to preroll or decode more than one audio/video
29584 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29586 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29587 Throw error if we failed to find a suitable output. This should
29588 throw an error if we successfully set up a pipeline (e.g. because
29589 we recognized a media file) but found no decodable streams in it
29590 (e.g. because it contains only media stream types for which we
29591 have no decoders, or because it's not a media type).
29593 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29595 * ext/dirac/Makefile.am:
29596 * ext/dirac/gstdirac.cc:
29597 * ext/dirac/gstdiracdec.cc:
29598 * ext/dirac/gstdiracdec.h:
29599 Do something. Don't actually know if this works because I don't
29600 have a demuxer yet.
29601 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
29602 Add channels=1 to caps returned from _getcaps().
29603 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
29604 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
29605 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
29606 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
29607 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
29608 (gst_ogm_parse_change_state):
29609 Separate between audio/video so ogmaudioparse actually uses the
29610 audio pad templates. Both audio and video work now, including
29611 autoplugging. Also use sometimes-srcpad hack.
29612 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29613 Handle events better. Don't hang on infinite loops.
29614 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
29615 (gst_avi_demux_init), (gst_avi_demux_reset),
29616 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29617 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
29618 (gst_avi_demux_change_state):
29619 * gst/avi/gstavidemux.h:
29620 Improve A/V sync. Still not perfect.
29621 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
29622 (gst_ebml_read_skip):
29623 Handle events better.
29624 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29625 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
29626 (qtdemux_audio_caps):
29627 Add IMA4. Improve event handling. Save offset after a seek when
29628 the headers are at the end of the file so that we don't end up in
29630 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
29631 Add low-priority typefind support for files with no length.
29633 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29635 * testsuite/multifilesink/Makefile.am:
29638 2004-09-22 Julien MOUTTE <julien@moutte.net>
29640 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
29642 mistakes from thaytan's patches.
29644 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
29646 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29647 For completeness, XSync in the destroy function as xvimage does.
29649 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
29651 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
29652 Correct caps negotiation
29653 * gst/volume/gstvolume.c: (volume_chain_float),
29654 (volume_chain_int16):
29655 Modify debug output to be little more informative
29656 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
29657 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29658 (gst_xvimagesink_xvimage_destroy):
29659 Add XSync calls after detaching from the shared memory segment to
29662 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29664 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29665 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
29666 * ext/vorbis/vorbis.c: (plugin_init):
29667 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
29668 (gst_vorbisenc_chain):
29669 * ext/vorbis/vorbisenc.h:
29670 remove explicit newmedia support from oggmux and vorbisenc
29671 add debug category to vorbisenc
29672 * gst/multifilesink/gstmultifilesink.c:
29673 (gst_multifilesink_class_init), (gst_multifilesink_init),
29674 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
29675 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
29676 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
29678 * gst/multifilesink/gstmultifilesink.h:
29679 add support for streamheader in multifilesink
29681 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29683 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
29684 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
29685 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
29686 Prevent infinite loops. More correct error reporting.
29687 * gst/auparse/gstauparse.c: (gst_auparse_chain):
29688 Error out if negotiation fails.
29689 * gst/playback/gstplaybasebin.c: (setup_source),
29690 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
29691 (gst_play_base_bin_found_tag):
29692 Error/tag forwarding. Pre-roll fixes for source errors on state
29693 changes (e.g. "file does not exist") to prevent hangs.
29695 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29697 * testsuite/multifilesink/Makefile.am:
29698 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
29699 (gst_newmedia_class_init), (gst_newmedia_init),
29700 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29701 (newfile_signal), (test_signal), (main):
29702 * testsuite/multifilesink/multifilesrc_test.c: (main):
29703 * testsuite/multifilesink/oggtheora_test.c:
29704 (gst_newmedia_base_init), (gst_newmedia_class_init),
29705 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29706 (test_format), (newfile_signal), (test_signal), (main):
29707 * testsuite/multifilesink/oggvorbis_test.c:
29708 (gst_newmedia_base_init), (gst_newmedia_class_init),
29709 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29710 (test_format), (newfile_signal), (test_signal), (main):
29711 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
29712 (gst_newmedia_class_init), (gst_newmedia_init),
29713 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29714 (newfile_signal), (test_signal), (main):
29717 2004-09-20 Christian Schaller <christian@fluendo.com>
29719 * Fix mikmod license to LGPL as they have relicensed
29720 * Move Dirac and Effectv into LGPL section of README_license
29722 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29724 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
29725 (gst_mad_change_state):
29726 Allow for mp3 rate/channels changes. However, only very
29727 conservatively. Reason that we *have* to enable this is smiply
29728 because the mad find_sync() function is not good enough, it will
29729 regularly sync on random data as valid frames and therefore make
29730 us provide random caps as *final* caps of the stream. The best fix
29731 I could think of is to simply require several of the same stream
29732 changes in a row before we change caps.
29733 The actual testcase that works now is #
29734 * ext/ogg/Makefile.am:
29735 * ext/ogg/gstogg.c: (plugin_init):
29736 * ext/ogg/gstogmparse.c:
29737 OGM support (video only for now; I need an audio sample file).
29738 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29739 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
29740 (gst_asf_demux_add_video_stream):
29742 * gst/playback/gstplaybasebin.c: (unknown_type):
29743 Don't error out on single unknown-types after all. It's wrong.
29744 If we found type of video and audio but not of a subtitle stream,
29745 it will still error out (which is unwanted). Will find a better fix
29747 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
29748 (ogmaudio_type_find), (plugin_init):
29751 2004-09-20 Johan Dahlin <johan@gnome.org>
29753 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
29754 after setting caps.
29756 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29758 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
29759 * gst/wavenc/gstwavenc.h:
29760 Added newmedia support to wavenc
29762 2004-09-17 Wim Taymans <wim@fluendo.com>
29764 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
29765 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29766 (gst_fdset_fd_can_write), (gst_fdset_wait):
29767 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
29768 (gst_multifdsink_init), (gst_multifdsink_add),
29769 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
29770 (gst_multifdsink_remove_client_link),
29771 (gst_multifdsink_client_queue_buffer),
29772 (gst_multifdsink_handle_client_write),
29773 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
29774 (gst_multifdsink_close), (gst_multifdsink_change_state):
29775 * gst/tcp/gstmultifdsink.h:
29776 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29777 (gst_tcpserversink_removed):
29778 Small cleanups in fdset.c
29779 Use a hastable to map fd to the client structure for faster
29780 lookup in _remove and get_stats.
29781 Added virtual function to close the fds.
29782 Handle clients even when the select/poll call was unblocked because
29784 Implement syncing to keyframe in the recovery procedure.
29786 2004-09-16 Iain <iaingnome@gmail.com>
29788 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
29791 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29793 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
29794 Caps are only set if the type of the stream is unknown, but this
29795 is initialized in ->init_stream(), so set to UNKNOWN after calling
29796 ->init_stream() so that capsnego starts.
29798 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29800 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29801 (gst_avi_demux_stream_data):
29802 Just hardcode for raw audio then. AVI audio sucks.
29804 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
29806 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29807 * gst/matroska/matroska-mux.c: (audiosink_templ),
29808 (gst_matroska_mux_audio_pad_link):
29809 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
29810 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
29812 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29814 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29815 (gst_avi_demux_stream_data):
29816 Try to fix a/v sync issues.
29818 2004-09-15 David Schleef <ds@schleef.org>
29820 * configure.ac: remove NASM check, since we don't use it. Update
29822 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
29823 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29824 Initialized variables.
29825 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29826 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
29827 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
29830 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29832 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29833 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
29834 * gst/avi/gstavidemux.h:
29835 Fix for compressed audio (mp3) timestamp generation. How did this
29838 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29840 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
29841 Volume is a double not a float.
29843 2004-09-15 Wim Taymans <wim@fluendo.com>
29845 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
29846 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29847 Don't close the fd in multifdsink as we didn't open it in the
29848 first place. Some cleanups.
29850 2004-09-15 Wim Taymans <wim@fluendo.com>
29852 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29854 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29855 Fix the case where the muxer would mark pages as delta
29856 frames when they are not (vorbis only ogg).
29858 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29860 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
29861 (gst_play_base_bin_change_state):
29862 Handle the case where we failed to setup a clear pipeline. This
29863 will throw an error (or EOS, another nice case) and if you don't
29864 catch that, the app will wait for the signal forever (and thus
29867 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29869 * ext/gnomevfs/gstgnomevfssink.c:
29870 (gst_gnomevfssink_uri_get_protocols):
29871 * ext/gnomevfs/gstgnomevfssrc.c:
29872 (gst_gnomevfssrc_uri_get_protocols):
29873 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29874 * ext/gnomevfs/gstgnomevfsuri.h:
29875 Use _uri_new() instead of _open(), so it doesn't take as long and
29876 Christophe's computer won't hang.
29877 * gst/playback/gstplaybasebin.c: (unknown_type):
29878 Throw error on unknown media type, so apps actually display it.
29880 2004-09-14 Brian Cameron <brian.cameron@sun.com
29882 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
29883 this script to work on Solaris since bash shell handles echo
29884 differenly than bash.
29886 2004-09-17 Wim Taymans <wim@fluendo.com>
29888 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
29889 (setup_source), (gst_play_base_bin_set_property),
29890 (gst_play_base_bin_add_element):
29891 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
29892 Some more work on making sure seeking pauses the pipeline and
29893 that changing the uri actually does something.
29895 2004-09-17 Wim Taymans <wim@fluendo.com>
29897 * gst/tcp/gstfdset.c: (gst_fdset_wait):
29898 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
29899 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
29900 (gst_tcpserversink_close):
29901 Be a bit more paranoid when freeing memory.
29903 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29905 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29906 (qtdemux_parse_trak):
29907 Don't crash by dividing by zero (see sample movie in #126922).
29909 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29911 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29912 Don't touch non-existing data (fixes crash on file in #140147).
29914 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29916 * gst/playback/gstplaybasebin.c:
29917 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
29918 Handle double disposals, and proper change of URIs.
29920 2004-09-13 Martin Eikermann <meiker@upb.de>
29922 * gst/mpegstream/gstmpegparse.c:
29923 fix synchronistation for streams recorded from digital PCR
29926 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29928 * ext/gnomevfs/Makefile.am:
29929 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29930 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
29931 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
29932 (gst_gnomevfssink_uri_get_type),
29933 (gst_gnomevfssink_uri_get_protocols),
29934 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
29935 (gst_gnomevfssink_uri_handler_init),
29936 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
29937 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
29938 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
29939 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
29940 (gst_gnomevfssrc_uri_get_type),
29941 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
29942 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
29943 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
29944 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
29945 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29946 * ext/gnomevfs/gstgnomevfsuri.h:
29947 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
29948 of fake URIs to see which this version of Gnome-VFS likes, and
29949 uses that for the Gst-URI interface. Makes playbin support http://
29950 streams. Also fix up some stupid behaviour in gnomevfssrc.
29952 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29954 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
29955 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
29956 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
29957 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
29958 Update mixer (to sync with other sessions) if we try to obtain
29959 a new value. This makes alsamixer work accross applications.
29960 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29961 Only call sync functions if we're running, else alsalib asserts.
29962 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29963 Sometimes fails to compile. Possibly a gcc bug.
29964 * gst/playback/gstplaybin.c: (gen_video_element),
29965 (gen_audio_element):
29966 Add a reference to an application-provided object, because we lose
29967 this same reference if we add it to the bin. If we don't do this,
29968 we can only use this object once and thus crash if we go from
29969 ready to playing, back to ready and back to playing again.
29970 Also add an audioscale element because several cheap soundcards -
29971 like mine - don't support all samplerates.
29972 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29973 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
29974 Fix wrong order or PAR calls. Makes automatically obtained PAR
29975 from the X server atually being used.
29977 2004-09-12 David Schleef <ds@schleef.org>
29979 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
29980 #151887, #152102, #152247.
29981 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
29982 * examples/seeking/cdparanoia.c: same
29983 * examples/seeking/cdplayer.c: same
29984 * examples/seeking/seek.c: same
29985 * examples/seeking/spider_seek.c: same
29986 * examples/seeking/vorbisfile.c: same
29987 * examples/stats/mp2ogg.c: same
29988 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29989 (gst_esdsink_dispose): Dispose of element properly.
29990 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
29992 * ext/nas/nassink.c: (gst_nassink_class_init),
29993 (gst_nassink_dispose): Dispose of element correctly.
29994 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
29995 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29996 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
29997 Fix 64-bit warning.
29998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29999 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30000 Fix 64-bit warning.
30002 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30004 * configure.ac : change speex detection as 1.1.6 now uses
30005 .pc/pkg-config and they changed their headers location.
30007 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
30009 * gst/matroska/matroska-mux.h:
30010 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30011 (gst_matroska_mux_start), (gst_matroska_mux_finish),
30012 (gst_matroska_mux_write_data):
30013 Write multiple blocks/frames per cluster.
30014 Write meta-seek information (seek heads).
30016 2004-09-09 Scott Wheeler <wheeler@kde.org>
30018 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30019 (gst_play_bin_set_property), (gst_play_bin_get_property),
30020 (gen_audio_element), (gen_audio_element):
30021 Add a volume element / property to the pipeline.
30023 2004-09-07 Wim Taymans <wim@fluendo.com>
30025 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30026 Copy timestamps from the master pad to the output buffers.
30028 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
30030 * ext/raw1394/gstdv1394src.c:
30031 throw errors when applicable
30033 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
30035 * gst/matroska/ebml-ids.h:
30036 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30037 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30038 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30039 automatically convert unix time <-> ebml time when reading/writing
30040 a date, use gst_ebml_write_uint to write CUETIME,
30041 not gst_ebml_write_date.
30042 * gst/matroska/matroska-ids.h:
30043 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30044 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30045 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30046 (gst_matroska_mux_write_data):
30047 Write track and segment UIDs, write muxing date, write
30048 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30049 Create cues for audio only files.
30051 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30053 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30054 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30055 Re-commit ALSA switches.
30056 * gst/adder/gstadder.c: (gst_adder_loop):
30057 64-bit fix (#151416).
30058 * gst/debug/progressreport.c: (gst_progressreport_report):
30059 64-bit fix (#151419).
30060 * gst/matroska/matroska-demux.c:
30061 (gst_matroska_demux_parse_contents):
30062 64-bit fix (#151420).
30063 * gst/playback/test3.c: (update_scale):
30064 64-bit fix (#151421).
30066 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
30071 === release 0.8.4 ===
30073 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30075 * configure.ac: releasing 0.8.4, "Alias"
30077 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
30079 * ext/theora/Makefile.am:
30080 fix makefile. Fixes #151462.
30082 2004-08-30 Wim Taymans <wim@fluendo.com>
30084 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30085 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30086 (gst_multifdsink_remove_client_link),
30087 (gst_multifdsink_client_queue_buffer),
30088 (gst_multifdsink_handle_client_write):
30089 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30090 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30091 Fix some memory leaks.
30093 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
30095 Patch by: David Schleef
30099 rename our detection macro for V4L2. Fixes #151236.
30101 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
30103 Patch by: David Schleef
30106 check to define LAMEPRESET. Fixes #151232.
30108 2004-08-27 David Schleef <ds@schleef.org>
30110 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30111 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30112 (gst_glimagesink_fixate): Move local variable declarations to
30113 make gcc-2.95 happy.
30115 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
30118 bump nano for prerelease
30120 2004-08-27 David Schleef <ds@schleef.org>
30122 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30123 * sys/sunaudio/gstsunaudiosrc.c:
30124 * sys/sunaudio/gstsunaudiosrc.h:
30126 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30128 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30129 handle EOS correctly
30130 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30131 * gst/matroska/matroska-mux.h:
30132 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30133 VFW compatibility mode
30135 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
30137 patch by: Zaheer Abbas Merali
30139 * ext/ogg/gstoggmux.c:
30140 * ext/vorbis/vorbisenc.c:
30141 * ext/vorbis/vorbisenc.h:
30144 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30146 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30147 fix byte order reversion on little endian machines.
30148 * gst/matroska/matroska-mux.c: (audiosink_templ),
30149 (gst_matroska_mux_audio_pad_link):
30150 add TTA codec to the list of supported codecs.
30151 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30152 (gst_matroska_mux_start), (gst_matroska_mux_finish),
30153 (gst_matroska_mux_write_data):
30154 * gst/matroska/matroska-mux.h:
30155 write segment duration correctly, write muxing app string, fixes bugs
30156 #140897 and #140898.
30157 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30158 wait for all pads to be negotiated before starting to mux.
30160 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30162 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30163 * ext/lame/gstlame.h:
30164 Added new media support to lame
30166 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30168 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30169 send vorbis headers at the beginning of a stream, fixes bug #141554.
30170 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30172 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30173 (gst_matroska_demux_plugin_init):
30174 * gst/matroska/matroska-ids.h:
30175 enable demuxing of TTA audio streams, fixes bug #148951.
30176 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30177 enable typefinding for TTA audio files, fixes bug #148711.
30178 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30179 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30180 fixes playback of packed bitstream and xvid with bframes, bug #135407.
30182 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
30184 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30185 (gst_riff_read_element_data), (gst_riff_read_seek),
30186 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30187 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30190 2004-08-23 Iain <iaingnome@gmail.com>
30192 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30193 tags. They appear to be handled differently to normal.
30194 (tag_list_to_id3_tag_foreach): Ditto.
30196 2004-08-22 Wim Taymans <wim@fluendo.com>
30198 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30199 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30200 Make sure we never send -1 granulepos.
30202 2004-08-20 Wim Taymans <wim@fluendo.com>
30204 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30205 (gst_ogg_mux_loop):
30206 I will accept bitchslappings with non sharp objects.
30208 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30211 Clean up the test for lame presets
30213 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30216 * ext/lame/Makefile.am:
30217 * ext/lame/gstlame.c: (gst_lame_class_init),
30218 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30219 Only enable lame presets if version of lame has presets in API
30221 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
30222 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30223 * gst/udp/gstudpsrc.h:
30224 Don't call gst_pad_push in a get function. Fixes #150449
30226 2004-08-18 Wim Taymans <wim@fluendo.com>
30228 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30229 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30230 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30231 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30232 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30234 * gst/tcp/gstfdset.h:
30235 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30236 (gst_multifdsink_client_queue_buffer),
30237 (gst_multifdsink_handle_client_write):
30238 * gst/tcp/gstmultifdsink.h:
30239 Some extra checks in gstfdset.
30240 Only use send() when the fd is a socket. Don't try to
30241 read from write only fds.
30243 2004-08-18 Wim Taymans <wim@fluendo.com>
30245 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30246 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30247 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30248 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30250 Add more locking and bounds checking.
30252 2004-08-18 Wim Taymans <wim@fluendo.com>
30254 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30255 Realloc test fdset in the lock and right before starting
30256 the poll call. Bump the limit to 4096.
30258 2004-08-17 David Schleef <ds@schleef.org>
30260 * sys/sunaudio/Makefile.am:
30261 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30262 of rates and channels. Make debugging less obnoxious.
30264 Patch from Balamurali Viswanathan implementing a mixer for
30265 Sun audio. (bug #144091):
30266 * sys/sunaudio/gstsunelement.c:
30267 * sys/sunaudio/gstsunelement.h:
30268 * sys/sunaudio/gstsunmixer.c:
30269 * sys/sunaudio/gstsunmixer.h:
30271 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30273 * gst/audioscale/gstaudioscale.c:
30274 * gst/audioscale/gstaudioscale.h:
30275 made audioscale resample from any sample rate to any sample rate
30277 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
30279 * ext/libpng/gstpngdec.c:
30280 error out on unsupported types
30282 2004-08-17 Iain <iaingnome@gmail.com>
30284 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30285 mid_side and loose_mid_side properties if its a stereo stream.
30287 2004-08-17 Wim Taymans <wim@fluendo.com>
30289 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30290 (theora_get_formats), (theora_dec_src_convert),
30291 (theora_dec_sink_convert), (theora_dec_src_query),
30292 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30295 2004-08-17 Wim Taymans <wim@fluendo.com>
30297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30298 (gst_ogg_pad_push):
30299 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30300 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30301 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30302 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30303 Mark delta units in the muxer.
30304 Try to decode the packet after an out-of-sync error from
30307 2004-08-17 Wim Taymans <wim@fluendo.com>
30309 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30310 (gst_multifdsink_init), (gst_multifdsink_add),
30311 (gst_multifdsink_client_queue_buffer),
30312 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30313 * gst/tcp/gstmultifdsink.h:
30314 Added option to send a keyframe to clients as the first buffer.
30315 Make timeout property writable.
30317 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
30319 patch by: Wim Taymans
30321 * gst/tcp/gstfdset.c:
30322 * gst/tcp/gstmultifdsink.c:
30323 fix index comparison, should include 0
30325 2004-08-16 Wim Taymans <wim@fluendo.com>
30327 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30328 (gst_fdset_add_fd), (gst_fdset_remove_fd),
30329 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30330 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30332 copy when reallocing for poll so the select arguments don't get
30333 changed during the call
30335 2004-08-16 Wim Taymans <wim@fluendo.com>
30337 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30338 (gst_theora_enc_class_init), (theora_enc_sink_link),
30339 (theora_buffer_from_packet), (theora_enc_chain):
30340 Fix bug where buffers were not marked as keyframes
30343 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30345 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30346 (gst_lame_preset_get_type), (gst_lame_class_init):
30347 describe the enum values for vbr mode and presets more verbosely
30349 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30351 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30352 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30353 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30354 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30355 * ext/lame/gstlame.h:
30356 add preset property to lame so it can use lame presets
30358 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30360 * ext/lame/gstlame.c: (gst_lame_get_property):
30361 whoops forgot break, thanks teuf
30363 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30365 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30366 (gst_lame_class_init), (gst_lame_src_getcaps),
30367 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30368 (gst_lame_get_property), (gst_lame_setup):
30369 * ext/lame/gstlame.h:
30370 fix lame's broken vbr stuff, allow it to resample if need be, and also
30371 make xing header optional
30373 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30375 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30376 added getcaps function so samplerate doesnt get fixated to silly values
30378 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30380 * ext/lame/gstlame.c: (gst_lame_src_link):
30381 revert previous fix
30383 2004-08-12 Johan Dahlin <johan@gnome.org>
30385 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30386 checks. Doesn't matter what state we are in. Interfaces are a
30387 compile time thing, not runtime. It also broke the python bindings.
30389 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30391 * ext/lame/gstlame.c: (gst_lame_src_link):
30392 made source pad link function check if sinkpad is ok..fixes the problem
30393 where core fixates the output rate of lame stupidly
30395 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30397 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
30398 * sys/v4l/v4l_calls.c:
30399 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
30400 fix fixate function to handle nonsimple caps.
30401 remove bogus check in _link
30404 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30406 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
30407 set default compression ratio parameter to 0.0 so bitrate parameter
30410 2004-08-11 David Schleef <ds@schleef.org>
30412 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
30414 2004-08-11 David Schleef <ds@schleef.org>
30416 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
30419 2004-08-11 David Schleef <ds@schleef.org>
30421 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
30423 2004-08-11 David Schleef <ds@schleef.org>
30425 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
30427 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
30428 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
30430 * gst/auparse/gstauparse.c: Fix plugin license field.
30431 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
30432 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
30433 * gst/rtp/gstrtp.c: Fix plugin license field.
30435 2004-08-11 Wim Taymans <wim@fluendo.com>
30437 * gst/tcp/Makefile.am:
30438 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
30439 (ensure_size), (gst_fdset_new), (gst_fdset_free),
30440 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
30441 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
30442 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
30443 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30444 (gst_fdset_fd_can_write), (gst_fdset_wait):
30445 * gst/tcp/gstfdset.h:
30446 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30447 (gst_multifdsink_class_init), (gst_multifdsink_init),
30448 (gst_multifdsink_add), (gst_multifdsink_remove),
30449 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30450 (gst_multifdsink_remove_client_link),
30451 (gst_multifdsink_handle_client_read),
30452 (gst_multifdsink_client_queue_data),
30453 (gst_multifdsink_client_queue_caps),
30454 (gst_multifdsink_client_queue_buffer),
30455 (gst_multifdsink_handle_client_write),
30456 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30457 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30458 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
30459 (gst_multifdsink_close):
30460 * gst/tcp/gstmultifdsink.h:
30461 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30462 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30463 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
30464 (gst_tcpserversink_close):
30465 * gst/tcp/gsttcpserversink.h:
30466 Abstracted away the select call, implemented poll (yes we ran into
30467 the 1024 limit in production).
30469 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
30471 * gst/tcp/gsttcp.c:
30472 * gst/tcp/gsttcpplugin.c:
30473 improve debuggging, remove assert
30475 2004-08-10 Wim Taymans <wim@fluendo.com>
30477 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30478 (gst_client_status_get_type), (gst_multifdsink_class_init),
30479 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
30480 (gst_multifdsink_handle_client_read),
30481 (gst_multifdsink_handle_client_write),
30482 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30483 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30484 (gst_multifdsink_get_property):
30485 * gst/tcp/gstmultifdsink.h:
30486 * gst/tcp/gsttcp-marshal.list:
30487 Starting to prepare for specifying buffer time in other units
30488 than buffers. Expose remove reason in signal.
30490 2004-08-10 Wim Taymans <wim@fluendo.com>
30492 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30493 (gst_multifdsink_remove), (gst_multifdsink_clear),
30494 (gst_multifdsink_remove_client_link),
30495 (gst_multifdsink_handle_client_read),
30496 (gst_multifdsink_client_queue_data),
30497 (gst_multifdsink_client_queue_buffer),
30498 (gst_multifdsink_handle_client_write),
30499 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
30500 (gst_multifdsink_chain), (gst_multifdsink_close):
30501 * gst/tcp/gstmultifdsink.h:
30502 Added more debugging info. Changed the way clients are
30503 removed from the lists. Fixed a bug where a bad file descriptor
30504 could cause many clients to be removed.
30506 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
30508 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
30509 allow all pixel-aspect-ratios, not just 1:1
30511 2004-08-09 David Schleef <ds@schleef.org>
30513 * sys/glsink/ARB_multitexture.h: Remove old files.
30514 * sys/glsink/EXT_paletted_texture.h:
30515 * sys/glsink/NV_register_combiners.h:
30516 * sys/glsink/gstgl_nvimage.c:
30517 * sys/glsink/gstgl_pdrimage.c:
30518 * sys/glsink/gstgl_rgbimage.c:
30519 * sys/glsink/gstglsink.c:
30520 * sys/glsink/gstglsink.h:
30521 * sys/glsink/gstglxwindow.c:
30522 * sys/glsink/regcomb_yuvrgb.c:
30524 2004-08-09 David Schleef <ds@schleef.org>
30526 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
30527 GL sink plugin. (Bug #147302)
30529 * configure.ac: Test for OpenGL
30530 * sys/Makefile.am: Use test for OpenGL
30531 * sys/glsink/Makefile.am:
30532 * sys/glsink/glimagesink.c: rewrite
30533 * sys/glsink/glimagesink.h: rewrite
30535 2004-08-09 David Schleef <ds@schleef.org>
30537 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
30539 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
30540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
30541 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
30543 2004-08-09 Wim Taymans <wim@fluendo.com>
30545 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30546 (gst_multifdsink_add), (gst_multifdsink_get_stats),
30547 (gst_multifdsink_client_remove),
30548 (gst_multifdsink_handle_client_read),
30549 (gst_multifdsink_handle_client_write),
30550 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30551 Do a bit more logging, make the client_read code more robust.
30553 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
30555 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
30556 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
30557 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
30558 (gst_jpegdec_init), (gst_jpegdec_chain):
30559 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
30560 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
30561 cleanups, debugging fixes and memleak plugging
30563 2004-08-09 Wim Taymans <wim@fluendo.com>
30565 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30566 (theora_get_formats), (theora_dec_src_convert),
30567 (theora_dec_sink_convert), (theora_dec_src_query),
30568 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
30569 (theora_dec_change_state):
30570 Don't crash on missing header packets.
30572 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
30576 Added Albanian translation (Laurent Dhima)
30580 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
30582 * ext/lame/gstlame.c:
30585 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
30587 * sys/ximage/ximagesink.c:
30588 * sys/xvimage/xvimagesink.c:
30589 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
30591 2004-08-06 Wim Taymans <wim@fluendo.com>
30593 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30594 (gst_multifdsink_add), (gst_multifdsink_get_stats),
30595 (gst_multifdsink_client_remove),
30596 (gst_multifdsink_handle_client_read),
30597 (gst_multifdsink_handle_client_write),
30598 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30599 Make sure we don't try to read more from a client that what
30600 ioctl says us or we deadlock.
30602 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
30604 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
30605 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
30606 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
30607 decouple running_time and n_frames so it can handle changing
30608 framerate while running
30610 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
30614 updated translations
30616 2004-08-04 Benjamin Otte <otte@gnome.org>
30618 * gst/videotestsrc/gstvideotestsrc.c:
30619 (gst_videotestsrc_get_capslist), (generate_capslist),
30621 generate the list of supported caps at startup and reuse it instead
30622 of always generating it
30624 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
30626 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
30627 whoops, last checkin broke normal build
30629 2004-08-03 Benjamin Otte <otte@gnome.org>
30631 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
30632 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
30633 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
30634 (gst_alsa_mixer_get_option):
30635 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
30636 (dvdnavsrc_print_event):
30637 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
30638 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
30639 (gst_ogg_mux_pad_unlink):
30640 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
30641 (gst_multipart_mux_pad_unlink):
30642 * gst/videofilter/gstvideobalance.c:
30643 (gst_videobalance_colorbalance_set_value):
30644 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
30645 (gst_videomixer_pad_unlink):
30647 * sys/oss/gstossmixer.c:
30648 * sys/v4l/gstv4lcolorbalance.c:
30649 * sys/v4l/gstv4ltuner.c:
30650 * sys/v4l/v4lsrc_calls.c:
30651 * sys/v4l2/gstv4l2colorbalance.c:
30652 * sys/v4l2/gstv4l2tuner.c:
30653 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
30655 2004-08-03 Benjamin Otte <otte@gnome.org>
30657 * examples/dynparams/filter.c: (ui_control_create):
30658 * examples/gstplay/player.c: (print_tag):
30659 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
30660 * ext/gdk_pixbuf/gstgdkanimation.c:
30661 (gst_gdk_animation_iter_may_advance):
30662 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
30663 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
30664 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
30665 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
30666 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
30667 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30668 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
30669 * gst/sine/demo-dparams.c: (main):
30670 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
30671 * testsuite/alsa/formats.c: (create_pipeline):
30672 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
30673 fixes for G_DISABLE_ASSERT and friends
30674 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
30675 (mp3_type_frame_length_from_header), (mp3_type_find),
30677 require mp3 typefinding to have at least MIN_HEADERS valid headers
30678 add typefinding for AAC adts files
30680 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
30682 * sys/ximage/ximagesink.c:
30683 (gst_ximagesink_calculate_pixel_aspect_ratio):
30684 * sys/xvimage/xvimagesink.c:
30685 (gst_xvimagesink_calculate_pixel_aspect_ratio):
30686 Make sure we calculate pixel-aspect-ratio using floating point maths
30688 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
30691 updated translation
30693 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
30695 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30696 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
30697 add debugging for display PAR calculation
30699 2004-08-02 David Schleef <ds@schleef.org>
30701 * configure.ac: Fix mikmod CFLAGS.
30703 2004-07-27 Benjamin Otte <otte@gnome.org>
30705 * gst/audioscale/gstaudioscale.c:
30706 - fix templates to only support S16, it's the only format that works
30707 - make caps nego code use try_set_caps_nonfixed and fixation instead
30708 of try_set_caps twice, which is not nice for autopluggers
30709 - change rank to secondary, so autopluggers can pick it up after
30712 2004-08-02 Iain <iain@prettypeople.org>
30714 * gst/interleave/interleave.c (interleave_init),
30715 (interleave_request_new_pad),
30716 (interleave_pad_removed),
30717 (interleave_buffered_loop): Use the real pad count, not the artificial
30720 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30722 * configure.ac: bump nano back to development
30724 === release 0.8.3 ===
30726 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30728 * configure.ac: releasing 0.8.3, "Water"
30730 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30732 * sys/xvimage/xvimagesink.c:
30733 (gst_xvimagesink_calculate_pixel_aspect_ratio),
30734 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
30735 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
30736 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30737 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30738 * sys/xvimage/xvimagesink.h:
30739 apply similar PAR fixes as to ximagesink
30741 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
30743 patch from: Benjamin Otte
30745 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
30746 add link function to lame. Fixes #148986.
30748 2004-08-02 Johan Dahlin <johan@gnome.org>
30750 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
30753 2004-07-30 David Schleef <ds@schleef.org>
30755 * gst/videomixer/Makefile.am: Fix things that should have been
30756 fixed in the last checkin.
30758 2004-07-30 David Schleef <ds@schleef.org>
30760 * gst/multipart/Makefile.am: Fix things that should have been
30761 fixed in the last checkin.
30763 2004-07-30 David Schleef <ds@schleef.org>
30765 * testsuite/multifilesink/Makefile.am: Fix unused variable.
30767 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
30770 bump nano for prerelease
30782 2004-07-30 Wim Taymans <wim@fluendo.com>
30784 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30785 (gst_multifdsink_add), (gst_multifdsink_remove),
30786 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30787 (gst_multifdsink_client_remove),
30788 (gst_multifdsink_handle_client_write),
30789 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30790 * gst/tcp/gstmultifdsink.h:
30791 Recover from a select with a bad file descriptor by removing
30794 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
30797 fix requirement of core
30798 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
30799 (gst_play_pipeline_setup):
30800 don't use colorspace element. do use hermescolorspace element.
30801 make macro to get a colorspace element.
30802 mark strings for translation.
30814 update translations
30816 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30818 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
30819 fix default for newmedia flag
30821 2004-07-30 Wim Taymans <wim@fluendo.com>
30823 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30824 (gst_theora_dec_init), (theora_get_formats),
30825 (theora_dec_src_convert), (theora_dec_sink_convert),
30826 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30827 (theora_dec_chain), (theora_dec_set_property),
30828 (theora_dec_get_property):
30829 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30830 (gst_theora_enc_class_init), (gst_theora_enc_init),
30831 (theora_enc_sink_link), (theora_enc_chain),
30832 (theora_enc_set_property), (theora_enc_get_property):
30833 Added cropping option to theora decoder.
30834 Added border option to theora encoder.
30836 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30838 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30839 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30840 (gst_pngenc_set_property):
30841 * ext/libpng/gstpngenc.h:
30842 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
30844 2004-07-30 Wim Taymans <wim@fluendo.com>
30846 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30847 (theora_enc_sink_link), (theora_enc_chain),
30848 (theora_enc_set_property), (theora_enc_get_property):
30849 Fix encoding of non-multiple-of-16 video.
30851 2004-07-29 David Schleef <ds@schleef.org>
30853 * configure.ac: make test for audiofile more strict
30855 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
30857 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30858 give different names to typefind functions
30860 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
30862 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30863 (gst_ximagesink_calculate_pixel_aspect_ratio),
30864 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30865 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
30866 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
30867 (gst_ximagesink_get_property), (gst_ximagesink_init):
30868 * sys/ximage/ximagesink.h:
30869 allocate PAR's dynamically.
30870 use autodetected PAR if no object-set PAR is given.
30871 add workaround for directfb's X not setting physical size.
30872 fix to xvimagesink will follow tomorrow.
30874 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30876 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
30877 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30878 (gst_shout2send_get_type), (gst_shout2send_set_clock),
30879 (gst_shout2send_class_init), (gst_shout2send_init),
30880 (set_shout_metadata), (gst_shout2send_set_metadata),
30881 (gst_shout2send_chain), (gst_shout2send_set_property),
30882 (gst_shout2send_get_property), (gst_shout2send_connect),
30883 (gst_shout2send_change_state):
30884 * ext/shout2/gstshout2.h:
30885 - fix for sending mp3 audio to icecast2 server, if pad link function not
30886 called before PAUSED state
30887 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
30888 - added tagging support for mp3 audio broadcasted
30889 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
30892 2004-07-28 Wim Taymans <wim@fluendo.com>
30894 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30895 (gst_ogg_demux_push):
30896 Return query failure when we don't know the length of
30897 an ogg stream insteda of returning TRUE with a bogus value.
30899 2004-07-28 Wim Taymans <wim@fluendo.com>
30901 * ext/theora/theoradec.c: (theora_get_formats),
30902 (theora_dec_src_convert), (theora_dec_sink_convert),
30903 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30904 (theora_dec_chain):
30905 Don't screw up the 1 Chroma for 1 luma sample situation when we
30906 have an odd offset/width by adding a black border in those cases.
30908 2004-07-28 Wim Taymans <wim@fluendo.com>
30910 * ext/theora/theoradec.c: (theora_get_formats),
30911 (theora_dec_src_convert), (theora_dec_sink_convert),
30912 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30913 (theora_dec_chain):
30914 * ext/theora/theoraenc.c: (theora_enc_sink_link):
30915 Added first attempt at cropping of the image as required by the
30916 theora spec. We need more properties in the caps (offset_x,
30917 offset_y,stride) to implement this correctly.
30919 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
30921 * ext/dvdnav/README:
30922 Update the README to use dvddemux
30923 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30924 Ensure getcaps returns a subset of the template caps
30925 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
30926 (gst_mpeg2subt_init):
30927 Ensure getcaps returns a subset of the template caps
30928 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
30929 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
30930 (gst_dvd_demux_get_subpicture_stream),
30931 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
30932 * gst/mpegstream/gstdvddemux.h:
30933 Set the explicit caps on the current_video pad before pushing
30935 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30936 (gst_mpeg_demux_get_audio_stream):
30937 Free caps used to gst_pad_set_explicit_caps, which takes a const
30940 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
30942 * configure.ac: update GStreamer requirement to 0.8.4 because of
30945 2004-07-28 Wim Taymans <wim@fluendo.com>
30947 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
30948 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
30949 Add the pad to the element after setting up the caps. This
30950 makes it a lot easier to autoplug.
30952 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
30954 * gst/median/gstmedian.c:
30955 * gst/mpeg2subt/gstmpeg2subt.c:
30956 * gst/mpegaudioparse/gstmpegaudioparse.c:
30957 * gst/mpegstream/gstdvddemux.c:
30958 * gst/mpegstream/gstmpegdemux.c:
30959 * gst/mpegstream/gstmpegpacketize.c:
30960 * gst/rtjpeg/gstrtjpeg.c:
30961 * gst/rtjpeg/gstrtjpegdec.c:
30962 * gst/rtjpeg/gstrtjpegenc.c:
30963 * gst/sine/gstsinesrc.c:
30964 * gst/smooth/gstsmooth.c:
30965 * gst/smpte/gstsmpte.c:
30966 * gst/smpte/gstsmpte.h:
30967 * gst/stereo/gststereo.c:
30968 * gst/videofilter/gstgamma.c:
30969 * gst/videofilter/gstvideobalance.c:
30970 * gst/videofilter/gstvideofilter.c:
30971 * gst/videofilter/gstvideoflip.c:
30972 * gst/videoscale/gstvideoscale.c:
30973 * gst/videoscale/videoscale.c:
30974 * gst/videotestsrc/gstvideotestsrc.c:
30975 * gst/videotestsrc/videotestsrc.c:
30976 * gst/wavenc/gstwavenc.c:
30977 * gst/wavparse/gstwavparse.c:
30978 fix local includes and 64 bits constants
30980 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
30983 * gst-libs/gst/*/*.vcproj:
30985 more working plugins
30987 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30989 * testsuite/alsa/Makefile.am:
30990 * testsuite/alsa/srcstate.c:
30991 add test for alsasrc changing state
30993 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30995 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
30997 * gst/silence/gstsilence.h:
30998 fix silence generation for 16bit raw audio
31000 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
31002 * gst/matroska/matroska-demux.c:
31003 (gst_matroska_demux_parse_metadata),
31004 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31005 * gst/mpegaudio/common.c:
31006 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31007 (gst_videoscale_getcaps), (gst_videoscale_link),
31008 (gst_videoscale_src_fixate), (gst_videoscale_init),
31009 (gst_videoscale_finalize):
31010 * gst/videoscale/gstvideoscale.h:
31011 * gst/videotestsrc/gstvideotestsrc.c:
31012 (gst_videotestsrc_get_capslist):
31013 * gst/wavenc/gstwavenc.c:
31014 * sys/oss/gstossmixer.c: (fill_labels):
31015 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31016 (gst_ximagesink_handle_xevents),
31017 (gst_ximagesink_calculate_pixel_aspect_ratio),
31018 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31019 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31020 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31021 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31022 (gst_ximagesink_init), (gst_ximagesink_class_init):
31023 * sys/ximage/ximagesink.h:
31024 * sys/xvimage/xvimagesink.c:
31025 (gst_xvimagesink_calculate_pixel_aspect_ratio),
31026 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31027 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31028 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31029 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31030 * sys/xvimage/xvimagesink.h:
31031 first batch of pixel aspect ratio commits.
31033 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
31035 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31036 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31037 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31038 handle stride, needs work if we want to move stride handling
31039 upstream, but works correctly for our purposes.
31041 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
31043 * gst/videoscale/README:
31044 add testing examples
31045 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31046 (gst_videoscale_chain):
31047 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31048 (gst_videoscale_get_size):
31049 add get_size function that handles stride like videotestsrc.
31050 fixes conversion for YUV formats for as much as I can test them.
31052 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
31054 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31055 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31057 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31058 (gst_xvimagesink_xvimage_put):
31059 further cleanups, logging, error handling and synchronizing
31061 2004-07-27 Wim Taymans <wim@fluendo.com>
31063 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31064 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31065 (gst_videomixer_pad_set_property),
31066 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31067 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31068 (gst_videomixer_class_init), (gst_videomixer_init),
31069 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31070 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31071 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31072 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31073 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31074 (gst_videomixer_loop), (plugin_init):
31075 Be a nicer negotiation citizen and provide a getcaps function on
31076 the srcpad. This also fixes a crash when resizing.
31078 2004-07-27 Julien MOUTTE <julien@moutte.net>
31080 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31081 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31083 2004-07-27 Wim Taymans <wim@fluendo.com>
31085 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31086 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31087 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31088 (gst_pngenc_set_property):
31089 * ext/libpng/gstpngenc.h:
31090 Added snapshot property to pngenc.
31091 removed g_print from pngdec
31093 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
31095 * gst/ac3parse/ac3parse.vcproj
31096 * gst/adder/adder.vcproj
31097 * gst/alpha/alpha.vcproj
31098 * gst/alpha/alphacolor.vcproj
31099 * gst/asfdemux/asf.vcproj
31100 * gst/audioconvert/audioconvert.vcproj
31101 * gst/audiorate/audiorate.vcproj
31102 * gst/audioscale/audioscale.vcproj
31103 * gst/auparse/auparse.vcproj
31104 * gst/avi/avi.vcproj
31105 * gst/cdxaparse/cdxaparse.vcproj
31106 * gst/chart/chart.vcproj
31107 * gst/colorspace/colorspace.vcproj
31108 * gst/cutter/cutter.vcproj
31109 * gst/debug/debug.vcproj
31110 * gst/debug/efence.vcproj
31111 * gst/debug/navigationtest.vcproj
31112 * gst/deinterlace/deinterlace.vcproj
31113 * gst/effectv/effectv.vcproj
31114 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31115 * gst/filter/filter.vcproj
31116 * gst/flx/flxdec.vcproj
31117 * gst/goom/goom.vcproj
31118 * gst/interleave/interleave.vcproj
31119 * gst/law/alaw.vcproj
31120 * gst/law/mulaw.vcproj
31121 * gst/matroska/matroska.vcproj
31122 * gst/median/median.vcproj
31123 * gst/mixmatrix/mixmatrix.vcproj
31124 * gst/mpeg1sys/mpeg1systemencode.vcproj
31125 * gst/mpeg1videoparse/mp1videoparse.vcproj
31126 * gst/mpeg2sub/mpeg2subt.vcproj
31127 * gst/mpegaudio/mpegaudio.vcproj
31128 * gst/mpegaudioparse/mpegaudioparse.vcproj
31129 * gst/mpegstream/mpegstream.vcproj
31130 * gst/multifilesink/multifilesink.vcproj
31131 * gst/multipart/multipart.vcproj
31132 * gst/oneton/oneton.vcproj
31133 * gst/overlay/overlay.vcproj
31134 * gst/passthrough/passthrough.vcproj
31135 * gst/qtdemux/qtdemux.vcproj
31136 * gst/realmedia/rmdemux.vcproj
31137 * gst/rtjpeg/rtjpeg.vcproj
31138 * gst/rtp/rtp.vcproj
31139 * gst/silence/silence.vcproj
31140 * gst/sine/sinesrc.vcproj
31141 * gst/smooth/smooth.vcproj
31142 * gst/smpte/smpte.vcproj
31143 * gst/spectrum/spectrum.vcproj
31144 * gst/speed/speed.vcproj
31145 * gst/stereo/stereo.vcproj
31146 * gst/switch/switch.vcproj
31147 * gst/tags/tagedit.vcproj
31148 * gst/tcp/tcp.vcproj
31149 * gst/typefind/typefindfunctions.vcproj
31150 * gst/udp/udp.vcproj
31151 * gst/videobox/videobox.vcproj
31152 * gst/videocrop/videocrop.vcproj
31153 * gst/videodrop/videodrop.vcproj
31154 * gst/videofilter/gamma.vcproj
31155 * gst/videofilter/videobalance.vcproj
31156 * gst/videofilter/videofilter.vcproj
31157 * gst/videofilter/videoflip.vcproj
31158 * gst/videoflip/videoflip.vcproj
31159 * gst/videomixer/videomixer.vcproj
31160 * gst/videorate/videorate.vcproj
31161 * gst/videoscale/videoscale.vcproj
31162 * gst/videotestsrc/videotestsrc.vcproj
31163 * gst/virtualdub/virtualdub.vcproj
31164 * gst/volenv/volenv.vcproj
31165 * gst/volume/volume.vcproj
31166 * gst/wavenc/wavenc.vcproj
31167 * gst/wavparse/wavparse.vcproj
31168 * gst/y4m/y4menc.vcproj
31169 * gst-libs/gst/audio/audio.vcproj
31170 * gst-libs/gst/audio/audiofilter.vcproj
31171 * gst-libs/gst/colorbalance/colorbalance.vcproj
31172 * gst-libs/gst/idct/idtc.vcproj
31173 * gst-libs/gst/media-info/media-info.vcproj
31174 * gst-libs/gst/mixer/mixer.vcproj
31175 * gst-libs/gst/navigation/navigation.vcproj
31176 * gst-libs/gst/play/play.vcproj
31177 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31178 * gst-libs/gst/resample/resample.vcproj
31179 * gst-libs/gst/riff/riff.vcproj
31180 * gst-libs/gst/tuner/tuner.vcproj
31181 * gst-libs/gst/video/video.vcproj
31182 * gst-libs/gst/xoverlay/xoverlay.vcproj
31183 avoid problems with math.h, fix release dependancy
31184 rename GStreamer-0.8.lib to libgstreamer.lib
31186 2004-07-27 Julien MOUTTE <julien@moutte.net>
31188 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31189 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31190 the atom is not available we have to unlock the mutex. Fixes #148023
31192 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31194 * gst-libs/gst/media-info/media-info.h:
31195 issue for a vararg macro with MSVC
31197 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31199 * gst/effectv/effectv.vcproj
31200 * gst-libs/gst/idct/idct.vcproj:
31201 * gst-libs/gst/media-info/media-info.vcproj:
31202 * gst-libs/gst/navigation/navigation.vcproj:
31203 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31204 * gst-libs/gst/video/video.vcproj:
31205 * gst-libs/gst/xoverlay/xoverlay.vcproj:
31206 fixes for build problems
31208 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31210 * gst-libs/gst/audio/audio.def:
31211 * gst-libs/gst/audio/riff.def:
31212 add some definitions needed by plugins
31214 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31216 * gst/asfdemux/gstasfmux.c
31217 Fix some 64 bits constants to be glib friendly
31219 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31221 * gst/ac3parse/gstac3parse.c
31222 * gst/audioscale/gstaudioscale.c
31223 * gst/auparse/gstauparse.c
31224 * gst/colorspace/gstcolorspace.c
31225 * gst/colorspace/yuv2rgb.h
31226 local include fixes
31228 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31231 add more plugins to the build
31233 2004-07-26 Julien MOUTTE <julien@moutte.net>
31235 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31236 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31238 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
31240 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31241 (gst_level_set_property), (gst_level_get_property),
31242 (gst_level_base_init), (gst_level_class_init):
31243 add debugging categories. cleanups.
31245 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
31247 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31248 (gst_videoscale_planar411), (gst_videoscale_planar400),
31249 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31250 (gst_videoscale_scale_nearest_str1),
31251 (gst_videoscale_scale_nearest_str2),
31252 (gst_videoscale_scale_nearest_str4),
31253 (gst_videoscale_scale_nearest_16bit),
31254 (gst_videoscale_scale_nearest_24bit):
31255 fixed stride issues
31256 tested with 320x240 -> 321, 322, 324 x240
31257 tested with YV12, I420, YUY2, UYVY
31258 fixed packed422rev (don't think it could have worked before)
31259 by testing with UYVY
31261 2004-07-26 Benjamin Otte <otte@gnome.org>
31263 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31264 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31266 add debugging category, add error checks like checking return values
31267 of setup calls, make sure it still works after
31268 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31270 2004-07-26 Wim Taymans <wim@fluendo.com>
31272 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31273 (gst_mpeg_demux_get_audio_stream),
31274 (gst_mpeg_demux_process_private):
31275 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31276 Check for error codes from the negotiation functions. Make sure
31277 we really set the pad caps when a new pad is created.
31279 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
31281 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31282 (gst_ffmpeg_caps_to_pix_fmt):
31283 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31284 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31285 (gst_ffmpegcolorspace_pad_link):
31286 don't make function do two things at the same time without reason.
31288 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31290 * gst/ac3parse/ac3parse.vcproj
31291 * gst/adder/adder.vcproj
31292 * gst/alpha/alpha.vcproj
31293 * gst/alpha/alphacolor.vcproj
31294 * gst/asfdemux/asf.vcproj
31295 * gst/audioconvert/audioconvert.vcproj
31296 * gst/audiorate/audiorate.vcproj
31297 * gst/audioscale/audioscale.vcproj
31298 * gst/auparse/auparse.vcproj
31299 * gst/avi/avi.vcproj
31300 * gst/cdxaparse/cdxaparse.vcproj
31301 * gst/chart/chart.vcproj
31302 * gst/colorspace/colorspace.vcproj
31303 * gst/cutter/cutter.vcproj
31304 * gst/debug/debug.vcproj
31305 * gst/debug/efence.vcproj
31306 * gst/debug/navigationtest.vcproj
31307 * gst/deinterlace/deinterlace.vcproj
31308 * gst/effectv/effectv.vcproj
31309 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31310 * gst/filter/filter.vcproj
31311 * gst/flx/flxdec.vcproj
31312 * gst/goom/goom.vcproj
31313 * gst/interleave/interleave.vcproj
31314 * gst/law/alaw.vcproj
31315 * gst/law/mulaw.vcproj
31316 * gst/matroska/matroska.vcproj
31317 * gst/median/median.vcproj
31318 * gst/mixmatrix/mixmatrix.vcproj
31319 * gst/mpeg1sys/mpeg1systemencode.vcproj
31320 * gst/mpeg1videoparse/mp1videoparse.vcproj
31321 * gst/mpeg2sub/mpeg2subt.vcproj
31322 * gst/mpegaudio/mpegaudio.vcproj
31323 * gst/mpegaudioparse/mpegaudioparse.vcproj
31324 * gst/mpegstream/mpegstream.vcproj
31325 * gst/multifilesink/multifilesink.vcproj
31326 * gst/multipart/multipart.vcproj
31327 * gst/oneton/oneton.vcproj
31328 * gst/overlay/overlay.vcproj
31329 * gst/passthrough/passthrough.vcproj
31330 * gst/qtdemux/qtdemux.vcproj
31331 * gst/realmedia/rmdemux.vcproj
31332 * gst/rtjpeg/rtjpeg.vcproj
31333 * gst/rtp/rtp.vcproj
31334 * gst/silence/silence.vcproj
31335 * gst/sine/sinesrc.vcproj
31336 * gst/smooth/smooth.vcproj
31337 * gst/smpte/smpte.vcproj
31338 * gst/spectrum/spectrum.vcproj
31339 * gst/speed/speed.vcproj
31340 * gst/stereo/stereo.vcproj
31341 * gst/switch/switch.vcproj
31342 * gst/tags/tagedit.vcproj
31343 * gst/tcp/tcp.vcproj
31344 * gst/typefind/typefindfunctions.vcproj
31345 * gst/udp/udp.vcproj
31346 * gst/videobox/videobox.vcproj
31347 * gst/videocrop/videocrop.vcproj
31348 * gst/videodrop/videodrop.vcproj
31349 * gst/videofilter/gamma.vcproj
31350 * gst/videofilter/videobalance.vcproj
31351 * gst/videofilter/videofilter.vcproj
31352 * gst/videofilter/videoflip.vcproj
31353 * gst/videoflip/videoflip.vcproj
31354 * gst/videomixer/videomixer.vcproj
31355 * gst/videorate/videorate.vcproj
31356 * gst/videoscale/videoscale.vcproj
31357 * gst/videotestsrc/videotestsrc.vcproj
31358 * gst/virtualdub/virtualdub.vcproj
31359 * gst/volenv/volenv.vcproj
31360 * gst/volume/volume.vcproj
31361 * gst/wavenc/wavenc.vcproj
31362 * gst/wavparse/wavparse.vcproj
31363 * gst/y4m/y4menc.vcproj
31364 more plugins supported under windows
31366 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
31368 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31369 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31370 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31372 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31373 Add debugging statements. Use the sizes as returned by the
31374 *CreateImage calls.
31376 2004-07-26 Johan Dahlin <johan@gnome.org>
31378 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31379 the pad is negotiated.
31381 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31383 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
31385 * gst-libs/gst/colorbalance/colorbalance.vcproj:
31386 * gst-libs/gst/idct/idct.vcproj:
31387 * gst-libs/gst/media-info/media-info.vcproj:
31388 * gst-libs/gst/mixer/mixer.vcproj:
31389 * gst-libs/gst/navigation/navigation.vcproj:
31390 * gst-libs/gst/play/play.vcproj:
31391 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31392 * gst-libs/gst/resample/resample.vcproj:
31393 * gst-libs/gst/tuner/tuner.vcproj:
31394 * gst-libs/gst/video/video.vcproj:
31395 * gst-libs/gst/xoverlay/xoverlay.vcproj:
31396 more plugins supported under windows
31398 2004-07-25 Iain <iain@prettypeople.org>
31400 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
31401 pad now rather than when the pad is created because state changes wipe
31402 explicit caps (fixes #148043).
31404 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
31406 reviewed by Benjamin Otte <otte@gnome.org>
31408 * ext/mad/gstmad.c:
31409 fix mad plugin crashing on Sun (fixes #148289)
31411 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
31414 * gst/avi/avi.vcproj:
31415 * gst/matroska/matroska.def:
31416 * gst/matroska/matroska.vcproj:
31417 remove unused .def files
31419 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
31421 * gst-libs/gst/audio/gstaudiofilter.c:
31422 Clean the local include
31424 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
31427 * gst-libs/gst/audio/audio.def:
31428 * gst-libs/gst/audio/audio.vcproj:
31429 * gst-libs/gst/audio/audiofilter.vcproj:
31430 * gst-libs/gst/audio/riff.def:
31431 * gst-libs/gst/audio/riff.vcproj:
31432 * gst-libs/gst/gst-libs.def:
31433 * gst-libs/gst/gst-libs.vcproj:
31434 * gst/avi/avi.vcproj:
31435 * gst/avi/avi.vcproj:
31436 Copy the files where needed after building, cleaner projects
31438 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
31440 * gst/matroska/ebml-write.c:
31441 Fix some 64 bits constants to be glib friendly
31443 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
31446 * gst-libs/gst/gst-libs.def:
31447 * gst-libs/gst/gst-libs.vcproj:
31448 * gst/matroska/matroska.def:
31449 * gst/matroska/matroska.vcproj:
31450 Add the preliminary canvas to build plugins on Win32
31452 2004-07-23 Benjamin Otte <otte@gnome.org>
31454 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31455 don't enfore negotiation from source side, it breaks
31456 sinesrc ! audioconvert ! osssink
31458 2004-07-22 David Schleef <ds@schleef.org>
31460 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
31461 for ELF files, since they can easily be recognized as audio/mpeg.
31464 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
31466 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31467 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
31468 (gst_videoscale_scale_nearest_24bit),
31469 (gst_videoscale_scale_nearest_16bit):
31470 fix 16bit and 24bit for stride (24bit might need testing)
31471 don't pretend we do more than one algorithm
31473 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31477 * gst/multifilesink/Makefile.am:
31478 * gst/multifilesink/gstmultifilesink.c:
31479 (gst_multifilesink_get_formats),
31480 (gst_multifilesink_get_query_types), (_do_init),
31481 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
31482 (gst_multifilesink_init), (gst_multifilesink_dispose),
31483 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
31484 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
31485 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
31486 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
31487 (gst_multifilesink_chain), (gst_multifilesink_change_state),
31488 (gst_multifilesink_uri_get_type),
31489 (gst_multifilesink_uri_get_protocols),
31490 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
31491 (gst_multifilesink_uri_handler_init), (plugin_init):
31492 * gst/multifilesink/gstmultifilesink.h:
31493 * testsuite/Makefile.am:
31494 * testsuite/multifilesink/Makefile.am:
31495 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
31496 (gst_newmedia_class_init), (gst_newmedia_init),
31497 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31498 (newfile_signal), (test_signal), (main):
31499 multifilesink plugin for creating new files every time a new media
31500 discontinuity event occurs
31502 2004-07-22 Wim Taymans <wim@fluendo.com>
31504 * gst/alpha/Makefile.am:
31505 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
31506 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
31507 (gst_alpha_color_init), (gst_alpha_color_set_property),
31508 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
31509 (transform), (gst_alpha_color_chain),
31510 (gst_alpha_color_change_state), (plugin_init):
31511 Stupid plugin to to RGBA to AYUV conversion because none of
31512 the colorspace plugins can handle that yet.
31514 2004-07-22 Wim Taymans <wim@fluendo.com>
31516 * examples/seeking/seek.c: (update_scale), (main):
31517 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31518 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31519 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31520 (gst_decode_bin_init), (gst_decode_bin_dispose),
31521 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31522 (no_more_pads), (close_link), (type_found),
31523 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31525 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31526 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31527 (gst_play_base_bin_dispose), (queue_overrun),
31528 (gen_preroll_element), (remove_prerolls), (unknown_type),
31529 (no_more_pads), (new_stream), (setup_source),
31530 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31531 (play_base_eos), (gst_play_base_bin_change_state),
31532 (gst_play_base_bin_add_element),
31533 (gst_play_base_bin_remove_element),
31534 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31535 (gst_play_base_bin_unlink_stream),
31536 (gst_play_base_bin_get_streaminfo):
31537 * gst/playback/gstplaybin.c: (gen_video_element),
31538 (gen_audio_element):
31539 * gst/playback/gststreaminfo.h:
31540 More playback updates, attempt to fix things after the state change
31543 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
31545 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
31546 (gst_videoscale_scale_nearest_16bit):
31549 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
31551 * gst/videotestsrc/gstvideotestsrc.c:
31552 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
31553 (gst_videotestsrc_init), (gst_videotestsrc_get),
31554 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
31555 (gst_videotestsrc_get_property):
31556 * gst/videotestsrc/gstvideotestsrc.h:
31557 * gst/videotestsrc/videotestsrc.c:
31558 * gst/videotestsrc/videotestsrc.h:
31559 cleanup and commenting
31561 2004-07-21 Wim Taymans <wim@fluendo.com>
31563 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
31564 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
31565 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
31566 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
31567 (_find_chain_get_unknown_part), (_find_streams_check),
31568 (gst_ogg_demux_push), (gst_ogg_pad_push):
31569 * ext/theora/theoradec.c: (theora_get_formats),
31570 (theora_dec_src_convert), (theora_dec_sink_convert),
31571 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31572 (theora_dec_chain):
31573 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31574 (vorbis_dec_convert), (vorbis_dec_src_query),
31575 (vorbis_dec_src_event), (vorbis_dec_event):
31576 More seeking fixes, oggdemux now supports seeking to time and
31577 uses the downstream element to convert granulepos to time.
31578 Seeking in theora-only ogg files now works.
31580 2004-07-21 Wim Taymans <wim@fluendo.com>
31582 * ext/theora/theoradec.c: (gst_theora_dec_init),
31583 (theora_get_formats), (theora_get_event_masks),
31584 (theora_get_query_types), (theora_dec_src_convert),
31585 (theora_dec_sink_convert), (theora_dec_src_query),
31586 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31587 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31588 (vorbis_get_event_masks), (vorbis_get_query_types),
31589 (gst_vorbis_dec_init), (vorbis_dec_convert),
31590 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
31591 Added query/convert/formats functions to vorbis and theora decoders
31592 so that the outside world can use them too. Fixed seeking on an
31593 ogg/theora/vorbis file by disabling the seeking seeking on the
31596 2004-07-21 Julien MOUTTE <julien@moutte.net>
31598 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31599 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
31600 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
31601 images creation for both elements. We don't create the image on caps
31602 nego or renego, we just destroy the internal one if present if it does
31603 not match the needs. The chain function takes care of creating a new
31605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31606 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
31607 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31608 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
31609 the image format information. The buffer pool checks for the context
31610 image format and discard images with different formats.
31611 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
31613 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
31615 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31616 (gst_ffmpegcolorspace_chain):
31617 no point in doing any chaining if the pad we want to push from
31620 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
31622 * gst-libs/gst/riff/riff-media.c:
31623 (gst_riff_create_audio_caps_with_data):
31624 Fix double end-to-native symbol conversion (#148021).
31626 2004-07-20 David Schleef <ds@schleef.org>
31628 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31629 Don't use an Atom that doesn't exist.
31631 2004-07-20 Wim Taymans <wim@fluendo.com>
31633 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31634 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31635 (gst_multifdsink_client_remove),
31636 (gst_multifdsink_handle_client_write),
31637 (gst_multifdsink_queue_buffer):
31638 * gst/tcp/gstmultifdsink.h:
31639 More multifdsink stats. Avoid deadlock by releasing locks
31640 before sending out a signal.
31642 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
31646 added Hungarian translation (Laszlo Dvornik)
31648 2004-07-20 Wim Taymans <wim@fluendo.com>
31650 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31651 (gst_multifdsink_add), (gst_multifdsink_client_remove),
31652 (gst_multifdsink_handle_client_write),
31653 (gst_multifdsink_queue_buffer):
31654 * gst/tcp/gsttcp-marshal.list:
31655 Fixed the stupid marshal definition.
31657 2004-07-20 Wim Taymans <wim@fluendo.com>
31659 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31660 (gst_multifdsink_init), (gst_multifdsink_add),
31661 (gst_multifdsink_client_remove),
31662 (gst_multifdsink_handle_client_write),
31663 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
31664 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
31665 (gst_multifdsink_init_send):
31666 * gst/tcp/gstmultifdsink.h:
31667 Added more stats, added timeout for a client, fixed some typos
31668 and added some comments.
31670 2004-07-20 Wim Taymans <wim@fluendo.com>
31672 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31673 (gst_multifdsink_add), (gst_multifdsink_get_stats),
31674 (gst_multifdsink_client_remove),
31675 (gst_multifdsink_handle_client_write):
31676 * gst/tcp/gstmultifdsink.h:
31677 * gst/tcp/gsttcp-marshal.list:
31678 Added get_stats method that returns a GValueArray of
31681 2004-07-19 Benjamin Otte <otte@gnome.org>
31683 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31684 make sure longname, description and author are valid UTF-8
31686 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
31688 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
31689 (gst_ximagesink_set_property):
31690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
31691 (gst_xvimagesink_set_property):
31692 make sure SYNCHRONOUS is respected after getting the X context
31694 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
31696 * gst/matroska/matroska-demux.c:
31697 (gst_matroska_demux_handle_src_event),
31698 (gst_matroska_demux_parse_blockgroup):
31699 * gst/matroska/matroska-ids.h:
31700 add BlockReference tag and ignore it to clear out log.
31701 ignore NAVIGATION events to clear out log.
31703 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
31705 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31706 (gst_matroska_demux_add_stream):
31707 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
31708 add debug categories
31710 2004-07-16 Wim Taymans <wim@fluendo.com>
31712 * ext/libpng/Makefile.am:
31713 * ext/libpng/gstpng.c: (plugin_init):
31714 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
31715 (gst_pngdec_get_type), (gst_pngdec_base_init),
31716 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
31717 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
31718 * ext/libpng/gstpngdec.h:
31721 2004-07-16 Julien MOUTTE <julien@moutte.net>
31723 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31724 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
31725 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
31726 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31727 (gst_ximagesink_buffer_alloc):
31728 * sys/ximage/ximagesink.h:
31729 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31730 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31731 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31732 (gst_xvimagesink_buffer_alloc):
31733 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
31734 again. Using internal data pointer of the x(v)image to store image's
31735 data to be coherent with the buffer alloc mechanism. Investigated the
31736 image destruction code to be sure that everything gets freed correctly.
31738 2004-07-16 Wim Taymans <wim@fluendo.com>
31740 * gst-libs/gst/riff/riff-read.c:
31741 (gst_riff_read_strf_vids_with_data),
31742 (gst_riff_read_strf_auds_with_data):
31743 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31744 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31745 Make sure we don't create 0 sized subbuffers in riff-read.
31746 Signal the no more pads signal after reading the avi header.
31748 2004-07-16 Wim Taymans <wim@fluendo.com>
31750 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31751 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31752 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31753 (gst_decode_bin_init), (gst_decode_bin_dispose),
31754 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31755 (no_more_pads), (close_link), (type_found),
31756 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31757 (gst_decode_bin_change_state), (plugin_init):
31758 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31759 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31760 (gst_play_base_bin_dispose), (queue_overrun),
31761 (gen_preroll_element), (remove_prerolls), (unknown_type),
31762 (no_more_pads), (new_stream), (setup_source),
31763 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31764 (play_base_eos), (gst_play_base_bin_change_state),
31765 (gst_play_base_bin_add_element),
31766 (gst_play_base_bin_remove_element),
31767 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31768 (gst_play_base_bin_unlink_stream),
31769 (gst_play_base_bin_get_streaminfo):
31770 * gst/playback/gstplaybasebin.h:
31771 Better error recovery. Added configurable preroll queue size. Faster
31772 detection of no-more-pads.
31774 2004-07-16 Wim Taymans <wim@fluendo.com>
31776 * gst-libs/gst/video/video.h:
31777 Added 32 bits RGBA. Not sure if we should use another mime-type
31778 for alpha rgb. Currently the presence of the alpha_mask property
31779 signals an alpha channel.
31781 2004-07-16 Wim Taymans <wim@fluendo.com>
31783 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31784 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31785 FPS seems to be 0.0 to MAX everywhere else.
31787 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
31789 * gst-libs/gst/riff/riff-media.c:
31790 (gst_riff_create_video_caps_with_data):
31791 mp42/mp43 (no caps) exist too.
31792 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
31793 Set pixel_width/height; we've got them in-caps.
31794 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31795 * gst/wavparse/gstwavparse.c: (plugin_init):
31796 Both are valid primary.
31797 * sys/oss/gstossmixer.c:
31798 Remove i18n hack and enable translations.
31800 2004-07-15 Benjamin Otte <otte@gnome.org>
31802 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31803 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31804 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
31806 2004-07-15 Benjamin Otte <otte@gnome.org>
31808 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31809 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
31810 (gst_alsa_close_audio):
31811 disable some of the debugging code for now. Writing debugging to a
31812 buffer is broken in current alsalib releases.
31814 2004-07-12 Benjamin Otte <otte@gnome.org>
31816 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
31819 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
31821 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31822 (theora_dec_src_query), (theora_dec_event):
31823 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
31824 add debugging categories. Remove \n's.
31826 2004-07-13 Johan Dahlin <johan@gnome.org>
31828 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
31829 (gst_play_bin_get_property): Impl.
31831 2004-07-13 Wim Taymans <wim@fluendo.com>
31833 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
31834 When trying to find the stream length, seek back N pages
31835 instead of just one, where N is the number of streams in
31838 2004-07-13 Wim Taymans <wim@fluendo.com>
31840 * gst-libs/gst/riff/riff-media.c:
31841 (gst_riff_create_audio_caps_with_data),
31842 (gst_riff_create_audio_caps),
31843 (gst_riff_create_audio_template_caps):
31844 * gst-libs/gst/riff/riff-media.h:
31845 * gst-libs/gst/riff/riff-read.c:
31846 (gst_riff_read_strf_vids_with_data),
31847 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
31848 * gst-libs/gst/riff/riff-read.h:
31849 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31850 (gst_avi_demux_add_stream):
31851 Set codec_data on caps for avidemuxer.
31853 2004-07-12 David Schleef <ds@schleef.org>
31855 * configure.ac: Fix test for Objective C
31857 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
31858 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
31859 (gst_gdk_pixbuf_chain):
31860 Add svg and pcx to template caps, and ensure that getcaps returns a
31861 subset of the template caps.
31862 Copy each row manually for output, as gdkpixbuf may pad the
31863 rowstride to a 32-bit word boundary.
31865 2004-07-12 Wim Taymans <wim@fluendo.com>
31867 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
31868 (gst_riff_create_video_template_caps):
31869 Fix the template caps to include some more media types.
31871 2004-07-12 Wim Taymans <wim@fluendo.com>
31873 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31874 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31875 (compare_ranks), (print_feature), (gst_decode_bin_init),
31876 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31877 (try_to_link_1), (new_pad), (close_link), (type_found),
31878 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31879 (gst_decode_bin_change_state), (plugin_init):
31880 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31881 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31882 (gst_play_base_bin_dispose), (queue_overrun),
31883 (gen_preroll_element), (remove_prerolls), (no_more_pads),
31884 (new_stream), (setup_source), (gst_play_base_bin_set_property),
31885 (gst_play_base_bin_get_property), (play_base_eos),
31886 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31887 (gst_play_base_bin_remove_element),
31888 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31889 (gst_play_base_bin_unlink_stream),
31890 (gst_play_base_bin_get_streaminfo):
31891 * gst/playback/gstplaybasebin.h:
31892 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31893 (gst_play_bin_class_init), (gst_play_bin_init),
31894 (gst_play_bin_dispose), (gst_play_bin_set_property),
31895 (gst_play_bin_get_property), (gen_video_element),
31896 (gen_audio_element), (remove_sinks), (setup_sinks),
31897 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31898 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31899 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31900 (gst_play_bin_query), (plugin_init):
31901 * gst/playback/test4.c: (main):
31902 More fixes on reusing of the element.
31904 2004-07-11 Benjamin Otte <otte@gnome.org>
31906 * ext/mad/gstmad.c: (normal_seek):
31907 allow seeking for other methods than just SET
31909 2004-07-11 Andy Wingo <wingo@pobox.com>
31911 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
31912 float, "any" caps -> buffer_frames=[0,MAX].
31914 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
31915 doesn't intersect our caps with the template any more. Do it
31917 (interleave_buffered_loop): Use g_newa instead of malloc/free.
31919 2004-07-09 Wim Taymans <wim@fluendo.com>
31921 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31922 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31923 (compare_ranks), (print_feature), (gst_decode_bin_init),
31924 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31925 (try_to_link_1), (new_pad), (close_link), (type_found),
31926 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31927 (gst_decode_bin_change_state), (plugin_init):
31928 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31929 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31930 (gst_play_base_bin_dispose), (queue_overrun),
31931 (gen_preroll_element), (remove_prerolls), (no_more_pads),
31932 (new_stream), (setup_source), (gst_play_base_bin_set_property),
31933 (gst_play_base_bin_get_property), (play_base_eos),
31934 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31935 (gst_play_base_bin_remove_element),
31936 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31937 (gst_play_base_bin_unlink_stream),
31938 (gst_play_base_bin_get_streaminfo):
31939 * gst/playback/gstplaybasebin.h:
31940 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31941 (gst_play_bin_class_init), (gst_play_bin_init),
31942 (gst_play_bin_dispose), (gst_play_bin_set_property),
31943 (gst_play_bin_get_property), (gen_video_element),
31944 (gen_audio_element), (remove_sinks), (setup_sinks),
31945 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31946 (gst_play_bin_send_event), (gst_play_bin_get_formats),
31947 (gst_play_bin_convert), (gst_play_bin_get_query_types),
31948 (gst_play_bin_query), (plugin_init):
31949 * gst/playback/test4.c: (main):
31950 Work on object reuse and seeking.
31952 2004-07-09 Wim Taymans <wim@fluendo.com>
31954 * examples/seeking/seek.c: (iterate):
31955 Don't consume all CPU in the idle loop.
31957 2004-07-09 Wim Taymans <wim@fluendo.com>
31959 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
31960 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
31961 Add pad to element *after* setting the pad functions so that
31962 the scheduler can use the correct ones.
31964 2004-07-09 Wim Taymans <wim@fluendo.com>
31966 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
31967 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
31968 Sync to keyframe after seek
31970 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31972 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31973 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
31974 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
31975 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
31976 * ext/libvisual/visual.c: (gst_visual_change_state):
31977 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
31978 * ext/theora/theoradec.c: (theora_dec_change_state):
31979 * ext/theora/theoraenc.c: (theora_enc_change_state):
31980 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
31981 * gst-libs/gst/navigation/navigation.c:
31982 * gst/adder/gstadder.c: (gst_adder_change_state):
31983 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31984 (gst_audio_convert_get_buffer):
31985 * gst/multipart/multipartdemux.c:
31986 (gst_multipart_demux_change_state):
31987 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
31988 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31989 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
31990 * gst/videoscale/gstvideoscale.c:
31991 (gst_videoscale_handle_src_event):
31992 * gst/volume/gstvolume.c: (volume_chain_int16):
31993 don't assert in state change, this should be done by the base
31995 various debugging fixes.
31997 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32000 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32001 (gst_play_dispose), (gst_play_set_location),
32002 (gst_play_set_data_src), (gst_play_set_video_sink),
32003 (gst_play_set_audio_sink), (gst_play_set_visualization),
32004 (gst_play_connect_visualization), (gst_play_get_sink_element),
32005 (gst_play_get_all_by_interface):
32006 * gst-libs/gst/play/play.h:
32007 add new method to get elements implementing an interface.
32008 add various error logging
32010 2004-07-08 Wim Taymans <wim@fluendo.com>
32012 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32013 (make_mpeg_pipeline), (make_mpegnt_pipeline),
32014 (make_playerbin_pipeline), (query_durations_elems),
32015 (query_durations_pads), (query_positions_elems),
32016 (query_positions_pads), (update_scale), (iterate), (stop_seek),
32018 Added playbin seeking example.
32020 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32022 * gst-libs/gst/play/play.c: (gst_play_set_location),
32023 (gst_play_set_data_src), (gst_play_set_video_sink),
32024 (gst_play_set_audio_sink), (gst_play_set_visualization),
32025 (gst_play_connect_visualization), (gst_play_get_framerate):
32026 use a macro to look up elements from hash table
32028 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32030 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32031 (gst_play_get_length_callback), (gst_play_set_location),
32032 (gst_play_seek_to_time), (gst_play_set_data_src),
32033 (gst_play_set_video_sink), (gst_play_set_audio_sink),
32034 (gst_play_set_visualization), (gst_play_connect_visualization),
32035 (gst_play_get_sink_element):
32036 - add debugging info
32037 - fix looking up sink elements by iterating over complete caps
32038 - put everything except for source and autoplugger in a complete bin
32040 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32042 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32043 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32044 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32045 (gst_alsa_sink_write), (gst_alsa_sink_loop):
32046 * ext/alsa/gstalsasink.h:
32047 - add debugging info
32048 - clean up schizophrenia of data/buffer/event
32049 - fix double event unref error
32051 2004-07-08 Wim Taymans <wim@fluendo.com>
32053 * gst/playback/Makefile.am:
32054 Add headers to noinst
32056 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32058 * tools/gst-launch-ext-m.m:
32059 * tools/gst-launch-ext.1.in:
32060 convert to the third millenium
32062 2004-07-07 David Schleef <ds@schleef.org>
32064 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32066 2004-07-07 Wim Taymans <wim@fluendo.com>
32068 * gst/playback/Makefile.am:
32069 * gst/playback/README:
32070 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32071 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32072 (compare_ranks), (print_feature), (gst_decode_bin_init),
32073 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32074 (try_to_link_1), (new_pad), (close_link), (type_found),
32075 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32077 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32078 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32079 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32080 (gen_preroll_element), (no_more_pads), (new_stream),
32081 (setup_source), (gst_play_base_bin_set_property),
32082 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32083 (gst_play_base_bin_add_element),
32084 (gst_play_base_bin_remove_element),
32085 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32086 (gst_play_base_bin_unlink_stream),
32087 (gst_play_base_bin_get_streaminfo):
32088 * gst/playback/gstplaybasebin.h:
32089 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32090 (gst_play_bin_class_init), (gst_play_bin_init),
32091 (gst_play_bin_dispose), (gst_play_bin_set_property),
32092 (gst_play_bin_get_property), (gen_video_element),
32093 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32094 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32095 (gst_play_bin_get_formats), (gst_play_bin_convert),
32096 (gst_play_bin_get_query_types), (gst_play_bin_query),
32098 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32099 (gst_stream_info_get_type), (gst_stream_info_class_init),
32100 (gst_stream_info_init), (gst_stream_info_new),
32101 (gst_stream_info_dispose), (gst_stream_info_set_property),
32102 (gst_stream_info_get_property):
32103 * gst/playback/gststreaminfo.h:
32104 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32106 * gst/playback/test2.c: (main):
32107 * gst/playback/test3.c: (update_scale), (main):
32108 More playbin fixes. Added README. Do better element filtering.
32109 Added base class to preroll media. Added test apps.
32111 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32113 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32114 * ext/mpeg2dec/gstmpeg2dec.h:
32115 various debugging improvements. Reset stream to next picture
32116 instead of sequence header, otherwise seeks cannot work.
32118 2004-07-07 Wim Taymans <wim@fluendo.com>
32120 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32121 (gst_video_box_class_init), (gst_video_box_set_property),
32122 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32123 Use pad_alloc where possible.
32125 2004-07-07 Wim Taymans <wim@fluendo.com>
32127 * sys/oss/gstosselement.c: (gst_osselement_reset),
32128 (gst_osselement_parse_caps):
32129 * sys/oss/gstosselement.h:
32130 * sys/oss/gstosssrc.c: (gst_osssrc_get):
32131 Fix offset on osssrc.
32133 2004-07-07 Wim Taymans <wim@fluendo.com>
32135 * ext/theora/theora.c: (plugin_init):
32136 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32137 (theora_dec_src_query), (theora_dec_chain):
32138 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32139 (theora_enc_sink_link), (theora_buffer_from_packet),
32140 (theora_push_packet), (theora_enc_chain):
32141 Fix theora granulepos calculation.
32142 Fix overflow in duration/position calculation.
32143 Bump rank to PRIMARY for theoradec.
32144 Use granulepos of last packet to calculate position.
32145 Set keyframe flag on buffers when needed.
32147 2004-07-06 David Schleef <ds@schleef.org>
32149 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
32150 serious? (Fixed, obviously.)
32152 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
32156 added Czech translation (Miloslav Trmac)
32158 2004-07-05 Wim Taymans <wim@fluendo.com>
32160 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32161 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32162 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32163 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32164 (close_link), (type_found), (gst_decode_bin_set_property),
32165 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32166 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32167 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32168 (gst_decode_bin_query), (plugin_init):
32169 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32170 (gst_play_bin_class_init), (gst_play_bin_init),
32171 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32172 (get_video_element), (new_pad), (setup_source),
32173 (gst_play_bin_set_property), (gst_play_bin_get_property),
32174 (gst_play_bin_change_state), (gst_play_bin_add_element),
32175 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32176 (gst_play_bin_send_event), (gst_play_bin_get_formats),
32177 (gst_play_bin_convert), (gst_play_bin_get_query_types),
32178 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32179 * gst/playback/test.c: (main):
32180 More fixes, cleaned up playbin, make it use decodebin. Added
32181 threaded property to playbin.
32183 2004-07-05 Wim Taymans <wim@fluendo.com>
32186 * gst/playback/Makefile.am:
32187 * gst/playback/decodetest.c: (main):
32188 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32189 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32190 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32191 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32192 (close_link), (type_found), (gst_decode_bin_set_property),
32193 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32194 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32195 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32196 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32198 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32199 (gst_play_bin_class_init), (gst_play_bin_init),
32200 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32201 (collect_sink_pads), (find_compatibles), (close_pad_link),
32202 (try_to_link_1), (new_pad), (close_link), (type_found),
32203 (setup_source), (gst_play_bin_set_property),
32204 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32205 (compare_ranks), (gst_play_bin_collect_factories),
32206 (gst_play_bin_change_state), (gst_play_bin_add_element),
32207 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32208 (gst_play_bin_send_event), (gst_play_bin_get_formats),
32209 (gst_play_bin_convert), (gst_play_bin_get_query_types),
32210 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32211 * gst/playback/test.c: (main):
32212 Added some playback helper elements and some test apps, very alpha
32215 2004-07-04 Benjamin Otte <otte@gnome.org>
32217 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32218 only restart audio when we indeed have an xrun to fix repeated
32219 xruns. Fix suggested by Giuliano Pochini.
32221 2004-07-03 David Schleef <ds@schleef.org>
32223 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32224 call to gst_debug_log() if debugging is disabled (bug #145118)
32226 2004-07-03 Benjamin Otte <otte@gnome.org>
32228 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32229 use our own functions for restarting the alsa device.
32230 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32231 I should apply patches myself - use MIN for the third argument, not
32232 the second, this fixes seeking
32234 2004-07-02 David Schleef <ds@schleef.org>
32236 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32237 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
32240 2004-07-02 David Schleef <ds@schleef.org>
32242 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
32243 output buffers. Fix logic mistake. (bug #144866)
32245 2004-07-02 David Schleef <ds@schleef.org>
32247 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32248 on X. (bug #144753)
32250 2004-07-02 David Schleef <ds@schleef.org>
32252 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32253 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32255 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32256 (gst_osselement_rate_probe_check): Add another workaround for
32257 buggy drivers (bug #145336)
32259 2004-07-02 David Schleef <ds@schleef.org>
32261 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32262 Most systems don't have MSG_NOSIGNAL.
32264 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
32267 * gst-libs/gst/colorbalance/Makefile.am:
32268 * gst-libs/gst/mixer/Makefile.am:
32269 * gst-libs/gst/play/Makefile.am:
32270 * gst-libs/gst/tuner/Makefile.am:
32271 (hopefully) fix both install and dist and make error message useful.
32272 needs testing across automakes.
32274 2004-07-02 Benjamin Otte <otte@gnome.org>
32276 * ext/ogg/gstogg.c: (plugin_init):
32277 we require bytestream now
32278 * ext/ogg/gstoggdemux.c:
32279 huge diff to implement chain setup in a fast and generic way. This
32280 improves tag reading and startup of huge files (read: Theora videos)
32281 quite a bit. It probably contains bugs, too, so please test.
32282 Seeking is not improved to the fast method.
32284 2004-06-29 Wim Taymans <wim@fluendo.com>
32286 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32287 * ext/ogg/gstoggmux.c:
32288 Fix memleak in oggdemux when running unconnected pads.
32289 doc update in mux, start working on keyframe mode.
32291 2004-06-29 Benjamin Otte <otte@gnome.org>
32293 * sys/oss/gstosssink.c:
32294 * sys/oss/gstosssrc.c:
32295 advertise correct template caps - we indeed do non-native endianness
32296 and 8bit audio has no endianness
32297 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32298 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32299 avoid (wrong) duplications in getcaps function and return
32302 2004-06-29 Wim Taymans <wim@fluendo.com>
32304 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32305 (gst_multifdsink_class_init), (gst_multifdsink_add),
32306 (gst_multifdsink_remove), (gst_multifdsink_clear),
32307 (gst_multifdsink_client_remove),
32308 (gst_multifdsink_handle_client_read),
32309 (gst_multifdsink_client_queue_data),
32310 (gst_multifdsink_client_queue_caps),
32311 (gst_multifdsink_client_queue_buffer),
32312 (gst_multifdsink_handle_client_write),
32313 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32314 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32315 (gst_multifdsink_init_send), (gst_multifdsink_close):
32316 Fix wrong GList iteration that could crash the server when
32317 more then 2 clients disconnect at the same time. Read all the
32318 pending commands in one batch to recover from command storms under
32321 2004-06-28 Wim Taymans <wim@fluendo.com>
32323 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32324 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32325 (gst_videomixer_pad_set_property),
32326 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32327 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32328 (gst_videomixer_class_init), (gst_videomixer_init),
32329 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32330 (pad_zorder_compare), (gst_videomixer_sort_pads),
32331 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32332 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32333 (gst_videomixer_update_queues), (gst_videomixer_loop),
32335 Avoid divide by zero, choose masterpad as the pad with the highest
32338 2004-06-27 Julien Moutte <julien@moutte.net>
32340 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32341 (gst_ximagesink_xwindow_new):
32342 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32343 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32344 function directly. We might want to call it from somewhere else one day.
32346 2004-06-27 Julien Moutte <julien@moutte.net>
32348 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32349 (gst_ximagesink_xwindow_new):
32350 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32351 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32352 window decorations.
32354 2004-06-27 Wim Taymans <wim@fluendo.com>
32356 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32357 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32358 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32359 (gst_dvdec_set_property), (gst_dvdec_get_property):
32360 * ext/dv/gstdvdec.h:
32361 Implement drop_factor property to lower the framerate with
32364 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
32366 * gst-libs/gst/colorbalance/Makefile.am:
32367 * gst-libs/gst/mixer/Makefile.am:
32368 * gst-libs/gst/play/Makefile.am:
32369 * gst-libs/gst/tuner/Makefile.am:
32370 unbreak Company's fix that didn't install the -enum.h files
32372 2004-06-27 Wim Taymans <wim@fluendo.com>
32374 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32375 (gst_dvdec_change_state):
32376 * ext/dv/gstdvdec.h:
32377 Fix timestamp, duration and offset of the buffers.
32379 2004-06-27 Wim Taymans <wim@fluendo.com>
32381 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32382 (gst_multifdsink_class_init), (gst_multifdsink_add),
32383 (gst_multifdsink_remove), (gst_multifdsink_clear),
32384 (gst_multifdsink_client_remove),
32385 (gst_multifdsink_handle_client_read),
32386 (gst_multifdsink_client_queue_data),
32387 (gst_multifdsink_client_queue_caps),
32388 (gst_multifdsink_client_queue_buffer),
32389 (gst_multifdsink_handle_client_write),
32390 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32391 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32392 (gst_multifdsink_init_send), (gst_multifdsink_close):
32393 * gst/tcp/gstmultifdsink.h:
32394 * gst/tcp/gsttcpserversink.c:
32395 (gst_tcpserversink_handle_server_read),
32396 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
32397 More multifdsink fixes, more recovery policy fixes.
32398 Removed stupid g_print
32400 2004-06-26 Wim Taymans <wim@fluendo.com>
32402 * gst/tcp/Makefile.am:
32403 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32404 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
32405 (gst_multifdsink_class_init), (gst_multifdsink_init),
32406 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
32407 (gst_multifdsink_handle_client_read),
32408 (gst_multifdsink_client_queue_data),
32409 (gst_multifdsink_client_queue_caps),
32410 (gst_multifdsink_client_queue_buffer),
32411 (gst_multifdsink_handle_client_write),
32412 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32413 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32414 (gst_multifdsink_chain), (gst_multifdsink_set_property),
32415 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32416 (gst_multifdsink_close), (gst_multifdsink_change_state):
32417 * gst/tcp/gstmultifdsink.h:
32418 * gst/tcp/gsttcpplugin.c: (plugin_init):
32419 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
32420 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
32421 (gst_tcpserversink_handle_server_read),
32422 (gst_tcpserversink_handle_select),
32423 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
32424 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32425 * gst/tcp/gsttcpserversink.h:
32426 Added multifdsink, made tcpserversink a subclass of fdsink, removed
32427 one of the locks, added recovery policy to multifdsink.
32429 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
32431 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32432 fix decision for when getting frames with same timestamp
32433 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32434 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32435 (gst_v4lsrc_get_property):
32436 * sys/v4l/gstv4lsrc.h:
32437 add latency offset property
32439 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
32441 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
32443 fix debugging. add category.
32445 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
32447 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32450 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
32452 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32453 (gst_alsa_src_get_time), (gst_alsa_src_loop),
32454 (gst_alsa_src_change_state):
32455 return a time that is in sync with the element's processing
32457 2004-06-25 Wim Taymans <wim@fluendo.com>
32459 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32460 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32461 (gst_tcpserversink_client_remove),
32462 (gst_tcpserversink_handle_client_read),
32463 (gst_tcpserversink_client_queue_data),
32464 (gst_tcpserversink_client_queue_caps),
32465 (gst_tcpserversink_client_queue_buffer),
32466 (gst_tcpserversink_handle_client_write),
32467 (gst_tcpserversink_queue_buffer),
32468 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
32469 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
32470 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
32471 (gst_tcpserversink_close):
32472 * gst/tcp/gsttcpserversink.h:
32473 Serversink rewrite. Really do non blocking writes to clients and
32474 maintain an internal queue to handle slower clients while not
32475 disturbing fast clients.
32477 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
32479 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32480 better debug, don't override OFFSET and OFFSET_END
32482 2004-06-25 Iain <iain@prettypeople.org>
32484 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
32485 name=source for the wavparse pipeline.
32487 2004-06-24 Johan Dahlin <johan@gnome.org>
32489 * ext/theora/theoraenc.c (theora_enc_chain): Call
32490 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
32491 streamheader caps are set correctly.
32493 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
32495 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32496 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
32497 respect minimum bitrate; same could be done for max bitrate
32499 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
32501 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32502 (gst_vorbisenc_setup):
32503 fix sample rate range
32505 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
32507 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
32508 (gst_oggvorbisenc_setup):
32509 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
32510 (gst_vorbisenc_setup):
32511 resolve ambiguities in code and description
32513 2004-06-24 Wim Taymans <wim@fluendo.com>
32515 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
32516 * ext/alsa/gstalsa.h:
32517 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32518 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
32519 Use alsa trigger_tstamp to get the timestamp of the first
32520 sample in the buffer for more precise sync. Some cleanups.
32522 2004-06-24 Wim Taymans <wim@fluendo.com>
32524 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
32525 (gst_audiorate_init), (gst_audiorate_chain),
32526 (gst_audiorate_set_property), (gst_audiorate_get_property):
32527 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32528 (gst_videorate_chain):
32529 Added some logging, fixed an overflow bug in videorate.
32531 2004-06-24 Benjamin Otte <otte@gnome.org>
32533 * ext/kio/Makefile.am:
32534 fix for builddir != srcdir and distcheck
32536 2004-06-24 Benjamin Otte <otte@gnome.org>
32538 * gst-libs/gst/colorbalance/Makefile.am:
32539 * gst-libs/gst/mixer/Makefile.am:
32540 * gst-libs/gst/play/Makefile.am:
32541 * gst-libs/gst/tuner/Makefile.am:
32542 * gst/tcp/Makefile.am:
32543 * sys/dxr3/Makefile.am:
32544 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
32546 Also add all *.list files that were missing.
32548 add a distcheck hook to ensure the above doesn't happen again.
32550 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
32552 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
32554 2004-06-23 Colin Walters <walters@redhat.com>
32556 * m4/Makefile.am: Distribute gst-fionread.m4.
32558 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
32560 * configure.ac: back to dev
32562 2004-06-23 Wim Taymans <wim@fluendo.com>
32564 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32565 (gst_alsa_xrun_recovery):
32566 * ext/alsa/gstalsa.h:
32567 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32568 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
32569 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32570 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
32571 (gst_alsa_src_loop):
32572 Add clock to alsasrc. Take new capture timestamp when
32573 restarting after an overrun. Split up some functions between
32574 alsasrc and alsasink.
32576 === release 0.8.2 ===
32578 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
32580 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32581 (gst_alsa_change_state), (gst_alsa_update_avail),
32582 (gst_alsa_xrun_recovery):
32583 * ext/alsa/gstalsa.h:
32584 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32585 merge back changes from release
32587 2004-06-23 Wim Taymans <wim@fluendo.com>
32589 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
32590 (gst_audiorate_init), (gst_audiorate_chain),
32591 (gst_audiorate_set_property), (gst_audiorate_get_property):
32592 Implement sample dropping and notify
32594 2004-06-22 Wim Taymans <wim@fluendo.com>
32596 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32597 (theora_enc_sink_link), (theora_buffer_from_packet),
32598 (theora_push_packet), (theora_enc_chain):
32599 Some cleanups, make sure the timestamps are correct.
32601 2004-06-22 Wim Taymans <wim@fluendo.com>
32603 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
32604 (gst_alsa_change_state), (gst_alsa_update_avail),
32605 (gst_alsa_xrun_recovery):
32606 * ext/alsa/gstalsa.h:
32607 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32608 Cleanups, take queued samples into account when reporting
32611 2004-06-22 Wim Taymans <wim@fluendo.com>
32613 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32614 (gst_videorate_init):
32615 Initialize the property as well.
32617 2004-06-22 Wim Taymans <wim@fluendo.com>
32619 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32620 (gst_videorate_init), (gst_videorate_chain),
32621 (gst_videorate_set_property), (gst_videorate_get_property):
32622 Add property to make videorate silent.
32623 Add property to prefer new frames over old ones.
32625 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32627 * sys/osxvideo/Makefile.am:
32628 Workaround so that the osxvideo .so file gets linked with the
32629 Cocoa, OpenGL and QuickTime frameworks
32631 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32633 * sys/osxaudio/Makefile.am:
32634 Workaround so that the osxaudio .so file gets linked with the
32635 CoreAudio framework
32637 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32640 Whoops, my fault...fixed build issues
32642 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32645 Add objective-c support if running in Darwin/Mac OS X
32648 * sys/osxvideo/Makefile.am:
32649 * sys/osxvideo/osxvideosink.h:
32650 * sys/osxvideo/osxvideosink.m:
32651 * sys/osxvideo/cocoawindow.h:
32652 * sys/osxvideo/cocoawindow.m:
32653 Add osxvideosink, a cocoa-based osx video sink
32656 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
32657 * ext/dvdnav/gst-dvd:
32658 Grab the gconf key from the right spot
32659 * gst/debug/gstnavseek.c: (gst_navseek_init),
32660 (gst_navseek_segseek), (gst_navseek_handle_src_event),
32661 (gst_navseek_chain):
32662 * gst/debug/gstnavseek.h:
32663 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
32664 and loop parameters of a segment seek.
32665 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
32666 (gst_videotestsrc_get_event_masks),
32667 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32668 * gst/videotestsrc/gstvideotestsrc.h:
32669 Add seeking support to videotestsrc
32670 Initialise the timestamp_offset variable.
32672 2004-06-18 Wim Taymans <wim@fluendo.com>
32674 * ext/sidplay/gstsiddec.cc:
32675 Fix negotiation and set correct end offset.
32677 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
32679 * configure.ac: branch and prerelease
32681 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32683 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
32684 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
32685 (gst_tcpclientsrc_init_receive):
32686 * gst/tcp/gsttcpclientsrc.h:
32687 read caps when connecting to server for GDP so we set them correctly
32689 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32691 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32692 notify drops and duplicates
32693 * gst/videoscale/videoscale.c: (videoscale_get_structure):
32694 no good reason to limit ourselves to 100x100
32696 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32698 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32699 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
32700 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32701 (gst_v4lsrc_get_property):
32702 * sys/v4l/gstv4lsrc.h:
32703 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32704 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32705 (gst_v4l_set_audio):
32706 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
32707 (gst_v4lsrc_try_capture):
32708 * sys/v4l/v4lsrc_calls.h:
32709 change try_palette to more general try_capture
32710 add autoprobe option so we can turn off autoprobing
32713 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
32717 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
32718 (gst_ximagesink_class_init):
32719 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
32720 (gst_xvimagesink_class_init):
32721 run them as finalize, not dispose, since dispose can be invoked
32724 2004-06-17 Wim Taymans <wim@fluendo.com>
32726 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32727 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
32728 * ext/alsa/gstalsa.h:
32729 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32730 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
32731 (gst_alsa_src_change_state):
32732 * ext/alsa/gstalsasrc.h:
32733 Make the xrun code timestamp and offset the buffers correctly.
32734 moved the clock to the base class, use alsa methods to get time.
32735 Do correct timestamping on outgoing buffers.
32737 2004-06-17 Wim Taymans <wim@fluendo.com>
32739 * gst/audiorate/Makefile.am:
32740 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
32741 (gst_audiorate_base_init), (gst_audiorate_class_init),
32742 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
32743 (gst_audiorate_set_property), (gst_audiorate_get_property),
32744 (gst_audiorate_change_state), (plugin_init):
32745 Added an audiorate converter that fills in gaps.
32747 2004-06-17 Johan Dahlin <johan@gnome.org>
32749 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
32751 2004-06-16 Wim Taymans <wim@fluendo.com>
32753 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
32754 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32755 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32756 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32757 (gst_v4lsrc_get_property):
32758 * sys/v4l/gstv4lsrc.h:
32759 Added a copy mode to v4lsrc where it will output a copied version
32760 of its internal hardware buffer.
32761 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
32764 2004-06-16 Wim Taymans <wim@fluendo.com>
32766 * sys/oss/gstosssrc.c: (gst_osssrc_get):
32769 2004-06-16 Wim Taymans <wim@fluendo.com>
32771 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32772 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32773 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32774 (gst_v4lsrc_get_property):
32775 * sys/v4l/gstv4lsrc.h:
32776 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32777 Added a sync mode enum property to control v4lsrc timestamp method
32778 Removed the use-fixed-fps property and moved functionality in
32780 Don't error on an error value from v4l-conf, it might not always
32783 2004-06-16 Wim Taymans <wim@fluendo.com>
32785 * gst/videorate/Makefile.am:
32786 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
32787 (gst_videorate_base_init), (gst_videorate_class_init),
32788 (gst_videorate_getcaps), (gst_videorate_link),
32789 (gst_videorate_init), (gst_videorate_chain),
32790 (gst_videorate_set_property), (gst_videorate_get_property),
32791 (gst_videorate_change_state), (plugin_init):
32792 Added a video timestamp corrector.
32794 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32796 fixed a potential leak with previous commit
32798 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32800 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32802 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32803 Added missing refcount, fixes bug #144425
32804 Cheers Tim for finding the bug
32806 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
32808 * sys/v4l/gstv4l.c: (plugin_init):
32809 * sys/v4l/gstv4lcolorbalance.c:
32810 * sys/v4l/gstv4lcolorbalance.h:
32811 * sys/v4l/gstv4lelement.c:
32812 * sys/v4l/gstv4lelement.h:
32813 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32814 * sys/v4l/gstv4lmjpegsink.h:
32815 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32816 * sys/v4l/gstv4lmjpegsrc.h:
32817 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32818 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32819 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
32820 * sys/v4l/gstv4lsrc.h:
32821 * sys/v4l/gstv4ltuner.c:
32822 * sys/v4l/gstv4ltuner.h:
32823 * sys/v4l/gstv4lxoverlay.c:
32824 * sys/v4l/gstv4lxoverlay.h:
32825 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32826 (gst_v4l_set_window), (gst_v4l_enable_overlay):
32827 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32828 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32829 (gst_v4l_set_audio):
32830 * sys/v4l/v4l_calls.h:
32831 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32832 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
32833 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
32834 (gst_v4lmjpegsink_playback_init),
32835 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
32836 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
32837 (gst_v4lmjpegsink_playback_stop),
32838 (gst_v4lmjpegsink_playback_deinit):
32839 * sys/v4l/v4lmjpegsink_calls.h:
32840 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32841 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
32842 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32843 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
32844 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
32845 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
32846 * sys/v4l/v4lmjpegsrc_calls.h:
32847 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32848 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
32849 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
32850 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
32851 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
32852 (gst_v4lsrc_try_palette):
32853 * sys/v4l/v4lsrc_calls.h:
32854 bunch of paranoia cleanups
32856 2004-06-14 David Schleef <ds@schleef.org>
32858 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
32859 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
32860 Send discont events and change timestamps appropriately when
32861 we get a seek event. (bug #144240)
32862 * ext/cdparanoia/gstcdparanoia.h:
32864 2004-06-14 Benjamin Otte <otte@gnome.org>
32866 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
32867 snd_pcm_hw_params_set_rate since the latter fails for no good
32868 reason on some setups.
32870 2004-06-14 David Schleef <ds@schleef.org>
32872 * gst/volume/demo.c: (value_changed_callback): exp10() is not
32873 standard. Thank you for playing.
32875 2004-06-14 Wim Taymans <wim@fluendo.com>
32877 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
32878 Patch 1.3 broke the ordering of the colorspace info and
32879 made the plugin basically work by coincidence, reordered
32882 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
32884 * ext/lame/gstlame.c:
32885 * ext/mad/gstmad.c:
32886 sync caps. Make sure mad can only output a list of rates, not
32887 a full range. In the future, have three caps lists for each of the
32888 mpeg versions. Change mpegversion to a double as well.
32890 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
32892 * gst/volume/.cvsignore:
32893 * gst/volume/Makefile.am:
32894 * gst/volume/demo.c: (value_changed_callback), (idler),
32895 (setup_gui), (main):
32896 added small demo app
32898 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
32899 * ext/esd/esdsink.c: (gst_esdsink_change_state):
32900 * ext/esd/esdsink.h:
32901 Close the esd connection on pause, because esd will just wait -
32902 blocking all other esd clients indefinitely.
32904 2004-06-12 Christophe Fergeau <teuf@gnome.org>
32906 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
32907 previous commit with GST_DEBUG
32909 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
32912 add a header check for a dvdread header in dvdnav. Fixes #133002
32914 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32916 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
32917 * gst/tcp/gsttcpclientsink.h:
32918 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
32919 * gst/tcp/gsttcpclientsrc.h:
32920 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
32921 (gst_tcpserversink_handle_server_read),
32922 (gst_tcpserversink_init_send):
32923 * gst/tcp/gsttcpserversink.h:
32924 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
32925 * gst/tcp/gsttcpserversrc.h:
32926 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
32929 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32932 Added ogg library so that OSX detects libtheora properly
32934 2004-06-11 Wim Taymans <wim@fluendo.com>
32936 * ext/theora/theoradec.c: (theora_dec_chain),
32937 (theora_dec_change_state):
32938 Don't try to decode frames before we received a keyframe.
32940 2004-06-11 Wim Taymans <wim@fluendo.com>
32942 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32943 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32944 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32945 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32946 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32947 Added property to set the maximum delay of a page.
32949 2004-06-10 Wim Taymans <wim@fluendo.com>
32951 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32952 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32953 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32954 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32955 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32956 Added max-delay property to control the maximum amount
32957 of data to put in one page.
32959 2004-06-10 Wim Taymans <wim@fluendo.com>
32961 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32962 (gst_theora_enc_init), (theora_enc_sink_link),
32963 (theora_buffer_from_packet), (theora_enc_set_property),
32964 (theora_enc_get_property):
32965 Set duration on encoded buffer, added some more properties
32967 2004-06-10 Wim Taymans <wim@fluendo.com>
32969 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
32970 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32971 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
32972 * ext/theora/theoraenc.c: (theora_enc_chain):
32973 Fix refcounting bugs
32975 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
32977 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
32978 (gst_asf_demux_loop), (gst_asf_demux_process_file),
32979 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
32980 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
32981 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
32982 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
32983 (gst_asf_demux_change_state):
32984 * gst/asfdemux/gstasfdemux.h:
32985 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
32986 feels like. I think we should set a new requirement for demuxers
32987 from now on to implement sane loop functions, data loops, query
32988 and seek functions before first commit into CVS. And this commit
32989 fixes all of the above.
32991 2004-06-10 Christophe Fergeau <teuf@gnome.org>
32993 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
32994 vorbis comments are properly encoded in UTF-8 before adding them
32997 2004-06-09 Benjamin Otte <otte@gnome.org>
32999 * ext/alsa/gstalsa.c: (add_channels):
33000 handle min <= max correctly
33001 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33002 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33003 add fixation functions so we fixate correctly. No preferring of alaw
33004 anymore because it's the first structure.
33005 * ext/alsa/gstalsa.h:
33006 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33007 (gst_alsa_hw_params_dump):
33008 add functions to ease debugging in alsalib
33009 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33010 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33011 (gst_alsa_start_audio):
33012 only specify hw params if we really setup a format (fixes #134007 -
33013 or at least works around it)
33015 2004-06-09 Wim Taymans <wim@fluendo.com>
33017 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33018 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33019 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33020 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33021 (gst_ogg_mux_loop):
33022 Use stream caps to setup the initial pages in the ogg stream.
33023 Correctly set the streamheader caps on the srcpad.
33025 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
33027 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33028 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33029 (gst_v4lsrc_getcaps):
33030 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33031 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33032 add querying of fps lists for webcams. Negotiating to a framerate
33035 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33037 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33038 (theora_push_buffer), (theora_push_packet),
33039 (theora_set_header_on_caps), (theora_enc_chain):
33040 mark buffers and put on streamheader, raw theora streaming
33041 now works too, whee
33043 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33045 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33046 (gst_tcp_gdp_read_caps):
33047 do a looping read for caps and GDP headers too
33049 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33051 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33052 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33053 return EOS instead of NULL in _get
33055 2004-06-08 Wim Taymans <wim@fluendo.com>
33057 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33058 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33059 (gst_tcp_gdp_write_caps):
33060 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33061 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33062 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33065 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33067 * ext/vorbis/Makefile.am:
33068 * ext/vorbis/vorbis.c: (plugin_init):
33069 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33070 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33071 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33072 (vorbis_parse_change_state):
33073 * ext/vorbis/vorbisparse.h:
33074 adding a vorbisparse element that marks the buffers, streaming
33075 raw vorbis using GDP now works, whee
33077 2004-06-08 Wim Taymans <wim@fluendo.com>
33079 * ext/jpeg/Makefile.am:
33081 * ext/jpeg/gstjpeg.c: (plugin_init):
33082 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33083 (gst_smokedec_base_init), (gst_smokedec_class_init),
33084 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33085 * ext/jpeg/gstsmokedec.h:
33086 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33087 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33088 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33089 (gst_smokeenc_resync), (gst_smokeenc_chain),
33090 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33091 * ext/jpeg/gstsmokeenc.h:
33092 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33093 (smokecodec_flush_destination), (smokecodec_term_destination),
33094 (smokecodec_init_source), (smokecodec_fill_input_buffer),
33095 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33096 (smokecodec_term_source), (smokecodec_encode_new),
33097 (smokecodec_decode_new), (smokecodec_info_free),
33098 (smokecodec_set_quality), (smokecodec_get_quality),
33099 (smokecodec_set_threshold), (smokecodec_get_threshold),
33100 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33101 (find_best_size), (abs_diff), (put), (smokecodec_encode),
33102 (smokecodec_parse_header), (smokecodec_decode):
33103 * ext/jpeg/smokecodec.h:
33104 Added a new simple jpeg based codec
33106 2004-06-08 Wim Taymans <wim@fluendo.com>
33108 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33109 (gst_multipart_mux_loop):
33112 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33114 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33115 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33116 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33117 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33118 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33119 * gst/tcp/gsttcpserversink.h:
33120 take streamheader into account
33122 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33124 * gst/level/Makefile.am:
33125 * gst/level/gstlevel.c: (gst_level_class_init):
33126 clean up marshal generation
33128 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
33130 * gst/tcp/Makefile.am:
33131 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33132 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33133 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33134 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33135 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33136 (gst_tcpclientsrc_get_property):
33137 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33138 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33139 (gst_tcpserversink_handle_client_read),
33140 (gst_tcpserversink_handle_client_write),
33141 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33142 * gst/tcp/gsttcpserversink.h:
33143 add signals client-added and client-removed
33144 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33145 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33146 (gst_tcpserversrc_get_property):
33147 uniformized, change default protocol to NONE
33148 * gst/tcp/gsttcp-marshal.list: added
33149 2004-06-07 Benjamin Otte <otte@gnome.org>
33151 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33152 handle discont events if they happen before caps nego
33154 2004-06-07 Wim Taymans <wim@fluendo.com>
33156 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33157 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33158 (gst_multipart_demux_plugin_init):
33159 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33160 (gst_multipart_mux_init), (gst_multipart_mux_loop),
33161 (gst_multipart_mux_change_state):
33162 Small updates, fix a memleak
33164 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33166 * configure.ac: OSS portability
33167 * ext/arts/gst_arts.c: idem
33168 * sys/oss/gstosselement.c: idem
33169 * sys/oss/gstossmixer.c: idem
33170 * sys/oss/gstosssink.c: idem
33171 * sys/oss/gstosssrc.c: idem
33172 * sys/oss/oss_probe.c: idem
33173 - check for soundcard.h in different places for some BSD
33175 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
33178 Add me to the authors file
33180 Increase the libdv requirement to >= version 0.100
33181 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33182 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33183 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33184 * ext/dv/gstdvdec.h:
33185 Add support for the new_media flag when sending DISCONT events
33186 Make the querying work when video pad is not linked
33188 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
33190 reviewed by Benjamin Otte <otte@gnome.org>
33192 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33193 create a NULL-initialized array of pads, so we don't think they
33194 exist already. (fixes #143130)
33196 2004-06-07 Benjamin Otte <otte@gnome.org>
33198 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33199 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33200 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33201 don't use // coments
33203 2004-06-07 Benjamin Otte <otte@gnome.org>
33205 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33206 cast to GstClockTime to get higher granularity
33207 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33208 use gst_element_set_time_delay to get the exact time
33209 * ext/mad/gstmad.c: (gst_mad_chain):
33210 use the negotiated rate instead of the current frame's rate which
33211 might be wrong because of bit errors. This avoids emitting totally
33212 bogus timestamps and screwing sync.
33215 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
33217 reviewed by Benjamin Otte <otte@gnome.org>
33219 * gst/adder/gstadder.c: (gst_adder_loop):
33220 properly error out when no negotiation has happened yet. (fixes
33223 2004-06-06 Benjamin Otte <otte@gnome.org>
33225 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33226 forward correctly transformed offset in discont events. Based on
33227 patch by Arwed v. Merkatz. (fixes #142851)
33229 2004-06-06 David Schleef <ds@schleef.org>
33231 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33232 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
33233 problems on several systems.
33235 2004-06-06 Benjamin Otte <otte@gnome.org>
33237 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33238 use explicit caps on the srcpad
33239 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33240 properly error out if caps couldn't be set (fixes #142764)
33242 2004-06-06 Benjamin Otte <otte@gnome.org>
33244 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33245 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33246 (gst_alsa_start_audio):
33247 - don't call set_periods_integer anymore, it breaks the
33248 configuration randomly
33249 - call snd_pcm_hw_params_set_access directly instead of using masks
33250 - don't fail if the sw_params can't be set, just use the default
33251 params and hope it works. Alsalib has weird issues when you touch
33252 sw_params and does no proper error reporting about what failed.
33253 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33254 (gst_alsa_close_audio):
33255 make our alsa debugging go via gst debugging and not conditionally
33257 * ext/alsa/gstalsa.h:
33258 add ALSA_DEBUG_FLUSH macro
33259 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33261 wrap alsa errors to be printed via the gst debugging system and not
33264 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
33266 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33267 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33268 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33269 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33270 (qtdemux_parse_trak):
33271 * gst/qtdemux/qtdemux.h:
33272 Bitch. Also known as seeking, querying & co.
33273 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33274 (gst_osssink_change_state):
33275 * sys/oss/gstosssink.h:
33276 Resyncing is for weenies, this hack is no longer needed and was
33277 broken anyway (since it - unintendedly - always leaves resync to
33280 2004-06-05 Andrew Turner <zxombie@hotpop.com>
33282 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33283 * gst/tcp/gsttcpclientsrc.h: idem
33284 - define MSG_NOSIGNAL if not done
33285 - include unistd.h for off_t
33288 2004-06-05 Benjamin Otte <otte@gnome.org>
33291 * ext/kio/Makefile.am:
33292 check for qt's moc preprocessor explicitly and use it
33294 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33296 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33297 don't get a signal for EPIPE on socket writes
33298 (somebody check if this works on other platforms)
33300 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
33302 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33303 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33304 check error condition on available samples correctly
33306 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
33308 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33310 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33311 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33312 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33313 (gst_tcpserversrc_gdp_read_header):
33314 use ssize_t over size_t since the former is signed and thus the
33315 check for error codes can work
33317 2004-06-02 Wim Taymans <wim@fluendo.com>
33321 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33322 (gst_multipart_mux_loop):
33325 2004-06-02 Wim Taymans <wim@fluendo.com>
33327 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33328 (gst_multipart_mux_init), (gst_multipart_mux_loop),
33329 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33330 (gst_multipart_mux_change_state):
33331 Added configurable boundary specifier, added the value as a
33332 caps field as well.
33334 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33336 * gst/tcp/gsttcp.c:
33337 * gst/tcp/gsttcpclientsrc.c:
33338 * gst/tcp/gsttcpclientsrc.h:
33339 * gst/tcp/gsttcpserversrc.c:
33340 - portability fix, to compile on OSX
33343 * sys/osxaudio/gstosxaudioelement.c:
33344 * sys/osxaudio/gstosxaudiosink.c:
33345 * sys/osxaudio/gstosxaudiosrc.c:
33346 - compilation warnings on OSX
33349 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33351 * ext/vorbis/vorbisdec.c : sign warning fixes
33353 * gst-libs/gst/mixer/mixertrack.c :
33354 do no use defines which are glib 2.4 specific
33356 2004-06-01 Christophe Fergeau <teuf@gnome.org>
33358 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33359 buffer since libflac doesn't expect it (reports a sync error when
33360 it encounters that)
33363 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
33365 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33366 * gst-libs/gst/mixer/mixertrack.c:
33367 (gst_mixer_track_get_property), (get_mixer_track_init),
33368 (get_mixer_track_get_property): Added property accessors
33369 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33370 * gst-libs/gst/mixer/mixeroptions.c:
33371 (gst_mixer_options_get_values): Added
33372 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33373 * gst-libs/gst/mixer/mixer.c: Fixed comment
33376 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33378 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33379 improve error messages on open
33382 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
33384 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33385 check if v4l-conf is in path
33387 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
33389 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33390 change assert to a more readable error message
33392 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33394 * gst-libs/gst/tuner/tunerchannel.h:
33395 - add a freq_multiplicator field to make the conversion
33396 between internal frequency unit and Hz
33397 * sys/v4l/gstv4lelement.c:
33398 * sys/v4l2/gstv4l2element.c:
33399 - change default video device to /dev/video0
33400 * sys/v4l/v4l_calls.c:
33401 * sys/v4l2/v4l2_calls.c:
33402 - we only expose frequency to the user in Hz instead of
33403 bastard v4lX unit (either 62.5kHz or 62.5Hz)
33405 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
33406 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33407 Initialise b_o_s and e_o_s variables
33408 * gst-libs/gst/riff/riff-media.c:
33409 (gst_riff_create_video_caps_with_data):
33410 Add some unusual fourcc's from mplayer avi's
33411 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
33412 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
33415 2004-05-28 Wim Taymans <wim@fluendo.com>
33418 * gst/alpha/Makefile.am:
33419 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
33420 (gst_alpha_get_type), (gst_alpha_base_init),
33421 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
33422 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
33423 (gst_alpha_chroma_key), (gst_alpha_chain),
33424 (gst_alpha_change_state), (plugin_init):
33425 A plugin to add an alpha channel to I420 video. Can optionally do
33427 * gst/multipart/Makefile.am:
33428 * gst/multipart/multipart.c: (plugin_init):
33429 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33430 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
33431 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
33432 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33433 (gst_multipart_demux_change_state),
33434 (gst_multipart_demux_plugin_init):
33435 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
33436 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
33437 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
33438 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
33439 (gst_multipart_mux_pad_unlink),
33440 (gst_multipart_mux_request_new_pad),
33441 (gst_multipart_mux_handle_src_event),
33442 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
33443 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
33444 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33445 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
33446 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
33447 send multipart jpeg images to a browser.
33448 * gst/videobox/Makefile.am:
33449 * gst/videobox/README:
33450 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33451 (gst_video_box_get_type), (gst_video_box_base_init),
33452 (gst_video_box_class_init), (gst_video_box_init),
33453 (gst_video_box_set_property), (gst_video_box_get_property),
33454 (gst_video_box_sink_link), (gst_video_box_i420),
33455 (gst_video_box_ayuv), (gst_video_box_chain),
33456 (gst_video_box_change_state), (plugin_init):
33457 Crops or adds borders around an image. can do alpha channel
33459 * gst/videomixer/Makefile.am:
33460 * gst/videomixer/README:
33461 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33462 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
33463 (gst_videomixer_pad_get_sink_event_masks),
33464 (gst_videomixer_pad_get_property),
33465 (gst_videomixer_pad_set_property),
33466 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
33467 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
33468 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33469 (gst_videomixer_base_init), (gst_videomixer_class_init),
33470 (gst_videomixer_init), (gst_videomixer_request_new_pad),
33471 (gst_videomixer_handle_src_event),
33472 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
33473 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
33474 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
33475 (gst_videomixer_loop), (gst_videomixer_get_property),
33476 (gst_videomixer_set_property), (gst_videomixer_change_state),
33478 Generic video mixer plugin, can handle multiple inputs all with
33479 different framerates and video sizes. Is fully alpha channel
33482 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
33484 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33485 Select first track as master track. Not sure how else to handle
33487 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
33488 Discard discont events. Should fix #142962.
33490 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
33492 * ext/alsa/Makefile.am:
33493 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
33494 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
33495 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
33496 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
33497 (gst_alsa_mixer_get_option):
33498 * ext/alsa/gstalsamixer.h:
33499 * ext/alsa/gstalsamixeroptions.c:
33500 (gst_alsa_mixer_options_get_type),
33501 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
33502 (gst_alsa_mixer_options_new):
33503 * ext/alsa/gstalsamixeroptions.h:
33504 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
33505 * ext/alsa/gstalsamixertrack.h:
33506 Add enumerations (as GstMixerOptions). Make correct distinction
33507 between input/output tracks. Add capture/playback private flag.
33508 Use flag to decide on whether to set capture or playback volumes
33509 or switches. Use playback and record switches.
33510 * gst-libs/gst/mixer/Makefile.am:
33511 * gst-libs/gst/mixer/mixer-marshal.list:
33512 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
33513 (gst_mixer_set_option), (gst_mixer_get_option),
33514 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
33515 (gst_mixer_volume_changed), (gst_mixer_option_changed):
33516 * gst-libs/gst/mixer/mixer.h:
33517 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
33518 (gst_mixer_options_class_init), (gst_mixer_options_init),
33519 (gst_mixer_options_dispose):
33520 * gst-libs/gst/mixer/mixeroptions.h:
33521 Add GstMixerOptions.
33522 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33523 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
33524 broken device detection on computers with multiple OSS sound
33527 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
33529 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33530 fixate nicely even when the peer is not negotiating
33532 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
33534 * gst/audioconvert/gstaudioconvert.c:
33535 (gst_audio_convert_parse_caps):
33536 make sure we don't allow depth > width
33537 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33538 fixate endianness to G_BYTE_ORDER as default
33539 * gst/audioscale/gstaudioscale.c:
33540 we don't handle another endianness as host-endianness
33542 2004-05-25 David Schleef <ds@schleef.org>
33544 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
33546 2004-05-24 Benjamin Otte <otte@gnome.org>
33548 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
33549 (gst_oggvorbisenc_setup):
33550 properly fail when we can't setup the vorbis encoder due to
33551 unsupported settings
33552 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
33553 (gst_vorbisenc_setup):
33555 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33556 fix case where warnings occured when one pad was unlinked while the
33557 other's link function was called
33559 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
33561 * gst/tcp/Makefile.am:
33564 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
33566 * gst-libs/gst/resample/private.h:
33567 don't use optimizations that are #if 0'ed
33569 2004-05-24 Wim Taymans <wim@fluendo.com>
33571 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
33572 Fix potential division by zero error and hopefully get
33573 the position query right to get correct timestamps on avi
33576 2004-05-24 Wim Taymans <wim@fluendo.com>
33578 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
33579 (gst_videoscale_scale_nearest_str2),
33580 (gst_videoscale_scale_nearest_str4),
33581 (gst_videoscale_scale_nearest_32bit),
33582 (gst_videoscale_scale_nearest_24bit),
33583 (gst_videoscale_scale_nearest_16bit):
33584 Fix the scaling algorithm and avoid a buffer overflow.
33585 removed the while loop in the scaling function as it
33586 was used for point sampling only.
33588 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
33590 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
33591 (gst_id3_tag_class_init), (gst_id3_tag_init),
33592 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
33593 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
33594 (gst_id3_tag_send_tag_event):
33595 lots of fixes to make id3mux work and id3demux work correctly
33597 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33600 add rules to build shout2send (was removed by accident
33601 when this module was no more marked experimental/broken)
33603 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33605 * ext/shout2/gstshout2.c:
33606 * ext/shout2/gstshout2.h:
33607 adding a "connection problem" signal to shout2send
33610 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
33612 * ext/kio/kioreceiver.cpp:
33613 * ext/kio/kioreceiver.h:
33614 fix sign comparison issues
33616 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33618 * gst/cdxaparse/gstcdxaparse.c:
33619 * gst/cdxaparse/gstcdxaparse.h:
33621 add some checks/sanity
33622 prepare for seek addition
33624 * sys/sunaudio/gstsunaudio.c:
33625 remove exported dupe init function
33627 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
33629 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
33630 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
33631 Fix format conversion and position querying.
33632 * gst/debug/progressreport.c: (gst_progressreport_report):
33633 Don't output a bogus total value that we didn't query.
33634 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33635 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
33636 only a blank window after xine has been used.
33638 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33641 sync with upstream version to fix test on FC2
33642 readd with -ko to preserve Id header
33644 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33647 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
33648 * gst/tcp/gsttcpclientsrc.c: idem
33649 * gst/tcp/gsttcpserversink.c: idem
33650 * gst/tcp/gsttcpserversrc.c: idem
33651 * m4/gst-fionread.m4: idem
33653 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
33655 * configure.ac: enable speex plugin for speex 1.1.5+
33656 * ext/speex/gstspeexenc.c: fix cast warning
33658 * ext/esd/README: fix typo
33660 2004-05-20 David Schleef <ds@schleef.org>
33662 * configure.ac: Minor cosmetic change to convince the buildbot to
33664 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
33665 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
33666 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
33667 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
33668 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
33669 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
33670 More hacking. Plays audio now.
33672 2004-05-20 David Schleef <ds@schleef.org>
33677 2004-05-20 David Schleef <ds@schleef.org>
33679 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
33680 * sys/osxaudio/gstosxaudio.c:
33681 * sys/osxaudio/gstosxaudioelement.c:
33682 * sys/osxaudio/gstosxaudioelement.h:
33683 * sys/osxaudio/gstosxaudiosink.c:
33684 * sys/osxaudio/gstosxaudiosink.h:
33685 * sys/osxaudio/gstosxaudiosrc.c:
33686 * sys/osxaudio/gstosxaudiosrc.h:
33688 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33690 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
33691 (gst_vorbisenc_chain):
33692 put the codec headers on the caps as streamheader as well as
33695 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33697 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33698 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
33699 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
33700 split up push_packet into two functions
33702 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
33704 * gst/tcp/.cvsignore:
33706 * gst/tcp/Makefile.am:
33708 * gst/tcp/gsttcp.c:
33709 * gst/tcp/gsttcp.h:
33710 * gst/tcp/gsttcpclientsink.c:
33711 * gst/tcp/gsttcpclientsink.h:
33712 * gst/tcp/gsttcpclientsrc.c:
33713 * gst/tcp/gsttcpclientsrc.h:
33714 * gst/tcp/gsttcpplugin.c:
33715 * gst/tcp/gsttcpserversink.c:
33716 * gst/tcp/gsttcpserversink.h:
33717 * gst/tcp/gsttcpserversrc.c:
33718 * gst/tcp/gsttcpserversrc.h:
33719 add new tcp elements
33721 2004-05-19 Wim Taymans <wim@fluendo.com>
33723 * gst/law/mulaw-conversion.c: (mulaw_encode):
33724 Fix overflow bug in ulaw encoding.
33726 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33728 * ext/mad/gstmad.c: (gst_mad_handle_event):
33729 don't unref the event twice
33731 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33734 remove -Wno-sign-compare
33736 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33739 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
33740 if you want to work against glib 2.2 and 2.4
33742 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
33744 * gst/tcp/Makefile.am:
33745 * gst/tcp/gsttcp.c:
33746 * gst/tcp/gsttcp.h:
33747 * gst/tcp/gsttcpsink.h:
33748 * gst/tcp/gsttcpsrc.h:
33749 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
33751 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33753 * gst/debug/tests.c: (md5_get_value):
33754 fix segfault on gst-inspect
33756 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
33758 * gst/debug/testplugin.c:
33759 * gst/debug/tests.c:
33760 * gst/debug/tests.h:
33761 add new extensible and configurable testing element. Current tests
33762 include buffer count, stream length, timestamp/duration matching and
33764 * gst/debug/Makefile.am:
33765 * gst/debug/gstdebug.c: (plugin_init):
33766 add infrastructure for new element
33768 2004-05-19 Johan Dahlin <johan@gnome.org>
33770 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
33771 ending of the array. Fixes gst-inspect segfault on ppc.
33773 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33775 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
33777 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
33779 2004-05-18 David Schleef <ds@schleef.org>
33781 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
33782 warnings (bugs, actually) noticed by gcc but not forte.
33784 2004-05-18 David Schleef <ds@schleef.org>
33786 * sys/sunaudio/Makefile.am:
33787 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
33789 2004-05-18 David Schleef <ds@schleef.org>
33791 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
33792 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
33793 to allow qtdemux to use non-seekable streams. (bug #142272)
33795 2004-05-18 David Schleef <ds@schleef.org>
33797 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
33798 (gst_resample_sinc_ft_float): Remove use of static temporary
33799 buffer. This code was obviously not supposed to last long, but
33800 it's stuck in our ABI, so it required a little hack to make it
33801 ABI-compatible. Fixes #142585.
33802 * gst-libs/gst/resample/resample.h: same.
33804 2004-05-18 David Schleef <ds@schleef.org>
33806 * configure.ac: Add sunaudio
33807 * examples/Makefile.am: make gstplay depend on gconf
33808 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
33809 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
33810 (convert_table_lookup), (img_convert): remove c99-isms
33811 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
33812 unsigned, to fix a warning on Solaris
33813 * gst/mpeg1sys/systems.c: bcopy->memcpy
33814 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
33815 * sys/Makefile.am: Add sunaudio
33817 2004-05-18 Wim Taymans <wim@fluendo.com>
33819 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
33820 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
33821 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
33822 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
33823 (gst_ogg_mux_loop):
33824 Fix an ugly memleak where the muxer didn't flush enough ogg
33825 pages. This also resulted in badly muxed ogg files.
33827 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33829 * gst/asfdemux/asfheaders.c :
33830 * gst/asfdemux/asfheaders.h :
33831 * gst/asfdemux/gstasfdemux.c :
33832 - fix ASF_OBJ_PADDING guid
33833 - add 3 new object guids (language list, metadata,
33834 extended stream properties)
33835 - add a function to parse extended header objects
33837 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
33839 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33840 remove leftover debugging g_print
33842 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
33844 * ext/mad/gstmad.c: (gst_mad_handle_event):
33845 Fix for when the first format in a discont event is not a
33846 byte-based one. Should fix #137710.
33848 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33850 * m4/a52.m4 : fix compilation with -Wall -Werror
33851 * m4/libfame.m4 : idem
33852 * m4/libmikmod.m4 : idem
33854 2004-05-17 Benjamin Otte <otte@gnome.org>
33856 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33857 signal the new tags before giving up the reference
33859 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
33861 * ext/shout2/gstshout2.c:
33862 use application/ogg instead of application/x-ogg (patch by Patrick
33863 Guimond, fixes #142432)
33864 * sys/oss/gstosselement.c: (gst_osselement_reset),
33865 (gst_osselement_sync_parms):
33866 don't set fragment size unless specified (fixes #142493)
33868 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33870 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
33873 2004-05-17 Benjamin Otte <otte@gnome.org>
33875 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33876 compute offsets correctly for internal buffers so timestamps are set
33877 correctly when we can't seek. Also handle cases where there are no
33878 offsets. (based on a patch by David Moore, fixes #142507)
33880 2004-05-17 Benjamin Otte <otte@gnome.org>
33882 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33883 use correct variable when determining amount of data to skip so we
33884 don't skip into the void and segfault
33886 2004-05-16 Benjamin Otte <otte@gnome.org>
33888 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33891 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33893 * gst/asfdemux/gstasfdemux.c:
33894 - fix a mem leak and always propagate tags
33895 - add WMV3 to known video codecs (but no decoder yet)
33896 - replace "surplus data" at end of audio header for what
33897 it is : codec specific data
33900 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
33902 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
33904 * gst-libs/gst/audio/audioclock.c:
33905 Fix wrong return type (#142205).
33907 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33909 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
33910 Ignore CRCs by default (fixes #142566).
33912 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33914 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
33915 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
33916 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
33917 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
33918 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
33919 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
33920 Fix for cases where we fail to attach to a mixer.
33922 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
33924 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
33925 Don't touch events after not owning them anymore.
33926 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
33927 (gst_wavparse_fmt), (gst_wavparse_other),
33928 (gst_wavparse_handle_seek), (gst_wavparse_loop),
33929 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
33930 (gst_wavparse_srcpad_event):
33931 * gst/wavparse/gstwavparse.h:
33932 Add seeking, fix querying.
33934 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33936 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33937 - process comments even if they don't end with \0\0
33938 g_convert would ignore them if present and works well without them
33940 2004-05-16 Benjamin Otte <otte@gnome.org>
33942 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
33945 2004-05-16 Benjamin Otte <otte@gnome.org>
33947 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33948 don't write to memory we might not write to - g_convert does that
33949 for us anyway (fixes #142613)
33950 (gst_asf_demux_audio_caps):
33951 comment out gst_util_dump_mem
33953 2004-05-16 Benjamin Otte <otte@gnome.org>
33955 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33956 compute correct expected timestamps after seek (broken since
33958 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
33959 rename element and debugging category to gdkpixbufscale
33961 2004-05-16 Benjamin Otte <otte@gnome.org>
33963 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33964 add error checking to snd_pcm_delay and remove duplicate call to
33965 snd_pcm_delay that caused issues (see inline code comments)
33966 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
33967 make more readable and fix return value when snd_pcm_delay fails
33970 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
33971 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
33972 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
33973 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
33974 (gst_pixbufscale_link), (gst_pixbufscale_init),
33975 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
33976 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
33977 (gst_pixbufscale_get_property), (pixbufscale_init):
33978 * ext/gdk_pixbuf/pixbufscale.h:
33979 Add these files I forgot earlier
33981 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
33982 * ext/gdk_pixbuf/Makefile.am:
33983 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
33984 * ext/gdk_pixbuf/gstgdkpixbuf.h:
33985 Add new pixbufscale element to scale RGB video
33986 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
33987 and HYPER interpolation correctly.
33988 * ext/theora/theoraenc.c: (theora_enc_chain),
33989 Discard buffer and return if explicit caps could not be set
33990 (theora_enc_get_property):
33991 Make _get return kbps for the bitrate consistent with
33995 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
33997 * ext/libvisual/visual.c: (gst_visual_chain):
33998 add missing visual_audio_analyze
34000 2004-05-14 David Schleef <ds@schleef.org>
34002 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34003 is killed while we're playing.
34004 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34005 gst_element_no_more_pads().
34007 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34009 * gst-libs/gst/riff/riff-read.c :
34010 - fix INFO tag extraction in RIFF/AVI files
34011 because gst_event_unref (event) also freed taglist
34014 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34016 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34017 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34019 * gst/auparse/gstauparse.c :
34020 - add code (commented for now) to support audio/x-adpcm on src pad
34021 (we have no decoder for those layout yet)
34023 * gst/cdxaparse/gstcdxaparse.c :
34024 * gst/cdxaparse/gstcdxaparse.h :
34025 - partial rewrite using RiffRead (ripped iain's wavparse code)
34027 * gst/rtp/gstrtpL16enc.c : typo
34028 * gst/rtp/gstrtpgsmenc.c : typo
34030 2004-05-13 Benjamin Otte <otte@gnome.org>
34033 check for exact version of libvisual, it's not supposed to be
34036 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
34038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34039 signal no-more-pads
34041 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
34043 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34044 Report which format was used for GST_FORMAT_DEFAULT
34045 * gst/debug/Makefile.am:
34046 * gst/debug/gstdebug.c: (plugin_init):
34047 * gst/debug/progressreport.c: (gst_progressreport_base_init),
34048 (gst_progressreport_class_init), (gst_progressreport_init),
34049 (gst_progressreport_report), (gst_progressreport_set_property),
34050 (gst_progressreport_get_property), (gst_progressreport_chain),
34051 (gst_progressreport_plugin_init):
34052 Add progressreport element for testing.
34054 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
34056 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34057 * sys/v4l/gstv4lsrc.h:
34058 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34059 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34060 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34061 (gst_v4lsrc_grab_frame):
34063 send a discont at start
34065 2004-05-12 Colin Walters <walters@redhat.com>
34067 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34068 inflooping if we can't find a chunk. Or in other words, don't blow
34069 chunks if we don't have a chunk to blow.
34071 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
34072 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34073 Remove old debug output
34074 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34075 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34076 (gst_dvdec_set_property), (gst_dvdec_get_property):
34077 Change the quality setting to an enum, so it works from gst-launch
34078 Don't renegotiate a non-linked pad. Allows audio only decoding.
34079 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34080 (gst_deinterlace_link), (gst_deinterlace_init):
34081 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34082 (gst_videodrop_link):
34083 Some caps negotiation fixes
34085 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34087 * ext/tarkin/gsttarkin.c :
34088 - Change RANK from NONE to PRIMARY
34089 * ext/gdk_pixbuf/gstgdkpixbuf.c :
34090 - Change RANK from NONE to MARGINAL
34091 * ext/divx/gstdivxenc.c :
34092 - Change RANK from PRIMARY to NONE (encoder/spider issue)
34094 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
34096 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34097 (gst_vorbisenc_push_packet):
34098 copy a function that was added between 1.0 and 1.0.1 until we
34099 depend on worthwhile features of post-1.0
34101 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
34104 enable shout2 by default
34105 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34106 (gst_shout2send_base_init), (gst_shout2send_init),
34107 (gst_shout2send_connect), (gst_shout2send_change_state):
34108 * ext/shout2/gstshout2.h:
34109 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34111 * ext/theora/theora.c: (plugin_init):
34112 don't set rank on encoders
34114 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
34116 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34117 Use codec_data property instead of flag1 and flag2 for wma
34119 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34121 * gst/cdxaparse/gstcdxaparse.c :
34122 - Add mpegversion to CAPS to make it link
34123 - Rank is as GST_RANK_SECONDARY instead of NONE
34124 * gst/auparse/gstauparse.c :
34125 - Document all audio encoding we can encounter from Solaris 9
34126 headers and libsndfile information.
34127 - Increase max. rate from 48000 to 192000 (to match other elements)
34128 - Don't try to play junk data between header and samples
34130 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
34132 * ext/libvisual/visual.c: (gst_visual_getcaps):
34133 use the right caps depending on endianness (I hope)
34134 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34135 use GST_RANK_NONE for all non-decoding elements or spider gets
34138 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
34140 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34141 Fix some odd cases and fix BE metadata parsing of unicode16 text.
34143 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
34145 * gst/switch/gstswitch.c: (gst_switch_release_pad),
34146 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34147 (gst_switch_loop), (gst_switch_get_type):
34148 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34149 HEADERS. Had to be said.
34151 2004-05-10 David Schleef <ds@schleef.org>
34153 * configure.ac: Add prototype Dirac support.
34155 * ext/dirac/Makefile.am:
34156 * ext/dirac/gstdirac.cc:
34157 * ext/dirac/gstdiracdec.cc:
34159 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34161 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34162 (gst_auparse_init), (gst_auparse_chain),
34163 (gst_auparse_change_state):
34164 Hack around spider. Remove me some day please.
34166 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34168 * gst/auparse/gstauparse.c: (gst_auparse_chain):
34169 Fix for some uninitialized variables in previous patch, also
34170 makes it work. Fixes #142286 while we're at it.
34172 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34174 * gst/auparse/gstauparse.c:
34175 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34176 only unsupported formats are ADPCM/CCITT G.72x
34178 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34180 2004-05-10 Wim Taymans <wim@fluendo.com>
34182 * ext/vorbis/Makefile.am:
34183 * ext/vorbis/README:
34184 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34185 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34186 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34187 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34188 (gst_oggvorbisenc_convert_sink),
34189 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34190 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34191 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34192 (get_constraints_string), (update_start_message),
34193 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34194 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34195 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34196 * ext/vorbis/oggvorbisenc.h:
34197 * ext/vorbis/vorbis.c: (plugin_init):
34198 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34199 (raw_caps_factory), (gst_vorbisenc_class_init),
34200 (gst_vorbisenc_init), (gst_vorbisenc_setup),
34201 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34202 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34203 * ext/vorbis/vorbisenc.h:
34204 Added a raw vorbis encoder to be used with the oggmuxer.
34205 We still need the old encoder for some gnome applications,
34206 read the README to find out how that works.
34207 The raw encoder is called "rawvorbisenc" until 0.9.
34209 2004-05-10 Wim Taymans <wim@fluendo.com>
34211 * ext/ogg/gstogg.c: (plugin_init):
34212 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34214 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34215 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34216 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34217 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34218 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34219 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34220 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34221 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34222 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34223 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34224 Added an ogg muxer.
34225 Small typo fixes in the demuxer.
34227 2004-05-10 Wim Taymans <wim@fluendo.com>
34229 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34230 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34231 (theora_enc_change_state), (theora_enc_set_property),
34232 (theora_enc_get_property):
34233 Mark the last packet with an EOS flag which is not really needed
34235 Do some better video framerate initialisation.
34236 Update the buffer timestamp.
34238 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
34240 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34241 Return the result of the parent state change call
34243 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34245 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34246 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34247 * gst/law/alaw-encode.c : (idem)
34248 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34249 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34250 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34252 2004-05-09 Benjamin Otte <otte@gnome.org>
34254 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34255 don't use a fixed buffer size when writing variable length data to
34256 it. Fixes memory corruption and makes alsasrc work
34258 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
34260 * ext/gnomevfs/gstgnomevfssink.c:
34261 (_gst_boolean_allow_overwrite_accumulator),
34262 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34263 Run glib's default signal handler (??) in RUN_CLEANUP rather than
34264 RUN_LAST, and don't use that to set the accumulator value because
34265 then it's always FALSE.
34267 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
34269 * gst-libs/gst/riff/riff-media.c:
34270 (gst_riff_create_video_caps_with_data),
34271 (gst_riff_create_audio_caps),
34272 (gst_riff_create_audio_template_caps):
34273 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34274 Fix for unaligned RIFF files (i.e. where all the chunks together
34275 in a LIST chunk are not of the same size as the size given in
34276 the LIST chunk header). Fixes several odd WAVE files. Also fix
34277 ADPCM (block_align property) in audio, so that wavparse based
34278 on this works now as it used to stand-alone.
34280 2004-05-09 Edward Hervey <bilboed@bilboed.com>
34282 reviewed by Benjamin Otte <otte@gnome.org>
34284 * ext/a52dec/gsta52dec.c:
34285 * ext/divx/gstdivxdec.c:
34286 * ext/divx/gstdivxenc.c:
34287 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34288 * ext/faac/gstfaac.c: (gst_faac_base_init):
34289 * ext/faad/gstfaad.c: (gst_faad_base_init):
34290 * ext/ivorbis/vorbisfile.c:
34291 * ext/lame/gstlame.c:
34292 * ext/libfame/gstlibfame.c:
34293 * ext/mpeg2enc/gstmpeg2enc.cc:
34294 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34295 * ext/sidplay/gstsiddec.cc:
34296 * ext/speex/gstspeexdec.c:
34297 * ext/speex/gstspeexenc.c:
34298 * ext/xvid/gstxviddec.c:
34299 * ext/xvid/gstxvidenc.c:
34300 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34303 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
34305 * ext/alsa/gstalsa.c: (device_list),
34306 (gst_alsa_class_probe_devices):
34307 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34308 Fix alsa oddness in mixer after the combination of using mixer
34309 in source/sink elements and using hw:x,y instead of just hw:x.
34311 2004-05-09 Benjamin Otte <otte@gnome.org>
34313 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34314 (gst_wavparse_create_sourcepad):
34315 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34318 2004-05-09 Benjamin Otte <otte@gnome.org>
34320 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34321 allow discont events before caps nego
34323 2004-05-08 Benjamin Otte <otte@gnome.org>
34325 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34328 2004-05-08 Benjamin Otte <otte@gnome.org>
34330 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34331 (gst_level_change_state), (gst_level_init):
34332 * gst/level/gstlevel.h:
34333 figure out if we're initialized directly instead of keeping a
34334 variable that's wrong in 90% of cases
34335 don't initialize pads and then leak them and use a new unitialized
34336 pad. (fixes #142084)
34337 these were bugs so n00bish I didn't find them for an hour :/
34339 2004-05-08 Iain <iain@prettypeople.org>
34341 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34342 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34343 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34344 return the length that was read.
34345 (gst_riff_read_strf_auds): Allow fmt tags as well.
34347 2004-05-07 David Schleef <ds@schleef.org>
34349 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34350 signed char assumption in faad.h.
34352 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
34354 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34355 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34357 2004-05-07 Colin Walters <walters@redhat.com>
34359 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34360 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34362 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34363 Add dispose function.
34365 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
34366 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34367 Fix caps nego and pad templates. RGB mode caps should
34369 * ext/dvdnav/gst-dvd:
34370 Move mpeg2dec inside the thread because otherwise the
34371 queue rejects cap changes mid-stream
34372 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34373 (gst_mpeg2dec_flush_decoder):
34374 For mpeg2dec > 0.4.0, call the flush function instead of
34375 manually extracting all in-flight frames.
34376 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34377 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34378 Change mime type video/dv go video/x-dv to match the
34379 rest of gst-plugins
34381 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
34383 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34384 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34385 (gst_alsa_sink_class_init):
34386 * ext/alsa/gstalsasink.h:
34387 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
34388 (gst_alsa_src_class_init):
34389 * ext/alsa/gstalsasrc.h:
34390 Make alsasink/src a subclass of alsamixer so that mixer stuff
34391 shows up in gst-rec. Needs some finetuning.
34393 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
34395 * ext/lame/gstlame.c: (gst_lame_chain):
34397 * ext/mad/gstmad.c: (gst_mad_handle_event):
34399 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
34400 be able to detect mp3 files < 4096 bytes
34402 2004-05-06 Wim Taymans <wim@fluendo.com>
34404 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34405 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34406 (theora_enc_set_property), (theora_enc_get_property):
34407 Also encode the first frame, cleanup some code.
34409 2004-05-06 Wim Taymans <wim@fluendo.com>
34411 * ext/mpeg2enc/gstmpeg2enc.cc:
34412 Forward events first before deciding that negotiation was
34415 2004-05-06 Wim Taymans <wim@fluendo.com>
34417 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34418 First process the events before deciding that negotiation
34421 2004-05-06 Wim Taymans <wim@fluendo.com>
34423 * ext/theora/Makefile.am:
34424 * ext/theora/theora.c: (plugin_init):
34425 * ext/theora/theoradec.c: (theora_dec_change_state):
34426 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
34427 (gst_theora_enc_class_init), (gst_theora_enc_init),
34428 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
34429 (theora_enc_chain), (theora_enc_change_state),
34430 (theora_enc_set_property), (theora_enc_get_property):
34431 Added a theora encoder, grouped the encoder and decoder into the
34434 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
34436 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34437 (gst_jpegenc_chain):
34438 fix DURATION on outgoing buffers
34439 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34440 debug using time formats
34441 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34442 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34443 (gst_xvimagesink_sink_link):
34444 windows with width/height 0 generate X errors, so don't allow them
34446 2004-05-05 Wim Taymans <wim@fluendo.com>
34448 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
34449 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
34450 (gst_mpeg2dec_negotiate_format):
34451 * ext/mpeg2dec/gstmpeg2dec.h:
34452 removed the static pad template so that we can add the
34453 more accurate framerate value to the caps.
34456 2004-05-04 Benjamin Otte <otte@gnome.org>
34459 check for kdemacros.h, too (should fix #141821)
34460 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34461 don't crash if no header was sent, but nicely error out (fixes part
34464 2004-05-04 Wim Taymans <wim@fluendo.com>
34466 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
34467 parent dispose function to avoid segfault on destroy.
34469 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
34471 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34474 (gst_xvimagesink_sink_link):
34475 clean up debugging caps
34476 also recreate xvimage when format has changed
34478 2004-05-04 Benjamin Otte <otte@gnome.org>
34480 * ext/libvisual/Makefile.am:
34481 * ext/libvisual/visual.c: (gst_visual_class_init),
34482 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
34483 (gst_visual_srclink), (gst_visual_chain),
34484 (gst_visual_change_state), (plugin_init):
34485 use a GstAdapter to correctly adapt buffer sizes - allows using a
34488 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
34490 * sys/v4l/gstv4lelement.h:
34491 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34492 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
34493 (gst_v4lsrc_buffer_free):
34494 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
34495 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34496 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
34497 (gst_v4lsrc_requeue_frame):
34498 move some debugging categories around
34499 query for fps index and set accordingly if found
34501 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34503 * ext/lame/gstlame.c:
34504 correct defaults that lame_init puts out of range
34506 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
34508 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
34509 (gst_divxenc_class_init):
34510 fix range since -1 is the default
34511 * gst/mpeg1sys/gstmpeg1systemencode.c:
34512 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
34513 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
34514 (gst_rtjpegdec_chain):
34515 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
34516 (gst_rtjpegenc_chain):
34517 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
34518 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
34519 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
34520 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
34521 * sys/v4l/gstv4lsrc.c:
34522 * sys/v4l/v4l_calls.c: (gst_v4l_open):
34523 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34524 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34525 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
34526 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
34527 remove gst_info calls
34529 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
34538 Updated translations
34540 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
34542 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34543 refactor/comment code
34545 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
34547 * gst/asfdemux/Makefile.am:
34548 * gst/asfdemux/asfheaders.c:
34549 * gst/asfdemux/asfheaders.h:
34550 * gst/asfdemux/gstasf.c: (plugin_init):
34551 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
34552 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
34553 (gst_asf_demux_setup_pad):
34554 * gst/asfdemux/gstasfdemux.h:
34555 * gst/asfdemux/gstasfmux.c:
34556 * gst/asfdemux/gstasfmux.h:
34557 Add tagging support to demuxer, split out registration in its own
34558 file instead of in demux (hacky), and prevent having some tables
34559 in our memory multiple times (in asfheaders.h).
34561 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
34563 * gst/matroska/matroska-demux.c:
34564 (gst_matroska_demux_parse_metadata):
34565 * gst/matroska/matroska-ids.h:
34566 Basic tag reading support.
34568 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
34570 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
34571 Really detect ac-3 audio.
34572 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
34573 really detect matroska files (off-by-1).
34575 2004-04-30 David Schleef <ds@schleef.org>
34577 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34578 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
34579 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
34580 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
34581 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
34582 hackage -- parse a lot more atoms, extract a few tags. One might even
34583 mistake this for tag support. Maybe it is.
34584 * gst/qtdemux/qtdemux.h:
34586 2004-04-30 Colin Walters <walters@verbum.org>
34588 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
34590 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
34592 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34593 (gst_ffmpegcolorspace_getcaps):
34594 remove broken nego fix
34596 2004-04-30 Benjamin Otte <otte@gnome.org>
34600 * ext/libvisual/Makefile.am:
34601 * ext/libvisual/visual.c:
34602 add initial support for libvisual (http://libvisual.sourceforge.net)
34603 libvisual is still quite alpha, so expect crashes in there :)
34605 2004-04-29 David Schleef <ds@schleef.org>
34607 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
34608 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
34609 up qtdemux to make it spit out codec_data. Do _not_ look at this
34610 code; you will no longer respect me.
34612 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34614 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
34615 * ext/alsa/gstalsa.h :
34616 change alsa pcm device discovery to find more than 1 device
34617 per card. code review by Ronald.
34619 2004-04-29 David Schleef <ds@schleef.org>
34621 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
34622 Add a check for a driver bug on FreeBSD. (bug #140565)
34624 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
34626 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
34627 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34628 (gst_jpegenc_getcaps):
34629 move format setting to inner loop
34630 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34631 (gst_ffmpegcolorspace_getcaps):
34632 use GST_PAD_CAPS if available so that we use already negotiated
34634 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34635 (qtdemux_parse_moov), (qtdemux_parse):
34637 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
34638 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
34639 move hardcoded path to DEFINE
34641 2004-04-28 David Schleef <ds@schleef.org>
34643 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
34646 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
34648 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34649 Don't probe for playback device if we're a source element. Fixes
34652 2004-04-29 Benjamin Otte <otte@gnome.org>
34654 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34655 (gst_id3_tag_chain):
34656 rewrite buffer offset
34658 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
34662 * ext/dts/Makefile.am:
34663 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
34664 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
34665 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
34666 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
34667 (gst_dtsdec_loop), (gst_dtsdec_change_state),
34668 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
34670 * ext/dts/gstdtsdec.h:
34672 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
34673 (gst_faad_srcconnect):
34674 Add ESDS atom handling (.m4a).
34676 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
34678 * ext/divx/gstdivxdec.c: (plugin_init):
34679 Remove comment that makes no sense.
34680 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
34681 Fix for obvious typo that resulted in warnings during gst-register.
34682 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
34683 (gst_xviddec_sink_link):
34684 Fix caps negotiation a bit better.
34685 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
34686 We call this 'codec_data', not 'esds'.
34688 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
34690 * gst/monoscope/gstmonoscope.c:
34691 make sure we only provide 256x128
34692 * gst/monoscope/monoscope.c: (monoscope_init):
34693 assert size of 256x128
34695 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34698 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
34699 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
34700 fixate to max width and height of device
34702 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34705 * sys/v4l/gstv4l.c:
34706 * sys/v4l/gstv4lsrc.c:
34707 * sys/v4l/v4l_calls.c:
34708 * sys/v4l/v4lsrc_calls.c:
34709 fix for qc-usb driver which fakes having more than one buffer
34710 by handing the same buffer twice, which confused GStreamer's/v4lsrc
34711 buffer_free override
34714 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
34717 * gst/videotestsrc/gstvideotestsrc.c:
34718 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
34719 (gst_videotestsrc_init), (gst_videotestsrc_get),
34720 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
34721 * gst/videotestsrc/gstvideotestsrc.h:
34722 add num-buffers property
34724 2004-04-26 Benjamin Otte <otte@gnome.org>
34726 * ext/mad/gstid3tag.c: (plugin_init):
34727 set id3mux rank to NONE so it doesn't confuse spider
34728 require audio/mpeg,mpegversion=1 in id3mux
34730 2004-04-26 Benjamin Otte <otte@gnome.org>
34733 detect faad correctly as non-working if it's indeed non-working
34735 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
34738 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34739 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
34740 fix _getcaps so it only negotiates to its supported format
34742 2004-04-25 Benjamin Otte <otte@gnome.org>
34744 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34747 2004-04-23 Benjamin Otte <otte@gnome.org>
34749 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34750 audio/x-raw-int with height rules! not. Now it's depth.
34752 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
34754 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
34755 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34756 (gst_wavparse_loop):
34757 Missing variable initialization. Add handling of DVI ADPCM. Fix
34758 mis-parsing of LIST chunks. This works around a bug where we mis-
34759 parse non-aligning LIST chunks (so LIST chunks where the contents
34760 don't align with the actual LIST size). The correct fix is to use
34761 rifflib, I'm not going to fix wavparse - too much work. All this
34764 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34766 reviewed by Benjamin Otte <otte@gnome.org>
34768 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
34769 fix shoutcast not working (fixes #140844)
34771 2004-04-22 Benjamin Otte <otte@gnome.org>
34773 * ext/hermes/gsthermescolorspace.c:
34774 (gst_hermes_colorspace_caps_remove_format_info):
34775 * gst/colorspace/gstcolorspace.c:
34776 (gst_colorspace_caps_remove_format_info):
34777 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34778 (gst_ffmpegcolorspace_caps_remove_format_info):
34779 s/gst_caps_simplify/gst_caps_do_simplify/
34781 2004-04-22 Benjamin Otte <otte@gnome.org>
34783 * gst-libs/gst/riff/riff-media.c:
34784 (gst_riff_create_video_caps_with_data):
34785 mpegversion is an int
34786 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34787 don't try to create pad templates with NULL caps, use any caps
34790 2004-04-20 David Schleef <ds@schleef.org>
34792 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
34793 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
34796 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
34798 reviewed by David Schleef
34800 * ext/mad/gstid3tag.c: Add stdlib.h
34801 * gst/rtp/gstrtpgsmenc.c: same
34802 * gst/tags/gstid3tag.c: same
34803 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
34804 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
34805 GST_DISABLE_LOADSAVE use.
34806 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
34807 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
34808 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
34810 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
34811 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
34813 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
34814 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
34816 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
34819 2004-04-20 David Schleef <ds@schleef.org>
34821 * gst/realmedia/rmdemux.c: This was supposed to part of the
34822 last checkin. Same idea.
34824 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
34826 reviewed by David Schleef
34828 * configure.ac: bump required gstreamer version to 0.8.1.1
34829 because of following changes [--ds]
34831 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
34832 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
34833 (gst_riff_read_header): Use GST_READ_UINT*
34834 macros to access possibly unaligned memory.
34836 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
34837 (mp3_type_find): Use GST_READ_UINT*
34838 macros to access possibly unaligned memory.
34839 (mp3_type_find, mpeg1_parse_header, qt_type_find)
34840 (speex_type_find): Likewise
34842 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
34844 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
34845 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
34846 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
34847 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
34848 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
34849 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
34850 macros to access possibly unaligned memory.
34852 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
34855 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
34856 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
34858 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34861 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
34862 (gst_mpeg2subt_chain_subtitle): Likewise.
34864 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
34865 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
34868 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
34871 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
34874 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
34877 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34880 update required version of GStreamer because of GST_TIME_FORMAT
34882 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
34884 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
34885 remove leftover g_print
34886 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34887 don't try setting only a subset of the caps. We don't want to kill
34888 autoplugging on purpose
34890 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34892 * sys/ximage/ximagesink.c: (plugin_init):
34893 * sys/xvimage/xvimagesink.c: (plugin_init):
34894 add debugging categories
34896 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
34900 Adding en_GB translation (Gareth Owen)
34902 2004-04-20 David Schleef <ds@schleef.org>
34904 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34905 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
34906 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
34907 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
34908 A number of new features and hacks to extract the esds atom and
34909 put it into the caps. (bug #137724)
34911 2004-04-19 David Schleef <ds@schleef.org>
34913 * gconf/Makefile.am: Fix for non-GNU make
34914 * gst-libs/gst/Makefile.am: Change directory order to handle
34915 GstPlay linking with gstinterfaces
34916 * gst-libs/gst/audio/make_filter: make use of tr portable
34917 * gst-libs/gst/play/Makefile.am: Add intended \
34918 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
34919 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
34920 function prototype instead of void *.
34921 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
34923 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34924 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
34925 * gst/videofilter/make_filter: make use of tr portable
34926 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
34928 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
34932 Added Ukrainian translation (Maxim V. Dziumanenko)
34934 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
34936 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
34937 (gst_gsmdec_link), (gst_gsmdec_chain):
34938 Fix capsnego, simplify chain function slightly.
34939 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34942 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
34944 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34945 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
34946 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
34947 Hack to make wavparse work with spider (always -> sometimes pad).
34948 Fixes #135862 && #140411.
34950 2004-04-18 Benjamin Otte <otte@gnome.org>
34952 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34953 (gst_osselement_rate_probe_check),
34954 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
34955 get rid of \n in debug output
34957 2004-04-17 Iain <iain@prettypeople.org>
34959 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
34962 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
34964 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34965 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
34966 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
34967 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
34968 (gst_id3_tag_src_link), (gst_id3_tag_chain),
34969 (gst_id3_tag_change_state), (plugin_init):
34970 deprecate id3tag element and replace with id3demux/id3mux.
34971 great side effect: this ugly file is now even uglier, yay!
34972 * ext/mad/gstmad.h:
34973 remove non-available function
34974 update for new get_type
34976 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
34979 require mpeg2dec >= 0.4.0
34981 2004-04-17 Benjamin Otte <otte@gnome.org>
34983 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34984 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
34985 (gst_xvimagesink_set_xwindow_id):
34986 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
34987 assorted cleanup fixes.
34989 2004-04-16 David Schleef <ds@schleef.org>
34991 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
34992 * sys/xvimage/xvimagesink.h: same
34994 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
34996 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
34997 Fix GST_ELEMENT_ERROR with (NULL)
34999 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35001 * gst-libs/gst/riff/riff-media.c:
35002 (gst_riff_create_video_caps_with_data):
35003 Add div[3456] as fourccs for DivX 3 (fixes #140137).
35005 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35007 * gst-libs/gst/riff/riff-media.c:
35008 (gst_riff_create_video_caps_with_data),
35009 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35010 (gst_riff_create_video_template_caps),
35011 (gst_riff_create_audio_template_caps):
35012 * gst-libs/gst/riff/riff-media.h:
35013 * gst-libs/gst/riff/riff-read.c:
35014 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35015 * gst-libs/gst/riff/riff-read.h:
35016 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35017 Add MS RLE support. I added some functions to read out strf chunks
35018 into strf chunks and the data behind it. This is usually color
35019 palettes (as in RLE, but also in 8-bit RGB). Also use those during
35020 caps creation. Lastly, add ADPCM (similar to wavparse - which
35021 should eventually be rifflib based).
35022 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35023 (gst_matroska_demux_init), (gst_matroska_demux_reset):
35024 * gst/matroska/matroska-demux.h:
35025 Remove placeholders for some prehistoric tagging system. Didn't add
35026 support for any tag system really anyway.
35027 * gst/qtdemux/qtdemux.c:
35028 Add support for audio/x-m4a (MPEG-4) through spider.
35029 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35030 (gst_wavparse_loop):
35031 ADPCM support (#135862). Increase max. buffer size because we
35032 cannot split buffers for ADPCM (screws references) and I've seen
35033 files with 2048 byte chunks. 4096 seems safe for now.
35035 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
35037 * configure.ac: bump nano to 1
35039 === release 0.8.1 ===
35041 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
35043 * configure.ac: releasing 0.8.1, "Comforting Sounds"
35045 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
35047 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35048 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35051 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
35053 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35054 lower rank of dvddemux so that it's not used for mpeg playback.
35056 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35059 save libs correctly when checking mad
35061 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
35063 * ext/mad/gstid3tag.c: (plugin_init):
35064 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
35066 2004-04-13 David Schleef <ds@schleef.org>
35068 * common/m4/gst-feature.m4: Call -config scripts with
35069 --plugin-libs if it is supported.
35070 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35071 JPEG images are image/jpeg.
35072 * gst/debug/Makefile.am:
35073 * gst/debug/negotiation.c: (gst_negotiation_class_init),
35074 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35075 (gst_negotiation_update_caps), (gst_negotiation_get_property),
35076 (gst_negotiation_plugin_init): Add a property that acts like
35078 * testsuite/gst-lint: Move license checking to be a standard
35081 2004-04-13 David Schleef <ds@schleef.org>
35083 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35084 patch from Sebastien Cote (bug #139958)
35086 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
35088 * examples/gstplay/Makefile.am:
35089 * examples/gstplay/player.c: (main):
35090 make the commandline player example use gconf settings
35092 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
35094 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35095 (gst_cacasink_sinkconnect), (gst_cacasink_init),
35096 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35097 init/end library during state transition, not object
35098 creation/disposal. get rid of custom dispose handler.
35101 2004-04-12 Christian Schaller <Uraeus@gnome.org>
35103 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35106 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35108 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35109 Handle JUNK chunks inside data section. Prevents warnings.
35111 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35113 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35114 (gst_riff_create_video_template_caps):
35116 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35117 (gst_avi_demux_stream_data):
35118 Add support for "rec-list" chunks.
35120 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35122 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35123 Fix another codecname mismatch.
35125 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35127 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35128 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35129 so that MJPEG plays back.
35131 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35133 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35134 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35135 * gst/mpeg1videoparse/gstmp1videoparse.h:
35136 Fix for some slight mis-cuts in buffer parsing, and for some
35137 potential overflows or faults-causers. Adds disconts. Also fixes
35138 #139105 while we're at it.
35140 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35143 * sys/v4l2/gstv4l2element.h:
35144 Workaround for missing struct v4l2_buffer declaration in Suse 9
35145 and Mandrake 10 linux/videodev2.h header file (#135919).
35147 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35149 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35150 Bail out if no filename was given.
35152 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35154 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35155 (gst_v4l2_fourcc_from_structure):
35156 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35159 2004-04-09 Benjamin Otte <otte@gnome.org>
35161 * ext/gnomevfs/gstgnomevfssink.c:
35162 (_gst_boolean_allow_overwrite_accumulator),
35163 (gst_gnomevfssink_class_init):
35164 fix erase signal - if any handler returns false the file will not be
35165 overwritten. If no handler is connected, the file will not be
35166 overwritten either.
35167 renamed signal to "allow-overwrite"
35168 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35169 free string when adding it to ID3 failed
35170 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35171 unref event when done
35172 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35174 * gst/typefind/gsttypefindfunctions.c:
35175 (mpeg_video_stream_type_find):
35178 2004-04-08 David Schleef <ds@schleef.org>
35180 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35181 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35183 2004-04-08 David Schleef <ds@schleef.org>
35185 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35186 we don't support (bug #139532)
35188 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
35190 * ext/mad/gstmad.c: (gst_mad_handle_event),
35191 (gst_mad_check_caps_reset), (gst_mad_chain),
35192 (gst_mad_change_state):
35193 only set explicit caps if they haven't been set before for
35194 this stream. MPEG-audio sample rate/channels aren't allowed
35195 to change in-stream.
35198 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
35200 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35201 (_gst_boolean_did_something_accumulator),
35202 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35203 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35204 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35205 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35206 (gst_gnomevfssink_change_state):
35207 Fix erase signal. Don't erase by default. Remove handoff signal.
35208 Remove erase property. Don't segfault. General cleanup.
35210 2004-04-07 Benjamin Otte <otte@gnome.org>
35212 * gst-libs/gst/gconf/test-gconf.c: (main):
35213 add missing gst_init
35215 2004-04-07 Benjamin Otte <otte@gnome.org>
35217 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35218 free the mutexes, too
35220 2004-04-07 Benjamin Otte <otte@gnome.org>
35222 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35223 actually free the URI string
35224 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35225 compute offset correctly when passing discont events
35226 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35227 don't leak discont events
35228 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35229 add some missing breaks so caps aren't copied randomly
35230 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35231 if we realloc memory, we better use it
35233 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
35235 * ext/mad/gstmad.c: (normal_seek):
35236 fix GST_FORMAT_TIME usage
35238 2004-04-05 David Schleef <ds@schleef.org>
35240 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
35241 a deprecated function (hack!)
35243 2004-04-05 Benjamin Otte <otte@gnome.org>
35245 * ext/esd/esdmon.c: (gst_esdmon_get):
35246 fix nonterminated vararg and memleak
35248 2004-04-05 Benjamin Otte <otte@gnome.org>
35250 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35251 (gst_ladspa_init), (gst_ladspa_force_src_caps),
35252 (gst_ladspa_set_property), (gst_ladspa_get_property),
35253 (gst_ladspa_instantiate), (gst_ladspa_activate),
35254 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35257 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
35259 reviewed by Benjamin Otte <otte@gnome.org>
35261 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35262 check for broken LADSPA parameters (fixes #138635)
35264 2004-04-05 Benjamin Otte <otte@gnome.org>
35266 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35267 advertise buffer-frames correctly on sinkpads
35269 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
35271 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35272 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35273 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35274 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35275 (gst_mad_check_caps_reset), (gst_mad_chain):
35276 add more debugging, only reset caps when we're not in error state
35278 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
35280 * ext/mad/gstmad.c: add debugging category, comment + cleanups
35282 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
35284 reviewed by Benjamin Otte <otte@gnome.org>
35287 fix == in test(1) operator
35289 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
35291 reviewed by Benjamin Otte <otte@gnome.org>
35294 fix --export-symblos-regex to a working regex.
35296 2004-04-04 Benjamin Otte <otte@gnome.org>
35298 * sys/oss/.cvsignore:
35301 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
35303 reviewed by Benjamin Otte <otte@gnome.org>
35305 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35306 add missing 'new_media' argument (fixes #138168)
35307 * gst/matroska/matroska-demux.c:
35308 (gst_matroska_demux_handle_seek_event):
35309 add vararg terminator (fixes #138169)
35311 2004-04-02 David Schleef <ds@schleef.org>
35313 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
35314 disted (bug #138914)
35316 2004-04-01 Benjamin Otte <otte@gnome.org>
35318 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35319 (gst_alsa_close_audio):
35320 handle case better where a soundcard can't pause
35321 * ext/ogg/gstoggdemux.c:
35322 don't crash when we get events but don't have pads yet
35324 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
35326 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35327 throw an error if we couldn't probe any caps.
35329 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
35331 * ext/dvdnav/gst-dvd:
35332 Add a really simple sample DVD player
35334 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
35336 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35337 (gst_a52dec_push), (gst_a52dec_handle_event),
35338 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35339 (gst_a52dec_change_state):
35340 * ext/a52dec/gsta52dec.h:
35341 Use a debug category, Output timestamps correctly
35342 Emit tag info, Handle events, tell liba52dec about cpu
35343 capabilities so it can use MMX etc.
35344 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35345 Fix a crasher accessing invalid memory
35346 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35347 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35348 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35349 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35351 Some support for byte-format seeking.
35352 Small fixes for still frames and menu button overlays
35353 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35354 (gst_mpeg2dec_alloc_buffer):
35355 Use a debug category. Adjust the report level of several items to
35356 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35357 so it doesn't lose the GstBuffer pointer
35358 * gst/debug/Makefile.am:
35359 * gst/debug/gstdebug.c: (plugin_init):
35360 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35361 (gst_navseek_base_init), (gst_navseek_class_init),
35362 (gst_navseek_init), (gst_navseek_seek),
35363 (gst_navseek_handle_src_event), (gst_navseek_set_property),
35364 (gst_navseek_get_property), (gst_navseek_chain),
35365 (gst_navseek_plugin_init):
35366 * gst/debug/gstnavseek.h:
35367 Add the navseek debug element for seeking back and forth in a
35368 video stream using arrow keys.
35369 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35370 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35371 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35372 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35373 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35374 (gst_mpeg2subt_parse_header), (gst_get_nibble),
35375 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35376 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35377 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35378 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35379 * gst/mpeg2sub/gstmpeg2subt.h:
35380 Pretty much a complete rewrite. Now a loopbased element. May still
35381 require work to properly synchronise subtitle buffers.
35382 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35383 (gst_dvd_demux_send_subbuffer):
35384 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35385 Don't attempt to create subbuffers of size 0
35386 Reduce a couple of error outputs to warnings.
35387 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
35388 (gst_y4mencode_chain):
35389 Output the y4m frame header correctly.
35391 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
35393 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35394 throw errors instead of allowing SIGFPE
35396 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
35398 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
35399 (gst_gconf_render_bin_from_key):
35400 leak plugging and style fixing
35402 2004-03-31 David Schleef <ds@schleef.org>
35404 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
35405 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
35407 * gst/debug/Makefile.am:
35408 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
35409 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
35411 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
35412 (gst_negotiation_base_init), (gst_negotiation_class_init),
35413 (gst_negotiation_init), (gst_negotiation_getcaps),
35414 (gst_negotiation_pad_link), (gst_negotiation_chain),
35415 (gst_negotiation_set_property), (gst_negotiation_get_property),
35416 (gst_negotiation_plugin_init): New element to talk about random
35417 negotiation things happening in a pipeline.
35419 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
35421 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35422 fix integer addition with help of Stefan Kost
35424 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
35426 * po/nl.po: updated Dutch translation (Elros Cyriatan)
35428 2004-03-30 David Schleef <ds@schleef.org>
35430 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
35431 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
35432 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
35434 * ext/mpeg2dec/gstmpeg2dec.h:
35436 2004-03-30 David Schleef <ds@schleef.org>
35438 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
35440 2004-03-30 David Schleef <ds@schleef.org>
35442 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
35443 Michael Petullo) to handle .mov
35445 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
35447 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
35448 (gst_osselement_rate_check_rate):
35449 probe caps correctly for sound cards that only support one format
35451 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
35453 * ext/kio/kiosrc.cpp: (process_events):
35454 update handling event processing if inside KDE - untested
35456 2004-03-29 David Schleef <ds@schleef.org>
35458 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
35459 by 2 to not interfere with other colorspaces.
35460 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
35461 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
35462 one to not interfere with ffmpeg_colorspace.
35464 2004-03-29 David Schleef <ds@schleef.org>
35466 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
35467 aren't in the caps.
35468 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
35469 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
35471 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
35473 * gst-libs/gst/riff/riff-media.c:
35474 fail on error, don't try to set stuff on NULL caps
35476 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
35480 * ext/kio/Makefile.am:
35481 * ext/kio/kioreceiver.cpp:
35482 * ext/kio/kioreceiver.h:
35483 * ext/kio/kiosrc.cpp:
35484 * ext/kio/kiosrc.h:
35485 add experimental kiosrc plugin
35486 * ext/alsa/gstalsaplugin.c: (plugin_init):
35487 initialize debugging category only when we're sure registering the
35490 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
35492 * examples/gstplay/player.c: (main):
35493 * gst-libs/gst/play/play.c: (gst_play_class_init),
35494 (gst_play_set_location), (gst_play_set_data_src),
35495 (gst_play_set_video_sink), (gst_play_set_audio_sink),
35496 (gst_play_set_visualization), (gst_play_connect_visualization):
35497 check return values of element_set_state and return FALSE where
35500 2004-03-29 Benjamin Otte <otte@gnome.org>
35502 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35503 try harder to check if an event is really a discont
35505 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
35507 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
35510 2004-03-28 Benjamin Otte <otte@gnome.org>
35512 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
35513 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35514 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35515 get rid of non-standard "..." ranges in case statements.
35517 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
35519 * gst/mpegstream/gstmpegdemux.c:
35520 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
35521 specific functionality split to the new dvddemux element.
35522 * gst/mpegstream/gstdvddemux.c:
35523 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
35524 streams, derived from mpegdemux.
35525 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
35526 up. SCR based timestamp rewriting can be turned off (will probably
35527 completely disappear soon).
35528 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
35529 hacking. General cleanup. All printf statements replaced by
35530 debugging messages. Almost complete libdvdnav support.
35531 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
35532 by events. New properties for audio and subpicture languages.
35533 (dvdnavsrc_update_highlight): Now uses events.
35534 (dvdnavsrc_user_op): Cleaned up.
35535 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
35536 based). Lots of cleanup, and propper support for most libdvdnav
35538 (dvdnavsrc_make_dvd_event): New function.
35539 (dvdnavsrc_make_dvd_nav_packet_event): New function.
35540 (dvdnavsrc_make_clut_change_event): New function.
35542 2004-03-26 Benjamin Otte <otte@gnome.org>
35544 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
35545 fix bug where typefinding would claim it's theora whenever less then
35546 7 bytes of data were available
35548 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
35550 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
35551 (gst_alawdec_base_init), (gst_alawdec_class_init),
35552 (gst_alawdec_init), (gst_alawdec_chain):
35553 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
35554 (gst_alawenc_base_init), (gst_alawenc_class_init),
35555 (gst_alawenc_init), (gst_alawenc_chain):
35556 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
35557 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
35558 (gst_mulawdec_init), (gst_mulawdec_chain):
35559 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
35560 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
35561 (gst_mulawenc_init), (gst_mulawenc_chain):
35562 Fix capsnego in all four, remove the unused property functions and
35563 simplify the chain functions slightly. I guess we could use macros
35564 or something similar for those, since the code is so similar, but
35565 I'm currently too lazy...
35567 2004-03-24 David Schleef <ds@schleef.org>
35569 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35570 (gst_osselement_close_audio), (gst_osselement_probe_caps),
35571 (gst_osselement_get_format_structure),
35572 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
35573 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
35574 (gst_osselement_rate_int_compare): Add code to handle rate probing
35576 * sys/oss/gstosselement.h: same
35577 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
35578 Use rate probing provided by osselement.
35579 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
35581 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
35583 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
35584 (gst_xvidenc_get_property):
35587 2004-03-24 David Schleef <ds@schleef.org>
35589 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
35590 (gst_speexdec_init):
35591 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
35592 (gst_speexenc_init): Create the pad template correctly (from
35593 the static pad template, not a NULL pointer.)
35595 2004-03-25 Benjamin Otte <otte@gnome.org>
35597 * gst/debug/Makefile.am:
35598 * gst/debug/breakmydata.c:
35599 add element that quasi-randomly changes bytes in the stream.
35600 Intended use is robustness checking of demuxers and decoders in
35603 2004-03-24 Benjamin Otte <otte@gnome.org>
35605 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
35606 (gst_alsa_probe_hw_params):
35607 * ext/alsa/gstalsa.h:
35608 debugging output fixes
35610 2004-03-24 Benjamin Otte <otte@gnome.org>
35612 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
35613 don't g_return_if_fail if element is PLAYING, fail silently as every
35615 * gst/effectv/gstquark.c: (gst_quarktv_chain):
35616 only fix needed for cast lvalue issues in gst-plugins
35617 * gst/volenv/gstvolenv.c: (gst_volenv_init):
35620 2004-03-24 Benjamin Otte <otte@gnome.org>
35622 * gst/level/gstlevel.c: (gst_level_init):
35623 add proxying getcaps function, so level doesn't advertise impossible
35626 2004-03-24 David Schleef <ds@schleef.org>
35628 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35629 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
35630 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
35631 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
35632 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
35633 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
35634 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
35635 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
35636 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
35637 messages. Divide the chunk size by the compression ratio
35638 (needed for MACE audio)
35640 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
35642 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35643 Fix buffer overflow read error.
35645 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
35647 * ext/alsa/gstalsa.h:
35648 Remove unused entry.
35649 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35651 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35652 (gst_videodrop_link), (gst_videodrop_chain):
35653 Fix, sort of. Was horribly broken with new capsnego. Bah...
35655 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
35657 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
35659 Add a monkeysaudio typefind function
35661 2004-03-23 Johan Dahlin <johan@gnome.org>
35663 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
35664 (gst_play_video_fixate): Check so the structure has the field
35665 before trying to fixate them, this makes it possible to have
35666 fakesinks for video and audio output without printing errors on
35667 the output console.
35669 2004-03-22 David Schleef <ds@schleef.org>
35671 * sys/oss/Makefile.am:
35672 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
35673 (check_rate), (add_rate): Rate probing test app.
35675 2004-03-21 Benjamin Otte <otte@gnome.org>
35677 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
35678 (_fixate_caps_to_int), (gst_audio_convert_fixate):
35679 add a fixation function that pretty much does the right thing (fixes
35682 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
35684 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
35686 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
35688 reviewed by: Benjamin Otte <otte@gnome.org>
35690 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35691 terminate gst_event_new_discontinuous correctly (fixes parts of
35694 2004-03-19 David Schleef <ds@schleef.org>
35696 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
35697 since it doesn't depend on X, and it's part of our ABI.
35699 2004-03-19 Iain <iain@prettypeople.org>
35701 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
35702 is_int in the structure, not the local variable.
35704 2004-03-19 David Schleef <ds@schleef.org>
35706 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
35707 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
35708 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
35709 Improvements in caps negotiation.
35711 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35715 adding Afrikaans (Petri Jooste)
35717 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35719 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35720 (gst_ffmpegcolorspace_chain):
35721 throw error instead of g_critical (#137588)
35723 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
35727 dist common and m4 correctly
35730 2004-03-17 David Schleef <ds@schleef.org>
35732 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
35735 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
35739 adding Swedish translation (Christian Rose)
35741 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
35743 * Makefile.am: use release.mak
35745 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35747 * common/ChangeLog:
35748 * common/gst-autogen.sh:
35749 add some explanation about the version detection
35753 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35755 * configure.ac: bump nano to 1
35757 === release 0.8.0 ===
35759 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35761 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
35763 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
35766 update libtool version
35767 * gst-libs/gst/media-info/Makefile.am:
35768 actually use libtool version
35770 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35772 * configure.ac: fix speex detection to work with 1.0 but not 1.1
35774 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35777 * gst-plugins.spec.in:
35778 * pkgconfig/Makefile.am:
35779 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
35780 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35781 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35782 * pkgconfig/gstreamer-libs.pc.in:
35783 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35784 * pkgconfig/gstreamer-play-uninstalled.pc.in:
35785 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
35786 * pkgconfig/gstreamer-plugins.pc.in:
35787 remove @VERSION@ from some of the pc files since core and plugins
35789 created gstreamer-plugins.pc as it's a better name, but keeping
35790 -libs around for now to get fixes upstream done first.
35792 2004-03-15 Julien MOUTTE <julien@moutte.net>
35794 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
35795 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
35796 * gst-libs/gst/play/play.h:
35798 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35800 * *.c, *.cc: don't mix tabs and spaces
35802 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35804 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35805 use the new ffmpegcolorspace
35806 * gst-plugins.spec.in:
35807 package new colorspace and media-info
35809 * pkgconfig/Makefile.am:
35810 fix some more disting issues
35811 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35812 * pkgconfig/gstreamer-media-info.pc.in:
35813 generate media-info pc files
35815 2004-03-15 Johan Dahlin <johan@gnome.org>
35817 * *.h: Revert indenting
35819 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35822 adding ffmpegcolorspace element
35823 * gst/ffmpegcolorspace/Makefile.am:
35824 * gst/ffmpegcolorspace/avcodec.h:
35825 * gst/ffmpegcolorspace/common.h:
35826 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
35827 * gst/ffmpegcolorspace/dsputil.h:
35828 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
35829 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
35830 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
35831 (gst_ffmpeg_caps_to_pix_fmt):
35832 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
35833 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35834 (gst_ffmpegcolorspace_caps_remove_format_info),
35835 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
35836 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
35837 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
35838 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
35839 (gst_ffmpegcolorspace_set_property),
35840 (gst_ffmpegcolorspace_get_property),
35841 (gst_ffmpegcolorspace_register):
35842 * gst/ffmpegcolorspace/imgconvert.c:
35843 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
35844 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
35845 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
35846 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
35847 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35848 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
35849 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
35850 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
35851 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
35852 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
35853 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
35854 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
35855 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
35856 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
35857 (img_get_alpha_info), (deinterlace_line),
35858 (deinterlace_line_inplace), (deinterlace_bottom_field),
35859 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
35860 * gst/ffmpegcolorspace/imgconvert_template.h:
35861 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
35862 * gst/ffmpegcolorspace/mmx.h:
35863 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
35864 adding ffmpegcolorspace element supplied by Ronald after cleaning
35865 up and pulling in the right bits of upstream source.
35866 I'm sure a better C/compiler wizard could do some cleaning up (for
35867 example use GLIB's malloc stuff), but as a first pass this
35870 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
35872 * ext/alsa/gstalsa.h:
35873 I assume Ronald forgot to commit the change to have cardname
35874 as a struct member. Expect some public spanking at the next
35877 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
35879 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
35880 (gst_alsa_open_audio), (gst_alsa_close_audio):
35881 * ext/alsa/gstalsa.c:
35882 Don't open the device if we're a mixer (= padless).
35883 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
35884 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
35885 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
35886 Open mixer during state change rather than during object
35887 initialization. Also, get a device name. Currently in a somewhat
35888 hackish fashion, but I didn't really find something better.
35890 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
35892 * *.c, *.h: run gst-indent
35894 2004-03-14 Benjamin Otte <otte@gnome.org>
35896 * gst/modplug/gstmodplug.cc:
35897 * gst/modplug/gstmodplug.h:
35898 set correct timestamps on outgoing buffers
35900 2004-03-14 Benjamin Otte <otte@gnome.org>
35902 * gst/modplug/gstmodplug.cc:
35903 handle events - don't do crap when a discont arrives that's not
35905 This allows correct loading and playback of mods in Rhythmbox
35907 2004-03-14 Benjamin Otte <otte@gnome.org>
35910 * gst-libs/gst/gconf/Makefile.am:
35911 * pkgconfig/Makefile.am:
35912 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
35913 they get rebuilt properly
35915 when checking for vorbis, try pkgconfig first.
35916 * gst/modplug/gstmodplug.cc:
35917 add fixate function
35919 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
35921 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35922 Fix for obvious mistake, where we first shift the offset and then
35923 read a samplesize element assuming the old offset. Note that this
35924 part still has something weird, i.e. my movies containing those
35925 don't actually play well, but at least there's something that looks
35928 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
35929 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
35931 Add a typefind function for speex format
35933 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35935 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
35936 (gst_asf_demux_setup_pad):
35937 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
35938 instead of 0. Reason is simple: some elements have a fps range
35939 of 1-max instead of 0-max. So now ASF video actually works.
35941 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
35945 adding serbian as a language
35947 2004-03-13 Benjamin Otte <otte@gnome.org>
35949 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35950 return taglist correctly from _get function, don't gst_pad_push it.
35953 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
35954 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35956 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35958 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
35959 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
35960 (gst_alsa_mixer_track_new):
35961 * ext/alsa/gstalsamixertrack.h:
35962 Fix ancient leftovers... MixerTrack is a GObject.
35964 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
35966 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35967 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35968 Don't block during probing...
35970 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
35972 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
35973 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
35974 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
35975 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
35976 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
35977 (gst_alsa_open_audio), (gst_alsa_close_audio):
35978 * ext/alsa/gstalsa.h:
35979 Add propertyprobe interface implementation, add some device-name
35980 property, all this so that it looks good in gnome-volume-control.
35982 2004-03-12 David Schleef <ds@schleef.org>
35984 * configure.ac: the Hermes library controls hermescolorspace, not
35986 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
35987 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
35989 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
35990 * ext/sdl/sdlvideosink.h: ditto.
35991 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
35993 2004-03-12 Benjamin Otte <otte@gnome.org>
35995 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
35996 (gst_x_overlay_got_xwindow_id):
35997 * gst-libs/gst/xoverlay/xoverlay.h:
35998 replace XID with unsigned long to get rid of the xlibs dependency in
35999 XOverlay (fixes #137004)
36001 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
36002 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36003 (gst_agingtv_setup):
36004 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36005 (gst_dicetv_base_init), (gst_dicetv_class_init),
36006 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36007 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36008 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36009 (gst_edgetv_setup), (gst_edgetv_rgb32):
36010 * gst/effectv/gsteffectv.c:
36011 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36012 (gst_quarktv_set_property):
36013 * gst/effectv/gstrev.c: (gst_revtv_get_type),
36014 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36015 (gst_revtv_setup), (gst_revtv_rgb32):
36016 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36017 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36018 (gst_shagadelictv_init), (gst_shagadelictv_setup),
36019 (gst_shagadelictv_rgb32):
36020 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36021 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36022 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36023 * gst/effectv/gstwarp.c:
36024 Port everything that can be ported to videofilter and fix up the caps.
36025 Can someone with a big-endian machine please check these?
36027 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36029 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36030 (gst_osssink_chain), (gst_osssink_change_state):
36031 Latest fixes for A/V sync, audio playback and such. This is about
36032 all... MPEG playback issues are mostly related to the async build-
36033 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36035 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
36037 patch from: Stephane Loeuillet
36040 use pkg-config for some libraries, falling back to the old .m4 way
36045 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
36048 * tools/Makefile.am:
36049 * tools/Makefile.in:
36050 * tools/gst-launch-ext-m.m:
36051 * tools/gst-launch-ext.1.in:
36052 * tools/gst-visualise-m.m:
36053 * tools/gst-visualise.1:
36054 * tools/gst-visualise.1.in:
36055 reorganizing generation of script tools
36057 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36059 * ext/divx/gstdivxdec.c:
36060 Downgrade priority. We prefer ffdec_mpeg4.
36061 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36062 (gst_faad_chain), (gst_faad_change_state):
36063 Fix capsnego. Doesn't work for some sounds because we don't have
36064 a 5:1 to stereo element.
36065 * ext/xvid/gstxvid.c: (plugin_init):
36067 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36068 (gst_osssink_change_state):
36069 Add discont handling.
36071 2004-03-09 Colin Walters <walters@verbum.org>
36073 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36076 2004-03-09 Benjamin Otte <otte@gnome.org>
36078 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36079 the signals take 2 arguments
36081 2004-03-09 David Schleef <ds@schleef.org>
36083 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36084 (gst_alsa_fixate): Add fixate function. (bug #136686)
36085 * ext/alsa/gstalsa.h:
36086 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36088 2004-03-09 Benjamin Otte <otte@gnome.org>
36090 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36091 (gst_mikmod_change_state):
36092 * ext/mikmod/gstmikmod.h:
36093 make mikmod's loop function not loop infinitely and call
36094 gst_element_yield anymore
36095 * gst/modplug/gstmodplug.cc:
36096 fix pad negotiation (fixes #136590)
36098 2004-03-09 David Schleef <ds@schleef.org>
36100 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
36101 doesn't conflict with the internal colorspace plugin.
36102 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
36103 satisfy the crappy-ass shell shipped by a certain vendor.
36104 * gst/videofilter/make_filter: same (bug #135299)
36106 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
36108 * configure.ac: bump nano to 1
36110 === release 0.7.6 ===
36112 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
36114 * configure.in: releasing 0.7.6, "There"
36116 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
36118 * pkgconfig/gstreamer-play-uninstalled.pc.in:
36119 * pkgconfig/gstreamer-play.pc.in:
36120 synchronize the two
36122 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
36124 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36125 (cdparanoia_open), (cdparanoia_event):
36126 fix/add error handling
36128 add cdparanoia source
36129 * tools/Makefile.am:
36130 make scripts executable
36132 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
36135 * ext/vorbis/Makefile.am:
36137 remove id3types, vorbisfile and xvideosink from the build (#133783)
36139 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
36141 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36142 Fix metadata read crash (#136537).
36144 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
36146 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36147 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36148 adding mime types, fixing the one-stop function
36150 2004-03-08 Christian Schaller <Uraeus@gnome.org>
36152 * ext/nas/nassink.c and /ext/nas/nassink.h:
36153 More NAS love from Arwed von Merkatz
36154 So lets all sing 'Can you feel the NAS tonight'
36156 2004-03-08 Christian Schaller <Uraeus@gnome.org>
36158 * tools/gst-launch-ext.in:
36159 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36161 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
36163 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36164 (gst_mpeg2dec_init):
36165 remove the user_data pad for now, because it is being used in
36166 fixating causing MPEG playback to fixate on 1000 Hz for playback.
36167 If someone knows how to fix this properly, please do.
36169 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
36171 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36172 (gst_osssink_get_time):
36173 add a warning, IMO this won't get triggered anymore, remove later
36175 2004-03-07 David Schleef <ds@schleef.org>
36177 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
36178 format (bug #136470)
36180 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
36182 * gst-libs/Makefile.am:
36183 * gst-libs/gst/media-info/Makefile.am:
36184 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36185 (error_callback), (gst_media_info_error_create),
36186 (gst_media_info_error_element), (gmip_init), (gmip_reset),
36187 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36188 * gst-libs/gst/media-info/media-info-priv.h:
36189 * gst-libs/gst/media-info/media-info-test.c: (main):
36190 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36191 (gst_media_info_class_init), (gst_media_info_instance_init),
36192 (gst_media_info_set_source), (gst_media_info_read_with_idler),
36193 (gst_media_info_read_idler), (gst_media_info_read):
36194 * gst-libs/gst/media-info/media-info.h:
36195 fixed, should work now
36197 2004-03-07 Christian Schaller <Uraeus@gnome.org>
36199 * ext/nas/nassink.c:
36200 A bunch of NAS fixes from Arwed von Merkatz
36202 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36204 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36205 (qtdemux_parse_trak):
36206 Fix crash (j might be greater than n_samples, in which case we're
36207 writing outside the allocated space for the array) and memleak.
36209 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36211 * sys/oss/gstosssink.c: (gst_osssink_chain):
36212 And another caller that couldn't handle delay < 0 (unsigned
36213 integer overflow). Video now continues playing on an audio
36214 buffer underrun, and the clock continues working. Audio still
36217 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36219 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36220 (gst_osssink_get_time):
36221 get_delay() may return values lower than 0. In those cases, we
36222 should not actually cast to *unsigned* int64, that will break
36223 stuff horribly. In my case, it screwed up A/V sync in movies
36224 in totem rather badly.
36226 2004-03-06 Christophe Fergeau <teuf@gnome.org>
36228 * ext/faac/gstfaac.c: (gst_faac_chain):
36229 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36230 * ext/libpng/gstpngenc.c: (user_write_data):
36231 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36232 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36233 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36234 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36235 Fix several misuse of gst_buffer_merge (it doesn't take ownership
36236 of any buffer), should fix some leaks. I hope I didn't unref buffers
36237 that shouldn't be...
36239 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
36241 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36242 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36243 (error_callback), (gmi_reset), (gmi_seek_to_track),
36244 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36245 (gmip_find_type_post), (gmip_find_stream_post),
36246 (gmip_find_track_streaminfo_post):
36247 * gst-libs/gst/media-info/media-info-priv.h:
36248 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36249 (info_print), (main):
36250 * gst-libs/gst/media-info/media-info.c:
36251 (gst_media_info_error_create), (gst_media_info_error_element),
36252 (gst_media_info_instance_init), (gst_media_info_get_property),
36253 (gst_media_info_new), (gst_media_info_set_source),
36254 (gst_media_info_read_idler), (gst_media_info_read):
36255 * gst-libs/gst/media-info/media-info.h:
36256 first pass at making this work again. This seems to work on
36257 tagged ogg/vorbis and mp3 files.
36259 2004-03-06 Benjamin Otte <otte@gnome.org>
36261 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36262 fix huge leak: gst_buffer_merge doesn't unref the first argument
36265 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
36267 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36268 report layer/mode/emphasis
36270 2004-03-06 Christophe Fergeau <teuf@gnome.org>
36272 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36274 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
36276 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36279 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
36281 * ext/vorbis/vorbis.c: (plugin_init):
36282 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36283 (gst_vorbis_dec_init), (vorbis_dec_event):
36285 make vorbisdec handle _BYTE and _TIME queries
36287 2004-03-06 Christophe Fergeau <teuf@gnome.org>
36289 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36290 from the xing header
36292 2004-03-06 Benjamin Otte <otte@gnome.org>
36294 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36295 (gst_audio_convert_link), (gst_audio_convert_change_state),
36296 (gst_audio_convert_buffer_from_default_format):
36297 do conversions from/to float correctly, fix some caps nego errors,
36298 export correct supported caps in template and getcaps, use correct
36299 caps in try_set_caps functions
36301 2004-03-06 Christophe Fergeau <teuf@gnome.org>
36303 For some reason, I only committed a ChangeLog entry yesterday and
36304 not the corresponding code...
36305 * ext/mad/gstmad.c: Fix detection of Xing headers
36306 * gst/tags/gstid3tag.c: Changes to support TLEN tags
36308 2004-03-06 Benjamin Otte <otte@gnome.org>
36310 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36311 (gst_ogg_demux_src_query):
36312 make sure to handle the case where there's no current chain
36315 2004-03-05 David Schleef <ds@schleef.org>
36317 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36318 Add fixate function. (bug #131128)
36319 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36320 (gst_sdlvideosink_fixate): Add fixate function.
36321 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36322 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36323 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36324 Fix missing break that was causing ulaw to be interpreted as
36327 2004-03-05 David Schleef <ds@schleef.org>
36329 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36330 Fix code that ignores return value of gst_buffer_merge().
36332 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36333 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36334 * testsuite/gst-lint: Check for above.
36336 2004-03-05 David Schleef <ds@schleef.org>
36338 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
36339 caps and throw an element error. (bug #136334)
36341 2004-03-05 David Schleef <ds@schleef.org>
36343 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36344 (gst_faad_chain): Fix negotiation.
36345 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36346 key and button events.
36347 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36349 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36351 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36352 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36353 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36354 function to encourage better negotiation, particularly between
36355 audioconvert and osssink.
36356 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36357 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
36359 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
36361 * gst/vbidec/vbiscreen.c: Add glib header
36362 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
36364 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
36366 * ext/mad/gstmad.c: Fix detection of Xing headers
36367 * gst/tags/gstid3tag.c: Changes to support TLEN tags
36369 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
36371 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36372 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36375 2004-03-06 Christophe Fergeau <teuf@gnome.org>
36377 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36378 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36379 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36380 files, and report the parsed length as a GST_TAG_DURATION tag.
36381 * gst/tags/gstid3tag.c: support TLEN (duration) tag
36383 2004-03-05 Benjamin Otte <otte@gnome.org>
36385 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36386 convert channels correctly. convert correctly to unsigned.
36388 2004-03-05 Julien MOUTTE <julien@moutte.net>
36390 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
36391 we have a window before clearing it.
36393 2004-03-05 Julien MOUTTE <julien@moutte.net>
36395 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
36396 have a window before clearing it.
36398 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
36400 * gconf/gstreamer.schemas.in:
36401 * gst-libs/gst/gconf/Makefile.am:
36402 version installation path the same way as for 0.6
36403 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36404 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36405 * pkgconfig/gstreamer-play-uninstalled.pc.in:
36406 remove comment that was fixed
36408 2004-03-05 David Schleef <ds@schleef.org>
36410 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
36411 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
36412 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
36413 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
36414 Add prototype code for handling seeking and querying.
36416 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
36418 * examples/gstplay/player.c: (main):
36419 Initialize variables to NULL. Prevents a segfault because the
36420 (uninitialized) variable is not NULL, resulting in a crash on
36421 trying to reach error->message.
36423 2004-03-05 Benjamin Otte <otte@gnome.org>
36425 * gst/audioconvert/gstaudioconvert.c:
36426 (gst_audio_convert_buffer_to_default_format):
36427 make float=>int conversion work correctly even in cornercases.
36429 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
36431 * debian/README.Debian:
36432 * debian/build-deps:
36433 * debian/changelog:
36435 * debian/control.in:
36436 * debian/copyright:
36437 * debian/gstreamer-a52dec.files:
36438 * debian/gstreamer-aa.files:
36439 * debian/gstreamer-alsa.files:
36440 * debian/gstreamer-alsa.manpages:
36441 * debian/gstreamer-arts.files:
36442 * debian/gstreamer-artsd.files:
36443 * debian/gstreamer-audiofile.files:
36444 * debian/gstreamer-avifile.files:
36445 * debian/gstreamer-cdparanoia.files:
36446 * debian/gstreamer-colorspace.files:
36447 * debian/gstreamer-doc.files:
36448 * debian/gstreamer-dv.files:
36449 * debian/gstreamer-dvd.files:
36450 * debian/gstreamer-esd.files:
36451 * debian/gstreamer-festival.files:
36452 * debian/gstreamer-flac.files:
36453 * debian/gstreamer-gconf.conffiles:
36454 * debian/gstreamer-gconf.files:
36455 * debian/gstreamer-gconf.postinst:
36456 * debian/gstreamer-gnomevfs.files:
36457 * debian/gstreamer-gsm.files:
36458 * debian/gstreamer-http.files:
36459 * debian/gstreamer-jack.files:
36460 * debian/gstreamer-jpeg.files:
36461 * debian/gstreamer-mad.files:
36462 * debian/gstreamer-mikmod.files:
36463 * debian/gstreamer-misc.files:
36464 * debian/gstreamer-mpeg2dec.files:
36465 * debian/gstreamer-oss.files:
36466 * debian/gstreamer-plugin-apps.files:
36467 * debian/gstreamer-plugin-apps.manpages:
36468 * debian/gstreamer-plugin-libs-dev.files:
36469 * debian/gstreamer-plugin-libs.files:
36470 * debian/gstreamer-plugin-template.postinst:
36471 * debian/gstreamer-plugin-template.postrm:
36472 * debian/gstreamer-sdl.files:
36473 * debian/gstreamer-sid.files:
36474 * debian/gstreamer-vorbis.files:
36475 * debian/gstreamer-x.files:
36476 * debian/mk.control:
36478 Debian package info not maintained here.
36480 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
36482 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
36483 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
36484 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
36485 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
36486 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
36487 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
36488 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
36489 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
36490 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
36491 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
36492 * gst-libs/gst/colorbalance/colorbalance.c:
36493 (gst_color_balance_class_init):
36494 * gst-libs/gst/colorbalance/colorbalancechannel.c:
36495 (gst_color_balance_channel_class_init):
36496 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36497 * gst-libs/gst/play/play.c: (gst_play_class_init):
36498 * gst-libs/gst/propertyprobe/propertyprobe.c:
36499 (gst_property_probe_iface_init):
36500 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
36501 * gst-libs/gst/tuner/tunerchannel.c:
36502 (gst_tuner_channel_class_init):
36503 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
36504 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
36505 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
36506 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
36507 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
36508 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
36509 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36510 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
36511 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
36512 fix signals to use - instead of _
36513 * ext/libcaca/gstcacasink.h:
36514 * ext/sdl/sdlvideosink.h:
36517 2004-03-04 David Schleef <ds@schleef.org>
36519 * testsuite/gst-lint: Add a check for bad signal names.
36521 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
36523 reviewed by David Schleef
36525 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
36526 modified the alpha channel and caused a warning. (bug #136192)
36528 2004-04-03 Christian Schaller <Uraeus@gnome.org>
36530 * gst-plugins.spec.in:
36531 Change names of plugins to actually be correct. Try to keep things
36532 alphabetical to avoid getting beat up by Thomas
36534 2004-03-03 Julien MOUTTE <julien@moutte.net>
36536 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
36537 Using ximagesink as a default if no gconf key found. We should
36538 probably consider using alsasink instead of osssink for the audio
36541 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
36544 fix --with-plugins, don't think it ever worked before
36545 * gst-plugins.spec.in:
36548 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
36550 * ext/sdl/sdlvideosink.h:
36551 * sys/ximage/ximagesink.h:
36552 * sys/xvideo/xvideosink.h:
36553 * sys/xvimage/xvimagesink.h:
36554 Fix for move of gstvideosink.h -> videosink.h.
36556 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
36558 * gst-libs/gst/xwindowlistener/Makefile.am:
36559 this is a plugin library, not a library
36561 2004-03-01 David Schleef <ds@schleef.org>
36563 * AUTHORS: Added some names. Add yourself if you're still
36566 2004-03-01 David Schleef <ds@schleef.org>
36570 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
36572 * gst-plugins.spec.in: clean up spec file
36574 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
36576 * gst-libs/gst/video/Makefile.am:
36577 * gst-libs/gst/video/gstvideosink.c:
36578 * gst-libs/gst/video/gstvideosink.h:
36579 rename gstvideosink.h to videosink.h to match other headers
36580 * gst/mixmatrix/Makefile.am:
36581 fix plugin filename
36582 * gst/tags/Makefile.am: fix plugin filename
36584 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
36586 * gst/tags/Makefile.am: fix plugin filename
36588 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
36590 * examples/gstplay/player.c: (got_time_tick), (main):
36592 display time_tick more readably
36593 * gst/mixmatrix/Makefile.am:
36594 fix plugin file name
36596 2004-02-29 Christophe Fergeau <teuf@gnome.org>
36598 * sys/oss/gstosselement.c: (gst_osselement_probe),
36599 (device_combination_append), (gst_osselement_class_probe_devices):
36600 * sys/oss/gstosselement.h:
36601 Reworked enumeration of oss dsps and mixers so that gst-mixer works
36602 on my system using alsa oss emulation, fixes bug #135597
36604 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
36606 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
36607 (gst_videodrop_chain), (gst_videodrop_change_state):
36608 * gst/videodrop/gstvideodrop.h:
36609 Work based on timestamp of input data, not based on the expected
36610 framerate from the input. The consequence is that this element now
36611 not only scales framerates, but also functions as a framerate
36612 corrector or framerate stabilizer/constantizer.
36614 2004-02-27 David Schleef <ds@schleef.org>
36616 patches from jmmv@menta.net (Julio M. Merino Vidal)
36618 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
36619 GST_ELEMENT_ERROR call (bug #135634)
36620 * gst/interleave/interleave.c: (interleave_buffered_loop),
36621 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
36622 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
36623 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36624 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
36625 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
36626 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
36627 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
36628 Fix GST_ELEMENT_ERROR call.
36629 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
36630 GST_ELEMENT_ERROR call.
36632 2004-02-27 Benjamin Otte <otte@gnome.org>
36634 * gst-libs/gst/audio/audio.h:
36635 add macro to make sure header isn't included twice
36636 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
36637 don't use gst_buffer_free
36638 * gst/playondemand/filter.func:
36639 don't use gst_data_free. Free data only once.
36641 2004-02-26 David Schleef <ds@schleef.org>
36643 * gst-libs/gst/colorbalance/Makefile.am:
36644 * gst-libs/gst/mixer/Makefile.am:
36645 * gst-libs/gst/tuner/Makefile.am:
36646 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
36647 should not be disted, -marshal.h files should not be installed,
36648 and -enum.h files _should_ be installed. Fix to make this the
36651 === release 0.7.5 ===
36653 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
36655 * configure.ac: release 0.7.5, "Under The Sea"
36657 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36659 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36660 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
36661 * gst/videoscale/gstvideoscale.c:
36662 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
36663 assorted debug/warning fixes
36665 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36667 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36668 (gst_videoscale_init), (gst_videoscale_chain),
36669 (gst_videoscale_set_property), (plugin_init):
36670 * gst/videoscale/gstvideoscale.h:
36671 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
36672 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
36673 (gst_videoscale_planar400), (gst_videoscale_packed422),
36674 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
36675 (gst_videoscale_24bit), (gst_videoscale_16bit),
36676 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
36677 (gst_videoscale_scale_plane_slow),
36678 (gst_videoscale_scale_point_sample),
36679 (gst_videoscale_scale_nearest),
36680 (gst_videoscale_scale_nearest_str2),
36681 (gst_videoscale_scale_nearest_str4),
36682 (gst_videoscale_scale_nearest_32bit),
36683 (gst_videoscale_scale_nearest_24bit),
36684 (gst_videoscale_scale_nearest_16bit):
36685 add debugging category and use it properly
36686 fix use of GST_PTR_FORMAT
36688 2004-02-25 Andy Wingo <wingo@pobox.com>
36690 * gst/interleave/interleave.c (interleave_buffered_loop): Always
36691 push only when channel->buffer is NULL. Prevents segfaults doing
36692 the state change after a nonlocal exit, like a scheme exception.
36694 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
36695 Handle the case where the intersected caps is empty.
36697 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
36699 * gst/law/mulaw-decode.c: (mulawdec_link):
36700 * gst/law/mulaw.c: (plugin_init):
36701 fix mulawdec so it actually works again
36703 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
36705 reviewed by: David Schleef <ds@schleef.org>
36707 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
36708 (gst_gamma_init), (gst_gamma_set_property),
36709 (gst_gamma_get_property), (gst_gamma_calculate_tables),
36710 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
36711 for RGB, with separate r g and b correction factors. (#131167)
36713 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
36715 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
36716 only signal tags for bitrate if they're > 0 (#134894)
36718 2004-02-24 David Schleef <ds@schleef.org>
36720 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
36721 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
36722 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
36723 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
36724 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
36725 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
36726 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
36727 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
36728 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
36729 category. Attempt to fix timestamp calculation.
36731 2004-02-24 Johan Dahlin <johan@gnome.org>
36733 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
36735 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
36738 * gconf/Makefile.am:
36739 * gconf/gstreamer.schemas:
36740 * gst-libs/gst/gconf/Makefile.am:
36741 * gst-libs/gst/gconf/gconf.c:
36742 version gconf schemas and install locations
36744 2004-02-23 Benjamin Otte <otte@gnome.org>
36746 * ext/xine/xineinput.c: (gst_xine_input_dispose):
36747 (gst_xine_input_subclass_init):
36748 call parent dispose.
36749 change pad template for CD reader correctly
36750 * ext/xine/Makefile.am:
36751 * ext/xine/gstxine.h:
36752 * ext/xine/xine.c: (plugin_init):
36753 * ext/xine/xineaudiosink.c:
36754 wrap audio sinks, too
36755 * gst-libs/gst/resample/private.h:
36756 * gst-libs/gst/resample/resample.c: (gst_resample_init),
36757 (gst_resample_reinit), (gst_resample_scale),
36758 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
36759 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
36760 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
36761 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
36762 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
36763 * gst-libs/gst/resample/resample.h:
36764 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
36765 (gst_audioscale_class_init), (gst_audioscale_link),
36766 (gst_audioscale_get_buffer), (gst_audioscale_init),
36767 (gst_audioscale_chain), (gst_audioscale_set_property),
36768 (gst_audioscale_get_property):
36769 * gst/audioscale/gstaudioscale.h:
36770 s/resample_*/gst_resample_*/i to not clobber namespaces
36772 2004-02-23 Julien MOUTTE <julien@moutte.net>
36774 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36775 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
36776 (gst_riff_create_video_template_caps),
36777 (gst_riff_create_audio_template_caps),
36778 (gst_riff_create_iavs_template_caps):
36779 * gst-libs/gst/riff/riff-media.h:
36780 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
36781 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
36782 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
36783 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36784 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
36785 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
36786 (gst_matroska_demux_plugin_init): First batch implementing audio and
36787 video codec tags in demuxers.
36789 2004-02-22 Benjamin Otte <otte@gnome.org>
36791 * ext/xine/Makefile.am:
36792 * ext/xine/gstxine.h:
36793 * ext/xine/xine.c: (plugin_init):
36794 * ext/xine/xineinput.c:
36795 add input plugin wrapper. Playback from files, http, mms and cdda
36797 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
36798 remove leftover G_GNUC_UNUSED
36799 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
36800 (gst_asf_demux_identify_guid):
36801 improve debugging output
36803 2004-02-22 Benjamin Otte <otte@gnome.org>
36805 reported by: Padraig O'Briain <padraig.obriain@sun.com>
36808 replace test -e with test -x for mkinstalldirs to be more portable.
36811 2004-02-22 Benjamin Otte <otte@gnome.org>
36813 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
36815 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
36816 set rank to PRIMARY
36817 * gst/volume/gstvolume.c: (plugin_init):
36821 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
36823 reviewed by Benjamin Otte <otte@gnome.org>
36825 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36826 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
36828 2004-02-22 Benjamin Otte <otte@gnome.org>
36831 export [_]*{gst,Gst,GST}.* symbols from plugins
36833 2004-02-22 Christophe Fergeau <teuf@gnome.org>
36835 reviewed by: Benjamin Otte <otte@gnome.org>
36837 * ext/lame/gstlame.c: (add_one_tag):
36838 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36839 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
36840 (gst_vorbisenc_metadata_set1):
36841 * gst/tags/gstid3tag.c:
36842 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
36843 apply fixes from bugs #135042 (lame can't write tags) and #133817
36844 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
36846 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
36848 * configure.ac: Export only gst_plugin_desc from plugins.
36849 Note that this change only makes any effect with Linux using libtool
36850 1.5.2 or higher. Otherwise it is silently ignored, but it would build
36851 fine. And don't try to have several versions of libtool in different
36854 2004-02-20 Andy Wingo <wingo@pobox.com>
36856 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
36857 interleave respectively.
36859 * gst/interleave/deinterleave.c: New plugin: deinterleave
36860 (replaces on oneton).
36861 * gst/interleave/interleave.c: New plugin: interleave.
36862 * gst/interleave/plugin.h: Support file.
36863 * gst/interleave/plugin.c: Support file.
36865 * configure.ac: Remove intfloat and oneton, add interleave.
36867 * ext/sndfile/gstsf.c: Handle events better.
36869 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
36870 and float2int operation. int2float has scheduling problems as
36871 noted in in2float_chain.
36873 2004-02-20 Benjamin Otte <otte@gnome.org>
36875 * ext/xine/Makefile.am:
36876 * ext/xine/gstxine.h:
36878 * ext/xine/xineaudiodec.c:
36879 * ext/xine/xinecaps.c:
36880 add first version of xine plugin wrapper. Currently only wraps the
36881 QDM2 win32 DLL, and even that only in proof-of-concept quality.
36884 add xine plugin wrapper, disabled by default. Use --enable-xine to
36885 build. Note that it'll segfault on gst-register if you don't remove
36886 the goom and tvtime post plugins from xine.
36887 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36888 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
36889 add extradata parsing for QDM2.
36890 change around debugging prints.
36892 2004-02-19 Benjamin Otte <otte@gnome.org>
36894 * ext/lame/gstlame.c: (gst_lame_chain):
36895 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36896 use gst_tag_list_insert when you want to insert tags
36898 2004-02-18 David Schleef <ds@schleef.org>
36900 * configure.ac: Move massink to gst-rotten
36902 * ext/mas/Makefile.am:
36903 * ext/mas/massink.c:
36904 * ext/mas/massink.h:
36906 2004-02-18 David Schleef <ds@schleef.org>
36908 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
36909 typefinding, since it seems to be worse than nothing.
36910 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
36911 atom to recognize .mp4 and .m4a files as video/quicktime.
36913 2004-02-18 David Schleef <ds@schleef.org>
36915 * gst/sine/demo-dparams.c: (quit_live),
36916 (dynparm_log_value_changed), (dynparm_value_changed), (main):
36917 Use double dparams, not float.
36918 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36919 (gst_sinesrc_init): Change sync default to FALSE, since multiple
36920 sync'd elements don't really work correctly.
36921 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
36922 (volume_update_volume), (volume_get_property): Change dparam
36925 2004-02-18 Julien MOUTTE <julien@moutte.net>
36927 * sys/ximage/ximagesink.c:
36928 (gst_ximagesink_xwindow_update_geometry),
36929 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36930 (gst_ximagesink_change_state), (gst_ximagesink_expose),
36931 (gst_ximagesink_init): Rework the way software video scaling works. So
36932 now we check on each chain call if the video frames are feeling the
36933 window. If not we try to renegotiate caps. On failure we memorize that
36934 and we won't try again for that PLAYING sessions.
36935 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
36937 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
36940 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
36942 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36943 break up _link so we can give a better debug message for errors
36945 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
36947 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36948 set up debug category
36950 2004-02-18 Julien MOUTTE <julien@moutte.net>
36952 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36953 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
36954 the way renegotiation work. The event handling function is not taking
36955 care of external windows and renegotiate method check for pad flags
36956 NEGOTIATING. Should fix : #133209
36958 2004-02-17 Julien MOUTTE <julien@moutte.net>
36960 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
36961 pad is negotiating before trying renegotiation.
36963 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
36965 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
36966 pass on all possible mime types as typefind hints
36968 2004-02-17 Julien MOUTTE <julien@moutte.net>
36970 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
36971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
36972 possible SHM leak if we crash. All other apps using XShm are doing
36975 2004-02-17 Julien MOUTTE <julien@moutte.net>
36977 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36978 (gst_ximagesink_expose): Renegotiate size on expose.
36979 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
36982 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
36984 * testsuite/alsa/sinesrc.c:
36985 cosmetic fix to fix compile issue with gcc 2.95.4
36987 2004-02-16 Julien MOUTTE <julien@moutte.net>
36989 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36990 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
36991 failed opening the audio device.
36992 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
36993 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
36994 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
36995 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
36996 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36997 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
36998 (gst_ximagesink_change_state), (gst_ximagesink_chain),
36999 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37000 Removing some useless g_return_if_fail like wingo suggested.
37001 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37002 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37003 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37004 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37005 (gst_xvimagesink_update_colorbalance),
37006 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37007 (gst_xvimagesink_xcontext_clear),
37008 (gst_xvimagesink_get_fourcc_from_caps),
37009 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37010 (gst_xvimagesink_set_xwindow_id),
37011 (gst_xvimagesink_colorbalance_list_channels),
37012 (gst_xvimagesink_colorbalance_set_value),
37013 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37014 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37016 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
37018 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37019 throw error when not negotiated instead of asserting
37021 2004-02-15 Julien MOUTTE <julien@moutte.net>
37023 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37024 correct data refcounting.
37026 2004-02-15 Julien MOUTTE <julien@moutte.net>
37028 * gst/switch/gstswitch.c: (gst_switch_change_state),
37029 (gst_switch_class_init): Cleaning the sinkpads correctly on state
37030 change, mostly the EOS flag.
37032 2004-02-15 Julien MOUTTE <julien@moutte.net>
37034 * examples/gstplay/player.c: (got_eos), (main): Adding some
37035 output for debugging.
37036 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37037 timeouts if we go to any state different from PLAYING.
37038 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37039 more EOS bugs in riff lib.
37041 2004-02-14 Julien MOUTTE <julien@moutte.net>
37043 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37044 visualization until i find a way to fix switch correctly.
37045 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37047 * gst/switch/gstswitch.c: (gst_switch_release_pad),
37048 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37049 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37050 Reworked switch to get a more correct behaviour with events and refing
37051 of data stored in sinkpads.
37052 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37053 we don't pull from a pad in EOS.
37055 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
37057 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37058 remove v1 tag even if we can't read it (makes sure we don't detect
37061 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
37063 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37064 (gst_alsa_xrun_recovery):
37065 * ext/alsa/gstalsa.h:
37066 try xrun recovery when wait failed. Make xrun recovery function
37067 return TRUE/FALSE to indicate success. (might fix #134354)
37069 2004-02-13 David Schleef <ds@schleef.org>
37071 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37072 (dynparm_value_changed), (main): Convert from float to double.
37073 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37075 2004-02-13 David Schleef <ds@schleef.org>
37077 * gst/silence/gstsilence.c: (gst_silence_class_init),
37078 (gst_silence_set_clock), (gst_silence_get),
37079 (gst_silence_set_property), (gst_silence_get_property):
37080 * gst/silence/gstsilence.h: Add sync property.
37081 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37082 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37083 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37084 * gst/sine/gstsinesrc.h: Add sync property.
37086 2004-02-13 David Schleef <ds@schleef.org>
37088 * gst/intfloat/gstint2float.c: (conv_f32_s16),
37089 (gst_int2float_chain_gint16): Change stdint usage to glib types.
37091 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
37095 * gst-libs/ext/Makefile.am:
37096 move ffmpeg plugin to gst-ffmpeg module
37098 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
37100 * configure.ac: use GST_ARCH to detect architecture
37102 2004-02-12 Julien MOUTTE <julien@moutte.net>
37104 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37106 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
37108 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37109 classify LADSPA plugins based on number of src/sink pads
37110 (#133663, Stefan Kost)
37111 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37112 fix dparams registration
37113 (#133528, Stefan Kost)
37114 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37115 fix use of isprint and use g_ascii_isprint instead
37116 (#133316, Stefan Kost)
37118 2004-02-11 David Schleef <ds@schleef.org>
37120 Convert a few inner loops to use liboil. This is currently
37121 optional, and is only enabled if liboil is present (duh!).
37122 * configure.ac: Check for liboil-0.1
37123 * gst/intfloat/Makefile.am:
37124 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37125 (gst_int2float_chain_gint16):
37126 * gst/videofilter/Makefile.am:
37127 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37128 (tablelookup_u8), (gst_videobalance_planar411):
37129 * gst/videotestsrc/Makefile.am:
37130 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37131 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37132 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37133 (paint_hline_RGB565), (paint_hline_xRGB1555):
37135 2004-02-11 David Schleef <ds@schleef.org>
37137 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37138 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37139 (gst_colorspace_getcaps), (gst_colorspace_link),
37140 (gst_colorspace_base_init), (gst_colorspace_init),
37141 (gst_colorspace_chain), (gst_colorspace_change_state),
37142 (plugin_init): Merge Ronald's patch (bug #117897) and update
37143 for new caps and negotiation. Seems to work, although it
37144 shows off bugs in lcs.
37146 2004-02-11 David Schleef <ds@schleef.org>
37148 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37149 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37151 2004-02-11 David Schleef <ds@schleef.org>
37153 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37154 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37155 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37156 Add server and port properties
37158 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
37163 * m4/as-liblame.m4:
37164 * m4/as-slurp-ffmpeg.m4:
37165 * m4/check-libheader.m4:
37172 * m4/gst-ivorbis.m4:
37173 * m4/gst-matroska.m4:
37175 * m4/gst-shout2.m4:
37183 fix underquotedness of macros (#133800)
37184 * m4/as-avifile.m4:
37186 removed because no longer used
37188 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
37191 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37192 by autopoint (fixes #132996)
37194 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
37196 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37197 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37198 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37199 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37202 2004-02-11 David Schleef <ds@schleef.org>
37204 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37205 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37206 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37207 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37208 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37209 (gst_jpegenc_class_init), (gst_jpegenc_init),
37210 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37211 (gst_jpegenc_chain), (gst_jpegenc_set_property),
37212 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
37213 * ext/jpeg/gstjpegenc.h: Fix negotiation.
37215 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
37217 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37218 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37219 * ext/mikmod/gstmikmod.h:
37220 fix caps negotiation in mikmod
37221 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37222 output debug information
37224 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
37226 * gst-libs/gst/colorbalance/Makefile.am:
37227 * gst-libs/gst/navigation/Makefile.am:
37228 * gst-libs/gst/xoverlay/Makefile.am:
37229 remove unused GST_OPT_CFLAGS from Makefiles
37230 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37232 2004-02-07 David Schleef <ds@schleef.org>
37234 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37235 push events to pads that haven't been created (#133508)
37237 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
37239 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37240 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37241 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37242 (gst_dvdec_loop), (gst_dvdec_change_state):
37243 Second attempt at committing a working dvdec element.
37245 2004-02-06 David Schleef <ds@schleef.org>
37247 Build fixes for OS X: (see #129600)
37248 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37249 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37250 (gst_riff_read_strf_iavs):
37251 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37252 (gst_avi_demux_stream_odml):
37253 * gst/playondemand/Makefile.am:
37254 * gst/rtp/rtp-packet.c:
37256 2004-02-05 David Schleef <ds@schleef.org>
37258 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37259 last change, because it Just Doesn't Compile.
37261 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
37263 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37264 skip undecodable id3v2 tag instead of keeping it
37266 2004-02-05 David Schleef <ds@schleef.org>
37268 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37269 Unref leaked buffer. (Noticed by Ronald)
37271 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
37273 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37274 Sync requires with other checks. >= vs =.
37276 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
37278 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37279 (gst_dvdec_video_link), (gst_dvdec_loop):
37280 * ext/dv/gstdvdec.h:
37281 rework the caps negotiation so that dvdec works again instead
37282 of just segfaulting.
37284 === release 0.7.4 ===
37286 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
37288 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37289 * configure.ac: changed for release
37291 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
37293 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37294 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37295 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37296 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37297 reworked patch by David Lehn to fix libdir and includedir for
37298 uninstalled libraries
37299 removed play and gconf from gstreamer-libs since they have their
37300 own pkgconfig files
37302 2004-02-04 David Schleef <ds@schleef.org>
37304 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37307 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
37309 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37310 use correct GST_TAG_ENCODER tag
37312 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
37314 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37315 be sure to stop the clock when going to paused
37316 * sys/oss/gstosssink.c: (gst_osssink_change_state):
37317 reset number of transmitted when going to ready.
37320 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
37322 reviewed by Benjamin Otte
37324 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37325 extract track count (fixes #133410)
37327 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
37329 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37330 that should be !=, not == (fixes #132519)
37332 2004-02-04 David Schleef <ds@schleef.org>
37334 Make sure set_explicit_caps() is called before adding pad.
37335 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37336 * gst/id3/gstid3types.c: (gst_id3types_loop):
37337 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37338 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37340 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
37343 bump nano to 2, first prerelease
37344 put back AM_PROG_LIBTOOL
37346 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
37348 * testsuite/alsa/Makefile.am:
37349 these are user test apps, not automatic testsuite tests
37351 2004-02-04 David Schleef <ds@schleef.org>
37353 Convert GST_DEBUG_CAPS() to GST_DEBUG():
37354 * gst/mpeg1videoparse/gstmp1videoparse.c:
37355 (mp1videoparse_parse_seq):
37356 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37357 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37358 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37359 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37360 (gst_xvideosink_getcaps):
37361 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37362 * testsuite/gst-lint: more tests
37364 2004-02-04 David Schleef <ds@schleef.org>
37366 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37367 with the code that they would expand to.
37368 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37369 (gst_flacdec_get_src_query_types),
37370 (gst_flacdec_get_src_event_masks):
37371 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37372 (gst_gnomevfssrc_get_query_types),
37373 (gst_gnomevfssrc_get_event_mask):
37375 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
37377 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37378 (gst_sinesrc_dispose):
37379 fix memleak by properly disposing sinesrc
37381 2004-02-04 Julien MOUTTE <julien@moutte.net>
37383 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37384 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37385 an overlay to redraw the image because it has been exposed.
37386 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
37387 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
37388 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
37389 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
37391 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
37392 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
37393 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
37394 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
37397 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
37399 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37400 more memleak fixage
37402 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
37404 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37405 * gst/typefind/gsttypefindfunctions.c:
37406 fix memleaks shown by gst-typefind
37408 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
37410 * common/glib-gen.mak:
37411 add hack rule to touch .Plo files
37412 * gst-libs/gst/colorbalance/Makefile.am:
37413 * gst-libs/gst/mixer/Makefile.am:
37414 * gst-libs/gst/play/Makefile.am:
37415 * gst-libs/gst/tuner/Makefile.am:
37416 remove glib_root variable
37418 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
37420 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
37421 set explicit caps before adding the element, so the autopluggers can
37423 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
37424 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
37425 (mpeg_video_type_find), (mpeg_video_stream_type_find),
37427 fix memleaks in typefind functions. gst_type_find_suggest takes a const
37430 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
37432 * gst-libs/gst/colorbalance/Makefile.am:
37433 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
37434 * gst-libs/gst/colorbalance/colorbalance.c:
37435 * gst-libs/gst/colorbalance/colorbalance.h:
37436 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
37437 * gst-libs/gst/mixer/Makefile.am:
37438 * gst-libs/gst/mixer/mixer-marshal.list:
37439 * gst-libs/gst/mixer/mixer.c:
37440 * gst-libs/gst/mixer/mixer.h:
37441 * gst-libs/gst/mixer/mixermarshal.list:
37442 * gst-libs/gst/play/Makefile.am:
37443 * gst-libs/gst/play/play.h:
37444 * gst-libs/gst/tuner/Makefile.am:
37445 * gst-libs/gst/tuner/tuner-marshal.list:
37446 * gst-libs/gst/tuner/tuner.c:
37447 * gst-libs/gst/tuner/tuner.h:
37448 * gst-libs/gst/tuner/tunermarshal.list:
37449 use new glib-gen.mak snippet to clean up Makefile.am
37450 fix various bugs in Makefile.am's
37452 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
37454 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37455 handle chain parsing correctly in the multichain case
37456 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
37457 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
37458 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
37459 (theora_dec_chain):
37460 handle events and queries correctly
37462 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
37465 Ignore generated file _stdint.h.
37467 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
37469 * gst-libs/gst/colorbalance/Makefile.am:
37470 * gst-libs/gst/colorbalance/colorbalance.h:
37471 * gst-libs/gst/mixer/Makefile.am:
37472 * gst-libs/gst/mixer/mixer.h:
37473 * gst-libs/gst/play/Makefile.am:
37474 * gst-libs/gst/play/play.h:
37475 * gst-libs/gst/tuner/Makefile.am:
37476 * gst-libs/gst/tuner/tuner.h:
37477 Generate enum type code with glib-mkenums.
37478 * gst-libs/gst/colorbalance/.cvsignore:
37479 * gst-libs/gst/mixer/.cvsignore:
37480 * gst-libs/gst/play/.cvsignore:
37481 * gst-libs/gst/tuner/.cvsignore:
37482 Ignore generated files.
37484 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
37486 * gst-libs/gst/audio/.cvsignore:
37487 Ignore generated file.
37488 * gst-libs/gst/audio/Makefile.am:
37489 Do not install example filter.
37491 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
37493 * examples/switch/.cvsignore:
37494 Ignore generated file.
37496 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
37498 * common/m4/ax_create_stdint_h.m4:
37500 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
37503 remove generated _stdint.h in DISTCLEANFILES
37504 * ext/a52dec/gsta52dec.c:
37505 include _stdint.h for a52dec. (should fix #133064)
37507 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
37509 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
37510 (gst_tag_to_vorbis_comments):
37511 Add replaygain support to vorbistag
37513 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
37514 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37515 (gst_ffmpeg_caps_to_extradata):
37516 Fix SVQ3 caps flag properties
37517 Use glib macro for bytes swap
37519 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37521 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37522 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37523 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37524 * ext/sndfile/gstsf.c: (plugin_init):
37525 * gst/avi/gstavi.c: (plugin_init):
37526 * sys/dxr3/dxr3init.c: (plugin_init):
37527 * sys/oss/gstossaudio.c: (plugin_init):
37528 * sys/v4l/gstv4l.c: (plugin_init):
37529 * sys/v4l2/gstv4l2.c: (plugin_init):
37530 remove textdomain calls
37532 update Dutch translation
37534 2004-02-02 Julien MOUTTE <julien@moutte.net>
37536 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37537 (gst_play_set_audio_sink): Moving volume in the audio thread for
37538 instantaneous volume change. Maybe i will add another volume in front
37539 of visualization later, not sure yet though.
37541 2004-02-02 Julien MOUTTE <julien@moutte.net>
37543 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37544 (gst_ximagesink_handle_xevents): Better X events handling, only take
37545 the latest events for configure and motion.
37546 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
37548 2004-02-02 Jon Trowbridge <trow@gnu.org>
37550 reviewed by: David Schleef <ds@schleef.org>
37553 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
37554 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
37556 2004-02-02 David Schleef <ds@schleef.org>
37558 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
37560 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
37561 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37562 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
37563 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
37564 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37565 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
37566 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
37567 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
37568 (gst_float2_2_int_link):
37569 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37570 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
37571 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
37572 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
37573 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
37574 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
37575 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
37576 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
37577 * testsuite/gst-lint: Add tests for bzero and ;;
37579 2004-02-02 David Schleef <ds@schleef.org>
37581 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
37583 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37585 * ext/aalib/gstaasink.c: (gst_aasink_open):
37586 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
37587 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37588 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
37589 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
37590 (gst_afsink_close_file):
37591 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
37592 (gst_afsrc_close_file):
37593 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37594 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37595 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37596 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
37597 * ext/esd/esdmon.c: (gst_esdmon_get):
37598 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
37599 * ext/faac/gstfaac.c: (gst_faac_chain):
37600 * ext/faad/gstfaad.c: (gst_faad_chain):
37601 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
37602 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37603 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
37604 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
37605 (gst_flacdec_loop):
37606 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37607 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37608 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
37609 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37610 (gst_gnomevfssink_close_file):
37611 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
37612 (gst_gnomevfssrc_open_file):
37613 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
37614 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
37615 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
37616 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37617 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
37618 * ext/mad/gstmad.c: (gst_mad_chain):
37619 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37620 * ext/mpeg2dec/gstmpeg2dec.c:
37621 * ext/mpeg2enc/gstmpeg2enc.cc:
37622 * ext/mplex/gstmplex.cc:
37623 * ext/mplex/gstmplexibitstream.cc:
37624 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
37625 (gst_ogg_demux_push):
37626 * ext/raw1394/gstdv1394src.c:
37627 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
37628 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
37629 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
37631 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
37632 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
37633 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
37634 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
37635 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37636 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
37637 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
37638 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
37639 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37640 (gst_riff_read_element_data), (gst_riff_read_seek),
37641 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
37642 * gst/adder/gstadder.c: (gst_adder_loop):
37643 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
37644 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
37645 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
37646 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
37647 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
37648 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37649 * gst/goom/gstgoom.c: (gst_goom_chain):
37650 * gst/id3/gstid3types.c: (gst_id3types_loop):
37651 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37652 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37653 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37654 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37655 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37656 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37657 (gst_ebml_read_float), (gst_ebml_read_header):
37658 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37659 (gst_matroska_demux_parse_blockgroup):
37660 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37661 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37662 * gst/oneton/gstoneton.c: (gst_oneton_chain):
37663 * gst/silence/gstsilence.c: (gst_silence_get):
37664 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37665 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37666 * gst/speed/gstspeed.c: (speed_loop):
37667 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37668 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37669 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37670 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37671 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37672 (gst_wavparse_loop):
37673 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37674 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37675 (dxr3audiosink_close):
37676 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37677 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37678 (dxr3videosink_close), (dxr3videosink_write_data):
37679 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37680 * sys/oss/gstosssink.c: (gst_osssink_chain):
37681 * sys/oss/gstosssrc.c: (gst_osssrc_get):
37682 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37683 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37684 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37685 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
37686 (gst_v4l_set_window), (gst_v4l_enable_overlay):
37687 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37688 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37689 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37690 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37691 (gst_v4l_set_audio):
37692 * sys/v4l/v4l_calls.h:
37693 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37694 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37695 (gst_v4lmjpegsink_playback_init),
37696 (gst_v4lmjpegsink_playback_start):
37697 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
37698 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37699 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37700 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37701 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37702 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37703 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37704 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37705 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37706 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37707 (gst_v4l2_get_output), (gst_v4l2_set_output),
37708 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37709 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37710 (gst_v4l2_set_attribute):
37711 * sys/v4l2/v4l2_calls.h:
37712 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37713 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37714 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37715 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37716 (gst_v4l2src_capture_stop):
37717 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37718 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37719 (gst_ximagesink_chain):
37720 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37721 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37722 (gst_xvideosink_xwindow_new):
37723 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37724 (gst_xvimagesink_chain):
37726 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37728 * gst/volume/gstvolume.c: (gst_volume_set_volume),
37729 (gst_volume_get_volume), (volume_class_init), (volume_init),
37730 (volume_chain_int16), (volume_update_volume):
37731 * gst/volume/gstvolume.h:
37732 make code more readable by removing magic numbers
37733 make mixer interface export 0-100 range
37734 make it internally map to 0.0-1.0 range so users don't distort
37735 output by putting the sliders at full volume
37737 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37739 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
37740 (gst_play_state_change), (gst_play_seek_to_time):
37741 block the tick callback for 0.5 secs after doing a seek
37743 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
37745 * gst-libs/gst/play/play.c: (gst_play_new):
37748 2004-02-01 Julien MOUTTE <julien@moutte.net>
37750 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
37751 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
37752 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
37753 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
37754 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
37755 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
37757 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
37760 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37761 check for a function added in vorbis 1.1
37763 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37765 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
37766 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
37767 really start/stop clock only on PLAYING <=> PAUSED
37768 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37769 remove \n from debugging lines
37770 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37771 make it work when seeking does not
37772 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37775 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37777 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
37778 start clock on PAUSED=>PLAYING, not later
37779 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37780 extract correct time for different discont formats
37781 (gst_alsa_sink_get_time):
37782 don't segfault when no format is negotiated yet, just return 0
37783 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37784 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
37785 (gst_ogg_pad_push):
37786 handle flush and discont events correctly
37787 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
37788 handle discont events correctly
37790 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
37792 * gst-libs/gst/play/play.c: (gst_play_error_quark),
37793 (gst_play_error_create), (gst_play_error_plugin),
37794 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
37795 * gst-libs/gst/play/play.h:
37796 add error handling during creation
37797 * examples/gstplay/player.c: (main):
37798 use new gst_play_new
37801 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
37803 * ext/theora/theoradec.c: (theora_dec_chain):
37805 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
37806 (vorbis_dec_src_event), (vorbis_dec_chain):
37807 add encoder tag, fix tag reading to be more error tolerant, change
37808 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
37809 gst_pad_event_default.
37810 * gst/tags/gstvorbistag.c:
37811 (gst_tag_list_from_vorbiscomment_buffer):
37812 undefine function specific define at end of function
37814 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
37816 * ext/flac/gstflac.c: (plugin_init):
37817 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
37818 * ext/flac/gstflacdec.h:
37819 * ext/flac/gstflacenc.h:
37822 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
37824 * examples/gstplay/player.c: s/gstplay.h/play.h/
37826 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37828 * gst-libs/gst/play/Makefile.am:
37829 * gst-libs/gst/play/gstplay.c:
37830 * gst-libs/gst/play/gstplay.h:
37831 * gst-libs/gst/play/play.c:
37832 more surgery, operation complete
37834 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37836 * gst-libs/gst/play/play.old.c:
37837 * gst-libs/gst/play/play.old.h:
37838 after CVS surgery by moving, remove
37839 * gst-libs/gst/play/playpipelines.c:
37842 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37843 add negotiation error
37845 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37847 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37848 (gst_ogg_demux_push):
37849 add some seeking debug info
37850 send a flush when seeking
37852 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37858 * ext/theora/Makefile.am:
37859 * ext/theora/theoradec.c:
37860 add theora video decoder. Does just do simple decoding for now and
37861 has been tested against Theora cvs only. It only works when theora
37862 is compiled with --enable-static.
37863 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37864 always reset packetno on DISCONT
37866 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37868 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37871 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37873 * gst/mpegaudioparse/gstmpegaudioparse.c:
37874 (mp3_type_frame_length_from_header):
37875 Fix header parsing - stolen from ffmpeg (thank you! :) ).
37877 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37879 * ext/esd/esdsink.c: (gst_esdsink_init):
37880 Since we have static pad template caps, we don't need to negotiate;
37881 either the core errors out or we know the format.
37883 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
37885 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37886 (gst_riff_read_seek):
37887 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37888 (gst_ebml_read_seek):
37889 Fix event handling.
37891 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37893 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
37894 removee video/x-theora from vp3 decoder, it doesn't handle raw
37896 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
37897 fix bug with finalizing element that never went to PAUSED
37898 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
37899 length and position queries were swapped
37900 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
37901 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
37902 (vorbis_dec_src_event):
37903 implement querying time and bytes
37905 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
37907 * just about every source file:
37908 gst_element_error -> GST_ELEMENT_ERROR
37910 2004-01-29 Julien MOUTTE <julien@moutte.net>
37912 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
37913 emiting FLUSH and even before DISCONT.
37914 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
37915 get the best instant seeking as possible yay!
37917 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
37919 * gst/mpeg1videoparse/gstmp1videoparse.c:
37920 (gst_mp1videoparse_real_chain):
37921 Committed wrong version last week... Grr... Didn't notice until now.
37923 2004-01-29 Julien MOUTTE <julien@moutte.net>
37925 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
37926 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
37927 have_xwindow_id signal in xwindow_create.
37929 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
37931 * ext/ogg/gstoggdemux.c:
37932 lots of changes - mainly support for chained bitstreams, seeking,
37933 querying and bugfixes of course
37934 * ext/vorbis/Makefile.am:
37935 * ext/vorbis/vorbisdec.c:
37936 * ext/vorbis/vorbisdec.h:
37937 add vorbisdec raw vorbis decoder
37938 * ext/vorbis/vorbis.c: (plugin_init):
37939 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
37940 * gst/intfloat/Makefile.am:
37941 * gst/intfloat/float22int.c:
37942 * gst/intfloat/float22int.h:
37943 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
37944 add float2intnew plugin. It converts multichannel interleaved float to
37945 multichannel interleaved int. The name should probably be changed.
37946 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
37948 add typefinding for raw theora video so oggdemux can detect it.
37950 2004-01-28 Julien MOUTTE <julien@moutte.net>
37952 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
37953 sink element first.
37954 * gst/videoscale/gstvideoscale.c:
37955 (gst_videoscale_handle_src_event): Fixing src event handler.
37957 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
37959 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
37960 (gst_v4lsrc_open), (gst_v4lsrc_close),
37961 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
37962 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
37963 * sys/v4l/gstv4lsrc.h:
37964 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
37965 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
37966 Implement resizing... Hack. But that's why v4l is b0rked...
37968 2004-01-28 Julien MOUTTE <julien@moutte.net>
37970 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
37971 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
37972 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
37973 (gst_ximagesink_xwindow_destroy):
37974 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
37975 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
37976 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37977 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
37978 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
37979 correctly cleaning the image created to check xshm calls on succes,
37980 added a lot of XSync calls in X11 functions, and fixed a segfault when
37981 no image format was defined before negotiation happened.
37983 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
37985 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
37986 use gst_element_get_time to get correct time
37988 2004-01-28 Julien MOUTTE <julien@moutte.net>
37990 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
37991 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
37992 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
37993 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
37994 (gst_xvimagesink_check_xshm_calls),
37995 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
37996 X plugins are now able to detect that XShm calls will fail even if the
37997 server claims that it has XShm support (remote displays most of the
37998 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
37999 so that we use non XShm functions. This feature is almost useless for
38000 xvimagesink as Xv is not supported on remote displays anyway, but
38001 it might happen than even on the local display XShm calls fail.
38003 2004-01-27 David Schleef <ds@schleef.org>
38005 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38006 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38007 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
38008 changed esdsink to only use 44100,16,2, since esd sucks at rate
38009 conversion and esdsink has had difficulty negotiating.
38011 2004-01-27 Julien MOUTTE <julien@moutte.net>
38013 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38014 (gst_play_seek_to_time): Fixing the way to get current position.
38016 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
38018 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38019 use gst_element_get_time to get correct time
38021 2004-01-27 Julien MOUTTE <julien@moutte.net>
38023 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38024 fix ever... Inverting 2 lines of code make spider autoplug correctly
38027 2004-01-27 David Schleef <ds@schleef.org>
38029 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38030 Use gst_pad_try_set_caps_nonfixed().
38032 2004-01-27 David Schleef <ds@schleef.org>
38034 * gst/ac3parse/gstac3parse.c: update to checklist 5
38035 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
38036 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38037 * gst/audioscale/gstaudioscale.c: same
38038 * gst/auparse/gstauparse.c: same
38039 * gst/avi/gstavidemux.c: same
38041 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
38043 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38044 stop processing after EOS
38046 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
38048 * gst/asfdemux/asfheaders.h:
38049 * gst/asfdemux/gstasfdemux.c:
38050 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38051 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38052 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38053 lot's of fixes to make data extraction simpler and get the code
38054 architecture and compiler independant. Add debugging category
38055 * gst/goom/gstgoom.c: (gst_goom_change_state):
38056 reset channel count on PAUSED=>READY, not READY=>PAUSED
38058 2004-01-26 Colin Walters <walters@verbum.org>
38060 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38061 code to pull a bigger buffer in iradio mode. This as a side effect
38062 makes typefinding work.
38064 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
38066 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38067 Fix SVQ3 decoding on PPC
38069 2004-01-26 Julien MOUTTE <julien@moutte.net>
38071 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38072 that one managed to stay there... Fixed.
38074 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
38076 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38077 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38078 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38079 (qtdemux_video_caps):
38080 * gst/qtdemux/qtdemux.h:
38081 Add SVQ3 specific flags to qtdemux and ffmpeg
38083 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
38085 * gst-libs/gst/audio/audio.h:
38086 remove buffer-frames from audio caps
38087 * gst/audioconvert/gstaudioconvert.c:
38088 fix plugin to really work.
38090 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
38092 * gst-libs/gst/mixer/mixer.c:
38093 * gst-libs/gst/propertyprobe/propertyprobe.c:
38094 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38095 (gst_tuner_find_channel_by_name):
38096 * gst-libs/gst/tuner/tuner.h:
38097 Add gtk-doc style comments. Also fix a function name.
38099 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
38101 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38102 (gst_divxdec_negotiate):
38103 Fix for new capsnego - also fixes gst-player with divxdec.
38105 2004-01-25 Julien MOUTTE <julien@moutte.net>
38107 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38108 (gst_play_identity_handoff), (gst_play_set_location),
38109 (gst_play_set_visualization), (gst_play_connect_visualization): Another
38110 try in visualization implementation. Still have an issue with switch
38111 blocking when pulling from video_queue and only audio comes out of
38113 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38114 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38115 release method. And check if the pad is usable before pulling.
38117 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
38119 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38120 (gst_videobalance_init),
38121 (gst_videobalance_colorbalance_list_channels),
38122 (gst_videobalance_colorbalance_set_value),
38123 (gst_videobalance_colorbalance_get_value),
38124 (gst_videobalance_update_properties),
38125 (gst_videobalance_update_tables_planar411),
38126 (gst_videobalance_planar411):
38127 * gst/videofilter/gstvideobalance.h:
38128 Implement lookup-tables. +/- 10x faster.
38130 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
38132 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38133 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38134 The index reading was broken. The rest worked fine, but the whole
38135 goal of my rewrite was to make avidemux readable, and this was
38136 not at all readable. Please use typed variables.
38138 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
38140 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38141 Additional pad usability check.
38142 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38143 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38144 (gst_mp1videoparse_real_chain):
38145 Fix MPEG video stream parsing. The original plugin had several
38146 issues, including not timestamping streams where the source was
38147 not timestamped (this happens with PTS values in mpeg system
38148 streams, but MPEG video is also a valid stream on its own so
38149 that needs timestamps too). We use the display time code for that
38150 for now. Also, if one incoming buffer contains multiple valid
38151 frames, we push them all on correctly now, including proper EOS
38152 handling. Lastly, several potential segfaults were fixed, and we
38153 properly sync on new sequence/gop headers to include them in next,
38154 not previous frames (since they're header for the next frame, not
38155 the previous). Also see #119206.
38156 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38158 Move caps setting so we only do it after finding several valid
38159 MPEG-1 fraes sequentially, not right after the first one (which
38160 might be coincidental).
38161 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38162 (mpeg_video_type_find), (mpeg_video_stream_type_find),
38164 Add unsynced MPEG video stream typefinding, and change some
38165 probability values so we detect streams rightly. The idea is as
38166 follows: I can have an unsynced system stream which contains
38167 video. In the current code, I would randomly get a type for either
38168 system or video stream type found, because the probabilities are
38169 being calculated rather randomly. I now use fixed values, so we
38170 always prefer system stream if that was found (and that is how it
38171 should be). If no system stream was found, we can still identity the stream as video-only.
38173 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
38175 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38176 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38177 don't write to buffer. Extract data without the need of
38178 __attribute__ ((packed))
38180 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
38182 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38183 (mpeg1_sys_type_find):
38184 Fix MPEG-1 stream typefinding.
38186 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
38188 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38189 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38191 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
38193 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38194 * ext/esd/gstesd.c: (plugin_init):
38195 private debugging, better error reporting
38197 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
38199 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38200 (gst_riff_read_init), (gst_riff_read_change_state):
38201 * gst-libs/gst/riff/riff-read.h:
38202 Remove stuff fromold metadata system.
38204 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
38206 * ext/ogg/gstoggdemux.c:
38207 Fix wrong file comment.
38208 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38209 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38210 Add metadata reading properly.
38212 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
38215 Fix nas DIST_SUBDIRS
38217 Fix bug where make distcheck doesn't get run on adding stuff to
38220 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
38222 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38223 * ext/divx/gstdivxdec.h:
38224 Fix divx3 ("msmpeg4") playback using divxdec.
38226 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
38228 * gst/typefind/gsttypefindfunctions.c:
38229 (mp3_type_frame_length_from_header): fix bug in length computation
38230 (mp3_type_find): improve debugging output
38232 2004-01-23 Julien MOUTTE <julien@moutte.net>
38234 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38235 (gst_play_set_location), (gst_play_seek_to_time),
38236 (gst_play_set_audio_sink), (gst_play_set_visualization),
38237 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38238 the pipeline from scratch. Visualization is back and switch went out as
38239 i realized it was not possible to use the way i wanted.
38240 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38241 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38242 clearing in state change from READY to NULL. So that one can clean the
38243 X ressources keeping the element.
38244 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38245 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38246 (gst_xvimagesink_colorbalance_set_value),
38247 (gst_xvimagesink_colorbalance_get_value),
38248 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38249 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38250 change from READY to NULL and fixed some stupid bugs in colorbalance
38251 get/set values. Also added the following feature : when nobody tries to
38252 set some values to the colorbalance levels before the xcontext is
38253 grabbed, then when creating channels list from Xv attributes we set the
38254 internal values to the Xv defaults. This way we handle buggy Xv drivers
38255 that set default hue values far from the middle of the range (Thanks
38256 to Jon Trowbridge for pointing that issue).
38257 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38258 colorbalance levels have been set before xcontext is grabbed.
38260 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
38262 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38263 Fix the ossmixer case where we shouldn't open /dev/dsp* because
38264 it might block operations (which is bad for a mixer).
38266 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
38268 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38269 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38270 (gmip_find_type_pre):
38271 * gst-libs/gst/media-info/media-info-priv.h:
38272 * gst-libs/gst/media-info/media-info.c:
38273 (gst_media_info_instance_init), (gst_media_info_read_idler):
38274 add fakesink to get caps on decoder src pad again
38275 fix callback prototype to match new have_type signal signature
38277 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
38279 * gst/adder/gstadder.c: (gst_adder_link):
38280 fix non-compile and cut-n-paste code
38282 2004-01-21 David Schleef <ds@schleef.org>
38284 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38285 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38286 (gst_swfdec_init), (gst_swfdec_change_state):
38287 * ext/swfdec/gstswfdec.h:
38289 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38290 (gst_adder_request_new_pad): Fix negotiation.
38291 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38292 Add a fixate function.
38293 * gst/intfloat/gstfloat2int.c:
38294 * gst/intfloat/gstfloat2int.h:
38295 * gst/intfloat/gstint2float.c:
38296 * gst/intfloat/gstint2float.h:
38297 Completely rewrite the negotiation. Doesn't quite work yet,
38298 due to some buffer-frames problem.
38300 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
38302 * ext/gnomevfs/gstgnomevfssrc.c:
38303 * sys/v4l2/v4l2_calls.h:
38304 fix includes for distcheck
38306 2004-01-21 Christian Schaller <uraeus@gnome.org>
38309 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38310 based on earlier patch from Laurent Vivier
38312 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
38314 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38315 Fix wma caps property
38316 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38317 Fix typo (flags1 and flags2)
38319 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
38321 * gst-libs/gst/media-info/media-info-priv.c:
38322 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38323 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38324 (gmip_find_stream), (gmip_find_track_metadata),
38325 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38326 (gmip_find_track_format):
38327 * gst-libs/gst/media-info/media-info-priv.h:
38328 * gst-libs/gst/media-info/media-info-test.c: (main):
38329 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38330 (gst_media_info_read_idler), (gst_media_info_read):
38331 * gst-libs/gst/media-info/media-info.h:
38332 register debugging category and use it for debugging
38334 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
38336 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38337 (gst_vorbisfile_new_link):
38338 signal streaminfo through tags
38340 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
38342 * ext/mplex/gstmplex.cc:
38343 * ext/mplex/gstmplexibitstream.cc:
38344 g++ doesn't like NULL in our i18n/error macros, should be
38345 either (NULL) or ("").
38347 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
38349 * sys/dxr3/dxr3audiosink.c:
38350 * sys/dxr3/dxr3init.c:
38351 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38352 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38353 Fix more error error error errors (missing includes here).
38355 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
38357 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38358 fix thomas' error errors.
38360 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
38362 * ext/mpeg2enc/gstmpeg2enc.cc:
38365 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
38367 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38368 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38369 Fix for new error system.
38371 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
38373 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38374 fix for new error reporting
38376 2004-01-20 David Schleef <ds@schleef.org>
38378 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38379 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38380 (gst_ximagesink_set_xwindow_id): Change to using a framerate
38381 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38382 and neither is 100+, most likely.
38383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38384 (gst_xvimagesink_getcaps): same
38386 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
38389 Up version requirement to 2.0.3 (not yet released) to avoid symbol
38390 clashes with ffmpeg.
38392 2004-01-20 Julien MOUTTE <julien@moutte.net>
38394 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38395 (gst_switch_init): Fixed switch element : proxying link and setting
38396 caps from src to sink on request.
38398 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38400 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
38401 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38402 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38405 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38407 * sys/v4l/v4l_calls.h:
38408 * sys/v4l2/v4l2_calls.h:
38409 element_error fixes
38411 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38413 * gst-libs/gst/gst-i18n-plugin.h:
38415 remove config.h inclusion
38417 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38420 adding autopoint invocation
38423 * gst-libs/gst/gettext.h:
38424 adding gettext bits
38425 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38426 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38427 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38428 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38429 (gst_gnomevfssink_close_file):
38430 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
38431 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
38432 * gst-libs/gst/gst-i18n-plugin.h:
38433 * gst/avi/gstavi.c: (plugin_init):
38434 * sys/dxr3/dxr3init.c: (plugin_init):
38435 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
38436 * sys/oss/gstossaudio.c: (plugin_init):
38437 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38438 * sys/v4l/gstv4l.c: (plugin_init):
38439 * sys/v4l/v4l_calls.c: (gst_v4l_open):
38440 * sys/v4l2/gstv4l2.c: (plugin_init):
38441 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38442 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
38443 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
38444 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
38445 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
38446 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
38447 make sure locale and translation domain are set
38448 fix translated strings
38454 put translation files into place
38455 * sys/xvideo/imagetest.c: (main):
38456 * ext/dv/demo-play.c: (main):
38457 fix unnecessary translations
38459 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
38461 * ext/sndfile/gstsf.c:
38462 * gst/avi/gstavimux.c:
38463 * ext/audiofile/gstafsink.c:
38464 * ext/audiofile/gstafsrc.c:
38465 * ext/gnomevfs/gstgnomevfssink.c:
38466 * ext/gnomevfs/gstgnomevfssrc.c:
38467 * sys/oss/gstosselement.c:
38468 * sys/v4l/v4l_calls.h:
38471 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38473 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38474 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38475 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38476 (gst_v4l2_get_output), (gst_v4l2_set_output),
38477 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38478 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38479 (gst_v4l2_set_attribute):
38480 update to new error handling
38482 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38484 * ext/sidplay/gstsiddec.cc:
38485 * gst/modplug/gstmodplug.cc:
38486 parenthese NULL because C++ seems angry about it
38488 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
38490 * gst-libs/gst/gst-i18n-plugin.h:
38491 add skeleton i18n stuff, but needs to be further implemented
38493 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
38495 * examples/gstplay/player.c: (main):
38496 * ext/aalib/gstaasink.c: (gst_aasink_open):
38497 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38498 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38499 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38500 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38501 (gst_afsink_close_file):
38502 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38503 (gst_afsrc_close_file):
38504 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38505 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38506 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38507 * ext/esd/esdmon.c: (gst_esdmon_get):
38508 * ext/esd/esdsink.c: (gst_esdsink_chain):
38509 * ext/faac/gstfaac.c: (gst_faac_chain):
38510 * ext/faad/gstfaad.c: (gst_faad_chain):
38511 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38512 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38513 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38514 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38515 (gst_flacdec_loop):
38516 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38517 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38518 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38519 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38520 (gst_gnomevfssink_close_file):
38521 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38522 (gst_gnomevfssrc_open_file):
38523 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38524 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38525 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38526 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38527 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38528 * ext/mad/gstmad.c: (gst_mad_chain):
38529 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38530 * ext/mpeg2dec/gstmpeg2dec.c:
38531 * ext/mpeg2enc/gstmpeg2enc.cc:
38532 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38533 * ext/mplex/gstmplex.cc:
38534 * ext/mplex/gstmplexibitstream.cc:
38535 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38536 (gst_ogg_demux_push), (gst_ogg_pad_push):
38537 * ext/raw1394/gstdv1394src.c:
38538 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38539 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38540 * ext/sidplay/gstsiddec.cc:
38541 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38543 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38544 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38545 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38546 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38547 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38548 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38549 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38550 * gst-libs/gst/Makefile.am:
38551 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38552 (gst_riff_read_element_data), (gst_riff_read_seek),
38553 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38554 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
38555 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38556 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38557 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38558 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38559 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38560 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38561 * gst/goom/gstgoom.c: (gst_goom_chain):
38562 * gst/id3/gstid3types.c: (gst_id3types_loop):
38563 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38564 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38565 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38566 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38567 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38568 (gst_ebml_read_float), (gst_ebml_read_header):
38569 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38570 (gst_matroska_demux_parse_blockgroup):
38571 * gst/modplug/gstmodplug.cc:
38572 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38573 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38574 * gst/oneton/gstoneton.c: (gst_oneton_chain):
38575 * gst/silence/gstsilence.c: (gst_silence_get):
38576 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38577 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38578 * gst/speed/gstspeed.c: (speed_loop):
38579 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38580 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38581 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38582 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38583 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38584 (gst_wavparse_loop):
38585 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38586 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38587 (dxr3audiosink_close):
38588 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38589 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38590 (dxr3videosink_close), (dxr3videosink_write_data):
38591 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38592 * sys/oss/gstosselement.h:
38593 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
38594 (gst_osssink_chain):
38595 * sys/oss/gstosssrc.c: (gst_osssrc_get):
38596 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38597 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38598 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38599 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
38600 (gst_v4l_enable_overlay):
38601 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38602 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38603 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38604 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38605 (gst_v4l_set_audio):
38606 * sys/v4l/v4l_calls.h:
38607 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38608 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38609 (gst_v4lmjpegsink_playback_init),
38610 (gst_v4lmjpegsink_playback_start):
38611 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
38612 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
38613 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
38614 (gst_v4lmjpegsrc_requeue_frame):
38615 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38616 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38617 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38618 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38619 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38620 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38621 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38622 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38623 (gst_v4l2src_capture_stop):
38624 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38625 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38626 (gst_ximagesink_chain):
38627 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38628 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38629 (gst_xvideosink_xwindow_new):
38630 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38631 (gst_xvimagesink_chain):
38632 use new error signal, function and categories
38634 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
38638 * ext/musicbrainz/gsttrm.c:
38639 * ext/musicbrainz/gsttrm.h:
38640 * ext/musicbrainz/Makefile.am:
38643 2004-01-18 Julien MOUTTE <julien@moutte.net>
38645 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
38646 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
38647 synchronous property for debugging.
38648 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
38649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38650 (gst_xvimagesink_set_property): Moving a pointer declaration to a
38651 smaller block, fixing indent.
38653 2004-01-16 David Schleef <ds@schleef.org>
38655 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
38656 property affects the video stream.
38657 * sys/xvimage/xvimagesink.c:
38658 * sys/xvimage/xvimagesink.h:
38659 Add synchronous property for debugging. Should probably be
38660 disabled in non-CVS builds. Make sure that the Xv attribute
38661 exists before we set it (crash!). Fix a silly float bug that
38662 caused colorbalance to just not work.
38664 2004-01-17 Christian Schaller <Uraeus@gnome.org>
38666 * tools/gst-launch-ext.in - update for new plugins
38668 2004-01-16 David Schleef <ds@schleef.org>
38670 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
38671 already-freed caps.
38673 2994-01-16 Christian Schaller <Uraeus@gnome.org>
38675 * Update spec for new colorspace plugin and libcaca plugin
38676 * Fix compilation of libcaca plugin (clock -> id)
38678 2004-01-16 Julien MOUTTE <julien@moutte.net>
38680 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
38681 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
38682 (gst_xvimagesink_set_xwindow_id),
38683 (gst_xvimagesink_colorbalance_set_value),
38684 (gst_xvimagesink_colorbalance_get_value),
38685 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38686 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
38687 correct colorbalance properties. They can now be set when the element
38688 is still in NULL state. The values will be committed to the Xv Port
38689 when xcontext is initialized.
38690 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
38691 brightness int values in the GstXvImagesink structure.
38693 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38695 * gst-libs/gst/Makefile.am:
38696 restructure so having local patches works easier.
38698 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38700 * ext/mpeg2enc/Makefile.am:
38701 * ext/mpeg2enc/gstmpeg2enc.cc:
38702 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38703 Bugfix with respect to EOS handling.
38705 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
38707 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38708 Link with right caps (else, it segfaults).
38709 * ext/mplex/gstmplexjob.cc:
38710 Fix for slight API change in 1.6.1.93 release of mjpegtools.
38712 2004-01-15 David Schleef <ds@schleef.org>
38714 * gst-libs/gst/audio/Makefile.am:
38715 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
38717 * gst-libs/gst/audio/gstaudiofilter.c:
38718 * gst-libs/gst/audio/gstaudiofilter.h:
38719 Add bytes_per_sample and size and n_samples calculation.
38720 * gst-libs/gst/audio/gstaudiofilterexample.c:
38721 Remove, now autogenerated.
38722 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
38723 Moved from gstaudiofilterexample, object name changed, code added
38724 so that it actually works.
38725 * gst-libs/gst/audio/make_filter:
38726 Script to build an audiofilter subclass from the template.
38727 * gst/colorspace/Makefile.am:
38728 * gst/colorspace/yuv2yuv.c:
38729 Remove file, since it's GPL, and we don't use it.
38731 2004-01-15 Julien MOUTTE <julien@moutte.net>
38733 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
38735 them use the buffer free function to test how the buffer was allocated.
38737 2004-01-15 David Schleef <ds@schleef.org>
38739 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
38740 that handles osssink fallback.
38741 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
38742 (gst_audio_convert_getcaps):
38743 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
38744 Add audio/x-qdm2 for QDM2 audio.
38745 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38746 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
38747 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38748 Decrease minimum size to 16x16.
38749 * gst/wavparse/gstwavparse.c:
38750 Convert disabled pad template caps to new caps.
38751 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38752 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38753 (gst_xvimagesink_chain): Throw element error when display cannot
38754 be opened. Increase minimum framerate to 1.0. Check the data
38755 free function on a buffer to make sure it is the type we expect
38756 before manipulating it.
38758 2004-01-15 Julien MOUTTE <julien@moutte.net>
38760 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38761 (gst_videobalance_colorbalance_set_value): Implement passthru if
38762 settings are in the middle.
38763 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
38765 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38767 * gst/videofilter/Makefile.am:
38768 * gst/volume/Makefile.am:
38769 Since we use videofilter symbols, link to it.
38771 2004-01-15 Julien MOUTTE <julien@moutte.net>
38773 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
38774 mixer interface type to HARDWARE.
38775 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
38777 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
38778 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
38779 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
38780 (gst_volume_interface_init), (gst_volume_list_tracks),
38781 (gst_volume_set_volume), (gst_volume_get_volume),
38782 (gst_volume_set_mute), (gst_volume_mixer_init),
38783 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
38784 (volume_init): Implementing mixer interface.
38785 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
38786 * sys/oss/gstosselement.c: (gst_osselement_get_type),
38787 (gst_osselement_change_state): Removing some trailing commas in
38789 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
38790 interface type to HARDWARE.
38791 * sys/v4l/gstv4lcolorbalance.c:
38792 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
38794 * sys/v4l2/gstv4l2colorbalance.c:
38795 (gst_v4l2_color_balance_interface_init): Setting colorbalance
38796 interface type to HARDWARE.
38797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
38798 same code than ximagesink for event handling.
38800 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38802 * ext/snapshot/Makefile.am:
38803 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
38804 (gst_snapshot_chain):
38805 * ext/snapshot/gstsnapshot.h:
38806 This has to be a joke... Snapshot should be connected to a tee,
38807 colorspace element before it and EOS after that, where the other
38808 src of the tee receives normal data.
38809 The current way is *wrong*.
38811 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38813 * ext/hermes/gsthermescolorspace.c:
38814 Fix another compile error. Same as below.
38816 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
38818 * gst/colorspace/gstcolorspace.c:
38819 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
38820 (gst_colorspace_i420_to_yv12):
38821 Fix compiling... Didn't test if it actually works.
38823 2004-01-15 David Schleef <ds@schleef.org>
38826 * gst/colorspace/Makefile.am:
38827 * gst/colorspace/gstcolorspace.c:
38828 * gst/colorspace/gstcolorspace.h:
38829 * gst/colorspace/yuv2rgb.c:
38830 * gst/colorspace/yuv2rgb.h:
38831 Duplicate the ext/hermes colorspace plugin, and remove Hermes
38832 code and GPL code. Fix for new caps negotiation. Rewrite
38833 much of the format handling code, and some of the conversion
38834 code. Basically, rewrote almost everything. This element
38835 handles I420, YV12 to RGB conversions.
38836 * ext/hermes/Makefile.am:
38837 * ext/hermes/gsthermescolorspace.c:
38838 Rename colorspace to hermescolorspace. Fix negotiation issues.
38839 Remove non-Hermes related code. This element handles lots of
38840 RGB to RGB conversions, but no YUV.
38841 * ext/hermes/gstcolorspace.c:
38842 * ext/hermes/gstcolorspace.h:
38843 * ext/hermes/rgb2yuv.c:
38844 * ext/hermes/yuv2rgb.c:
38845 * ext/hermes/yuv2rgb.h:
38846 * ext/hermes/yuv2rgb_mmx16.s:
38847 * ext/hermes/yuv2yuv.c:
38848 * ext/hermes/yuv2yuv.h:
38851 2004-01-14 Colin Walters <walters@verbum.org>
38853 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
38854 they've already been.
38856 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
38858 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38859 assume tag mode when pad is not connected
38861 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
38863 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38864 Don't update the time of the clock
38865 (gst_alsa_sink_loop):
38866 sync to the clock given to alsasink, not the own clock
38867 * sys/oss/gstosssink.c: (gst_osssink_chain):
38869 (gst_osssink_change_state):
38871 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38873 remove bogus code that made DISCONT events unhandled
38874 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
38875 explicitly case to double in _set_simple. (fixes 2nd warning in bug
38877 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
38878 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
38879 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
38880 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
38881 2nd warning in bug #131502)
38883 2004-01-14 Julien MOUTTE <julien@moutte.net>
38885 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38886 (gst_videobalance_colorbalance_set_value),
38887 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
38888 for colorbalance interface implementation.
38889 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38890 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
38891 (gst_ximagesink_dispose), (gst_ximagesink_init),
38892 (gst_ximagesink_class_init): Adding DISPLAY property.
38893 * sys/ximage/ximagesink.h: Adding display_name to store display.
38894 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38895 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38896 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
38897 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
38898 properties (they still need polishing though for gst-launch use : no
38899 xcontext yet, i ll do that tomorrow).
38900 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
38902 2004-01-14 Julien MOUTTE <julien@moutte.net>
38904 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38905 (gst_play_set_location), (gst_play_set_visualization): Preparing
38906 switch integration, adding videobalance in the pipeline.
38908 2004-01-14 Julien MOUTTE <julien@moutte.net>
38910 * gst-libs/gst/colorbalance/colorbalance.c:
38911 (gst_color_balance_class_init): Adding a default type.
38912 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
38914 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
38915 (gst_videobalance_dispose), (gst_videobalance_class_init),
38916 (gst_videobalance_init), (gst_videobalance_interface_supported),
38917 (gst_videobalance_interface_init),
38918 (gst_videobalance_colorbalance_list_channels),
38919 (gst_videobalance_colorbalance_set_value),
38920 (gst_videobalance_colorbalance_get_value),
38921 (gst_videobalance_colorbalance_init): Implementing colorbalance
38923 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
38925 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
38926 bug which was triggering a BadAccess X error when setting an overlay
38927 before pad was really negotiated.
38928 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
38929 Using the colorbalance type macro.
38931 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38933 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
38934 (gst_flacenc_chain):
38935 handle tags correctly
38936 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
38937 extract ID3v1 tags correctly
38939 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38941 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
38943 Improve matroska typefinding for odd-typed headers...
38945 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38947 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
38948 Fix for using incremental number on padnames.
38950 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
38952 * ext/divx/gstdivxdec.c:
38953 * ext/divx/gstdivxenc.c:
38954 Set category to divx4linux instead of divx (too generic).
38955 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
38956 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
38957 (gst_wavparse_loop), (gst_wavparse_change_state):
38958 * gst/wavparse/gstwavparse.h:
38959 fix parsing of WAV files with non-standard fmt-tag size and fix
38960 skipping of unrecognized chunks... Someone please fix this thing
38961 to use rifflib so all this is automated.
38962 * sys/v4l/Makefile.am:
38963 * sys/v4l2/Makefile.am:
38964 Add X_CFLAGS because we depend on X (for overlay).
38966 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
38968 * ext/mpeg2dec/gstmpeg2dec.c:
38969 Don't issue a timestamp unless we tagged the frame
38972 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38974 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
38975 Query the audio element to get the time, not the clock. We're
38976 interested in the element's time here.
38978 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38980 * ext/aalib/gstaasink.c: (gst_aasink_chain):
38981 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38982 * ext/esd/esdsink.c: (gst_esdsink_chain):
38983 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
38984 * ext/mas/massink.c: (gst_massink_chain):
38985 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
38986 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
38987 (gst_matroska_demux_parse_metadata):
38988 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
38989 (gst_mpeg_parse_release_locks):
38990 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
38991 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
38992 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38993 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
38994 (gst_osssink_change_state):
38995 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38996 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38997 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
38998 (gst_xvideosink_release_locks):
38999 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39001 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39002 (gst_alsa_clock_stop):
39003 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39004 (gst_audio_clock_get_internal_time):
39005 simplify for use with new clocking code.
39006 * testsuite/alsa/Makefile.am:
39007 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39008 fix testsuite for new caps system
39010 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
39012 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39013 * ext/flac/gstflacenc.c: (add_one_tag):
39014 length is already host endian, no need to convert. Fixes playback of
39015 tagged files on PPC. (bug #128384)
39017 2004-01-13 Julien MOUTTE <julien@moutte.net>
39019 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39020 colorbalance interface stating if it is hardware based or software
39022 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39023 Removing a trailing comma.
39024 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39025 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39026 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39027 the documentation seems to be wrong on the -1000 to 1000 interval.
39029 2004-01-12 David Schleef <ds@schleef.org>
39031 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39032 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39033 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39034 Fix negotiation. Add a bufferalloc function for the sink pad,
39035 and generally clean up some of the code.
39037 2004-01-12 Julien MOUTTE <julien@moutte.net>
39039 * gst-libs/gst/colorbalance/colorbalancechannel.c:
39040 (gst_color_balance_channel_dispose): Adding safety check in dispose
39042 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39043 (gst_xvimagesink_xcontext_clear),
39044 (gst_xvimagesink_interface_supported),
39045 (gst_xvimagesink_colorbalance_list_channels),
39046 (gst_xvimagesink_colorbalance_set_value),
39047 (gst_xvimagesink_colorbalance_get_value),
39048 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39049 Adding colorbalance interface support to set XV parameters such as
39050 HUE, BRIGHTNESS, CONTRAST, SATURATION.
39051 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39054 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
39056 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39057 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39058 (gst_audio_convert_init), (gst_audio_convert_set_property),
39059 (gst_audio_convert_get_property), (gst_audio_convert_chain),
39060 (gst_audio_convert_link),
39061 (gst_audio_convert_buffer_to_default_format),
39062 (gst_audio_convert_buffer_from_default_format), (plugin_init):
39063 - implement _getcaps and use it
39065 - remove float caps since no float conversion is actually done
39066 - remove properties and arguments that were to be used for rate
39069 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
39071 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39072 (gst_audio_structure_set_int):
39073 * gst-libs/gst/audio/audio.h:
39074 add helper functions for _getcaps matching the standard audio
39077 2004-01-12 David Schleef <ds@schleef.org>
39079 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39080 Test that pad is negotiated before getting its caps.
39082 2004-01-12 Julien MOUTTE <julien@moutte.net>
39084 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39085 analyzing the pads of an element the bin is mostly in READY state so
39086 no caps were negotiated. This helper function needs to work with
39087 _get_caps directly then. I was not freeing them though, added that to
39090 2004-01-12 Julien MOUTTE <julien@moutte.net>
39092 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39094 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39095 than the free_func.
39097 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
39099 * sys/oss/gstossaudio.c: (plugin_init):
39100 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39101 * sys/oss/gstosselement.h:
39102 make an oss debugging category
39103 make failure more descriptive
39105 2004-01-11 David Schleef <ds@schleef.org>
39107 * ext/ffmpeg/gstffmpeg.c:
39108 * ext/ffmpeg/gstffmpegcodecmap.c:
39109 * ext/ffmpeg/gstffmpegdec.c:
39110 * ext/ffmpeg/gstffmpegenc.c:
39111 * ext/ffmpeg/gstffmpegprotocol.c:
39112 * ext/gdk_pixbuf/gstgdkanimation.c:
39113 * ext/jpeg/gstjpeg.c:
39114 * ext/libpng/gstpng.c:
39115 * ext/mpeg2dec/perftest.c:
39116 * ext/speex/gstspeex.c:
39117 * gst-libs/gst/resample/dtos.c:
39118 * gst/intfloat/gstintfloatconvert.c:
39119 * gst/oneton/gstoneton.c:
39120 * gst/rtjpeg/RTjpeg.c:
39121 * gst/rtp/gstrtp.c:
39122 * sys/dxr3/dxr3init.c:
39123 * sys/glsink/gstgl_nvimage.c:
39124 * sys/glsink/gstgl_pdrimage.c:
39125 * sys/glsink/gstglsink.c:
39126 * testsuite/gst-lint:
39127 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39129 2004-01-11 David Schleef <ds@schleef.org>
39131 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39132 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39133 * ext/gdk_pixbuf/gstgdkanimation.c:
39134 (gst_gdk_animation_iter_create_pixbuf):
39135 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39136 (gst_gdk_pixbuf_chain):
39137 * ext/gdk_pixbuf/gstgdkpixbuf.h:
39138 * ext/jack/gstjack.c: (gst_jack_change_state):
39139 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39140 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39141 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39142 * gst/videofilter/gstvideofilter.c:
39143 (gst_videofilter_set_output_size):
39144 Remove all usage of gst_pad_get_caps(), and replace it with
39145 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39147 2004-01-11 David Schleef <ds@schleef.org>
39150 * ext/Makefile.am: Fixes to make ext/libcaca compile.
39151 * ext/divx/gstdivxdec.c:
39152 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39153 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39154 handle images that span multiple buffers. Now work with both
39155 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39156 * ext/gdk_pixbuf/gstgdkpixbuf.h:
39157 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39158 video/video.h changes
39159 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39160 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39161 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39162 of GstData free function.
39163 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39166 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
39168 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39169 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39170 (gst_v4l2element_get_property):
39171 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39172 add norm, channel and frequency properties.
39173 * sys/v4l2/gstv4l2tuner.c:
39174 fixes for tuner interface changes
39175 * sys/v4l2/gstv4l2element.h:
39176 * sys/v4l2/gstv4l2src.c:
39177 * sys/v4l2/gstv4l2src.h:
39178 * sys/v4l2/v4l2src_calls.c:
39179 * sys/v4l2/v4l2src_calls.h:
39180 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39182 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
39184 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39185 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39186 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39187 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39188 * gst-libs/gst/tuner/tuner.h:
39189 GObjects aren't const.
39190 Add find_by_name functions.
39191 Add checks to _changed functions.
39192 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39193 (gst_v4l_tuner_get_norm):
39196 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
39198 * gst-libs/gst/video/video.h:
39199 Fix caps template names to be understandable.
39200 Prefix everything with GST_VIDEO.
39201 * ext/aalib/gstaasink.c:
39202 * ext/divx/gstdivxdec.c:
39203 * ext/divx/gstdivxenc.c:
39204 * ext/gdk_pixbuf/gstgdkpixbuf.c:
39205 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39206 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39207 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39208 * ext/libcaca/gstcacasink.c:
39209 * ext/libpng/gstpngenc.c: (raw_caps_factory):
39210 * ext/snapshot/gstsnapshot.c:
39211 * ext/swfdec/gstswfdec.c:
39212 * ext/xvid/gstxviddec.c:
39213 * ext/xvid/gstxvidenc.c:
39214 * gst/chart/gstchart.c:
39215 * gst/deinterlace/gstdeinterlace.c:
39216 * gst/effectv/gsteffectv.c:
39217 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39218 * gst/goom/gstgoom.c:
39219 * gst/median/gstmedian.c:
39220 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39221 (gst_monoscope_srcconnect), (gst_monoscope_chain):
39222 * gst/overlay/gstoverlay.c:
39223 * gst/smooth/gstsmooth.c:
39224 * gst/smpte/gstsmpte.c:
39225 * gst/synaesthesia/gstsynaesthesia.c:
39226 * gst/videocrop/gstvideocrop.c:
39227 * gst/videodrop/gstvideodrop.c:
39228 * gst/y4m/gsty4mencode.c:
39229 * sys/qcam/gstqcamsrc.c:
39230 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39231 Make them work with new video.h file.
39232 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39233 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39235 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39236 Make it work with new buffer allocation system.
39238 2004-01-11 Julien MOUTTE <julien@moutte.net>
39240 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39241 pad_alloc_buffer implementation to use ->srcpad
39242 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39243 pad_alloc_buffer implementation to use ->srcpad
39244 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
39245 pad_alloc_buffer implementation to use ->srcpad
39246 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39247 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39248 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39249 a reference to everything we need.
39250 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39251 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39252 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39253 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39254 a reference to everything we need.
39255 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39257 2004-01-11 David Schleef <ds@schleef.org>
39259 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39260 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39261 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39263 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39264 value during a resize/renegotiation.
39265 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39266 gst_pad_alloc_buffer();
39267 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39268 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39270 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39271 Fix for rename of buffer private structure members.
39272 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39273 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39274 Fix for rename of buffer private structure members.
39275 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39276 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39277 Fix for rename of buffer private structure members.
39279 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
39281 reviewed by: David Schleef <ds@schleef.org>
39283 * gst/videofilter/Makefile.am:
39284 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
39285 from the patch by ds to fit in with recent make_filter changes.
39287 2004-01-11 Julien MOUTTE <julien@moutte.net>
39289 * configure.ac: Adding examples/switch/Makefile
39290 * examples/Makefile.am: Adding examples/switch
39291 * examples/switch/Makefile.am: Adding switcher example.
39292 * examples/switch/switcher.c: (got_eos), (idle_iterate),
39293 (switch_timer), (main): Adding an example demonstrating switch usage
39294 with 2 videotestsrc showing different patterns.
39295 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39296 (gst_switch_init): Fixing switch with the new caps system.
39298 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
39300 * gst-libs/gst/video/video.h:
39301 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39302 They should probably be like
39303 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39305 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
39307 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39308 (qtdemux_parse_trak):
39309 fix audio chunk size/timestamp calculation
39311 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
39313 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39316 2004-01-11 Steve Baker <steve@stevebaker.org>
39318 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39319 (gst_agingtv_base_init), (gst_agingtv_class_init),
39320 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39321 (gst_agingtv_set_property), (gst_agingtv_get_property):
39322 Port agingTV to videofilter
39324 2004-01-09 Julien MOUTTE <julien@moutte.net>
39326 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39327 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39329 2004-01-09 Julien MOUTTE <julien@moutte.net>
39331 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39332 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39333 * gst-libs/gst/xoverlay/xoverlay.c:
39334 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39335 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39336 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39337 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39338 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39339 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39340 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39341 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39342 the bufferalloc_function to replace bufferpools, fixing the XOverlay
39343 interface implementation to handle xid being 0 and fix some bugs
39344 triggered by Benjamin's testcase.
39345 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39346 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39347 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39348 the bufferalloc_function to replace bufferpools, fixing the XOverlay
39349 interface implementation to handle xid being 0 and fix some bugs
39350 triggered by Benjamin's testcase.
39352 2004-01-09 David Schleef <ds@schleef.org>
39354 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
39355 mouse pointer events. It works.
39357 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
39359 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39360 Use explicit caps - fix capsnego.
39361 * ext/xvid/gstxviddec.c:
39362 * ext/xvid/gstxvidenc.c:
39363 Remove macro-inside-macro which caused compile errors.
39364 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39365 Error out if it's not a RIFF file. Else we error out without
39366 gst_element_error() which is not good...
39368 2004-01-08 David Schleef <ds@schleef.org>
39370 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39371 Fix pad_link function to handle formats that ffmpeg returns
39372 as multiple caps structures.
39373 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39374 Only complain if source buffer is _smaller_ than expected.
39375 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39376 (gst_videoscale_handle_src_event): Resize navigation events
39377 when passing them upstream.
39378 * gst/videotestsrc/gstvideotestsrc.c:
39379 * gst/videotestsrc/gstvideotestsrc.h:
39380 * gst/videotestsrc/videotestsrc.c:
39381 * gst/videotestsrc/videotestsrc.h:
39382 Rewrite many of the buffer painting functions to handle odd
39383 sizes (for many formats, size%4!=0 or size%8!=0). Most have
39384 been verified to work with my video card.
39385 * testsuite/gst-lint: Add check for elements calling
39386 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
39388 2004-01-08 David Schleef <ds@schleef.org>
39390 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
39391 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
39393 2004-01-08 Julien MOUTTE <julien@moutte.net>
39395 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
39396 configure event is not emiting the desired size signal. That fixes
39397 aspect ratio issues with gst-player.
39399 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
39401 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
39404 2004-01-08 Julien MOUTTE <julien@moutte.net>
39406 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
39407 public method to fire size signal.
39409 2004-01-07 Julien MOUTTE <julien@moutte.net>
39411 * examples/gstplay/Makefile.am: Adding the interface library.
39412 * gst-libs/gst/play/Makefile.am: Adding the interface library.
39413 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
39414 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
39415 GST_IS_X_OVERLAY before signal connect.
39416 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
39417 Removing the have_video_size signal.
39418 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
39419 and associated public method.
39420 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39421 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
39423 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39424 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
39426 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
39427 Using XOverlay public method to fire size signal.
39429 2004-01-07 David Schleef <ds@schleef.org>
39431 * gst/videofilter/Makefile.am:
39432 * gst/videofilter/gstvideotemplate.c:
39433 * gst/videofilter/make_filter:
39434 Create gstvideoexample.c in a srcdir!=builddir friendly way.
39435 Convert make_filter to /bin/sh script.
39437 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
39439 * gst/modplug/gstmodplug.cc: fix element description
39441 2004-01-07 Julien MOUTTE <julien@moutte.net>
39443 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39444 (got_video_size): Adding some new lines in g_print calls.
39445 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39446 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
39447 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
39448 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
39449 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
39450 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
39451 Complete code review, reverting some stuff i disagree with, adding
39452 some fixes : time synchronization on invalid timestamps, renegotiation
39454 * sys/ximage/ximagesink.h:
39455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
39456 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
39457 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
39458 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
39459 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
39460 (gst_xvimagesink_buffer_new),
39461 (gst_xvimagesink_navigation_send_event),
39462 (gst_xvimagesink_set_xwindow_id),
39463 (gst_xvimagesink_get_desired_size),
39464 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
39465 stuff i disagree with, adding some fixes : Renegotiation of private
39466 window, implementing get_desired_size.
39468 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
39470 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
39471 (gst_afsink_handle_event):
39472 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
39473 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
39474 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
39475 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
39476 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
39477 Fix for instantiate-test (see core). Also remove dead code from
39478 jpegenc (which still needs fixing, but that's lower on my TODO
39480 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
39481 Never return NULL as caps.
39483 2004-01-07 David Schleef <ds@schleef.org>
39487 * ext/librfb/Makefile.am:
39488 * ext/librfb/gstrfbsrc.c:
39489 New source plugin based on librfb-0.1. RFB (remote framebuffer)
39490 is the protocol used by VNC.
39492 2004-01-07 David Schleef <ds@schleef.org>
39494 * gst/videofilter/gstvideotemplate.c:
39495 * gst/videofilter/gstvideotemplate.h:
39496 * gst/videofilter/make_filter:
39497 Merge videotemplate header into source file.
39498 * gst/effectv/Makefile.am:
39499 * gst/effectv/gsteffectv.c: (plugin_init):
39500 * gst/effectv/gstwarp.c:
39501 Make warpTV a subclass of videofilter.
39503 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
39505 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
39506 Add guard against invalid utf-8 conversions in mad. Just in case.
39508 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
39510 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39511 Fix for bug shown by poisoning
39513 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
39515 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39516 (gst_v4lmjpegsrc_buffer_free):
39517 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
39518 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
39519 (gst_v4lsrc_buffer_free):
39520 Fix for removed bufferpools.
39522 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
39524 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39525 Fix caps negotiation.
39527 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
39528 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
39529 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
39531 * ext/mpeg2dec/gstmpeg2dec.c:
39532 * gst-libs/gst/navigation/navigation.c:
39533 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
39534 * gst-libs/gst/navigation/navigation.h:
39535 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
39536 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
39537 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
39538 Super-simple first version of mouse and keyboard events. Clicking
39539 on a DVD menu now works, although it may not take you where you
39542 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39543 * gst/videotestsrc/gstvideotestsrc.c:
39544 (gst_videotestsrc_src_fixate):
39545 These fixate functions were broken - they never actually
39548 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
39550 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
39551 (gst_icecastsend_init):
39552 fix for new caps system.
39553 * gst-libs/gst/mixer/mixertrack.h:
39554 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
39555 Add 'master track' flag (for tools like ACME that only want to
39556 change the main volume).
39558 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
39560 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
39561 (gst_xvid_csp_to_caps):
39562 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
39563 * ext/xvid/gstxvidenc.c:
39564 ifdef out ARGB type when it isn't available
39565 in xvidcore 1.0.0beta2
39567 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
39569 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39570 When we have received a new SCR right in the first buffer after
39571 a seek (so in the same cycle that handles the discont), we should
39572 handle the buffer instead of unreffing it, else we lose data.
39574 2004-01-06 Iain <iain@prettypeople.org>
39576 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
39577 buffer-frames caps too.
39579 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
39580 caps that we need, don't destroy them all and rebuild them. And when
39581 creating src pads, use the src pad template rather than the sink...
39583 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
39585 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39586 Add pad to element *after* setting functions such as event handler.
39587 Without this, the scheduler (opt) will link pads, set the event
39588 handler from the default event function (dispatcher in gstpad.c)
39589 and *after* that, we will set our own event function, which will
39590 thus never be used (and thus mpegdemux doesn't handle events).
39592 2004-01-04 David Schleef <ds@schleef.org>
39594 Fix the fixate functions to handle new prototype:
39595 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39596 * gst/videotestsrc/gstvideotestsrc.c:
39597 (gst_videotestsrc_src_fixate):
39598 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39599 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
39600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
39602 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
39604 * sys/ximage/ximagesink.h:
39605 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39606 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
39607 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
39608 (gst_ximagesink_xoverlay_init):
39609 assorted fixes to make (re)embedding work
39610 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
39611 (gst_ximagesink_get_desired_size):
39612 implement desired size additions to XOverlay
39614 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
39616 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
39617 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
39618 (gst_x_overlay_got_desired_size):
39619 * gst-libs/gst/xoverlay/xoverlay.h:
39620 Add optional "desired size" signal and querying.
39622 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39624 * gst/matroska/matroska-demux.c:
39625 (gst_matroska_demux_parse_blockgroup):
39626 Fix EBML-laced block parsing. Diffs are relative to previous
39627 lace, not the first lace. Thanks to Mosu from the Matroska
39628 team for detecting this.
39629 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39630 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
39631 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
39632 (gst_wavparse_change_state):
39633 * gst/wavparse/gstwavparse.h:
39634 Quickfix for capsnego.
39636 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39638 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
39639 Fix indenting, fix pad creation.
39641 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39643 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
39644 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
39645 (gst_xviddec_sink_link):
39646 Implement src_getcaps() so proper size caps is negotiated.
39648 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39650 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
39651 Finish flac decoder on EOS. See #116178.
39653 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39655 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
39656 (gst_matroska_demux_add_stream):
39657 * gst/matroska/matroska-ids.h:
39658 Add getcaps() function to fix capsnego...
39660 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
39662 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39663 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
39664 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
39665 Fix more integer overflows. Again, see #126967.
39667 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39669 * ext/mpeg2dec/gstmpeg2dec.c:
39670 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
39673 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39676 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
39677 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
39678 * ext/xvid/gstxvid.h:
39679 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
39680 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
39681 (gst_xviddec_src_link), (gst_xviddec_sink_link),
39682 (gst_xviddec_change_state):
39683 * ext/xvid/gstxviddec.h:
39684 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
39685 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
39686 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
39687 (gst_xvidenc_link), (gst_xvidenc_set_property),
39688 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
39689 * ext/xvid/gstxvidenc.h:
39690 Update xvid plugin to latest xvid (1.0.0-beta3) API.
39692 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39694 * gst/rtp/rtp-packet.c:
39695 Add sys/types.h include, since OS X doesn't define in_addr_t
39696 in netinet/in.h, like it does on Linux (see #129600).
39698 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
39700 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
39702 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
39703 Correct logic of dispose function (see #129306).
39705 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39707 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
39708 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
39709 (gst_mpeg_parse_init):
39710 * gst/mpegstream/gstmpegparse.h:
39711 Remove clock (which was never provided, i.e. dead code), and
39712 also fix integer overflows at high PTS values (see #126967).
39714 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39716 * ext/flac/gstflacdec.c:
39717 * ext/libpng/gstpngenc.h:
39718 * ext/mikmod/gstmikmod.h:
39719 OS X fixes (see #126628).
39721 2004-01-02 David Schleef <ds@schleef.org>
39723 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
39724 (gst_alsa_src_base_init): Remove bogus "src" request pad.
39725 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
39726 (gst_mpeg_parse_class_init): Move pad template registration
39727 to class_init, since the derived class (mpegdemux) doesn't
39730 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
39732 * sys/ximage/Makefile.am:
39733 * sys/xvideo/Makefile.am:
39734 * sys/xvimage/Makefile.am:
39735 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
39736 after installation (see #127664).
39738 2004-01-02 David Schleef <ds@schleef.org>
39740 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
39741 (gst_ffmpegenc_connect): Negotiation fixes.
39742 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
39743 Remove inappropriate gst_caps_free().
39744 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39745 Reenable Ronald's internal resize code, since the core handles
39748 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39750 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
39751 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
39752 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
39753 Fix pad template stuff.
39755 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39757 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
39758 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
39759 fix signed integer reading/writing.
39761 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
39764 Remove outdated document
39766 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
39768 * gst/cutter/gstcutter.c: (gst_cutter_init):
39769 src pad was being created twice - oops.
39771 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39773 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39774 Comment out internal resize. It doesn't handle the resulting
39775 XEvent internally, does another try_set_caps() which leads to
39776 a really nice loop.
39777 Real fix will come when Julien and Dave are awake. ;).
39779 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
39781 * ext/mpeg2enc/gstmpeg2enc.cc:
39782 fix const/nonconst compile issue.
39784 2004-01-02 David Schleef <ds@schleef.org>
39786 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
39787 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
39788 Add fixate function and a check for bad formats.
39790 2004-01-01 David Schleef <ds@schleef.org>
39793 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
39794 (gst_audiofilter_init):
39795 * gst/debug/efence.c: (gst_efence_init):
39796 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
39797 (gst_deinterlace_init):
39798 * gst/volume/gstvolume.c: (volume_connect):
39800 2004-01-01 David Schleef <ds@schleef.org>
39802 Convert elements to use gst_pad_use_explicit_caps() where
39804 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
39805 * ext/audiofile/gstafparse.c: (gst_afparse_init),
39806 (gst_afparse_open_file):
39807 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
39808 (gst_afsrc_open_file):
39809 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
39810 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
39811 (gst_ffmpegdec_chain):
39812 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39813 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
39814 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
39815 (gst_gdk_pixbuf_chain):
39816 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
39817 (gst_jpegdec_chain):
39818 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
39819 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
39820 (gst_mikmod_negotiate):
39821 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
39822 (gst_mpeg2dec_negotiate_format):
39823 * ext/mpeg2enc/gstmpeg2enc.cc:
39824 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
39825 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
39826 (gst_speexdec_sinkconnect):
39827 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
39828 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
39829 (gst_vorbisfile_new_link):
39830 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
39831 (gst_ac3parse_chain):
39832 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
39833 (gst_asf_demux_setup_pad):
39834 * gst/auparse/gstauparse.c: (gst_auparse_init),
39835 (gst_auparse_chain):
39836 * gst/id3/gstid3types.c: (gst_id3types_loop):
39837 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39838 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39839 (mp1videoparse_parse_seq):
39840 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
39842 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39843 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
39844 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
39845 (gst_mpeg_parse_send_data):
39846 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39847 (gst_qtdemux_add_stream):
39848 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39849 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39850 (gst_wavparse_parse_fmt):
39852 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
39855 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
39856 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
39857 it therefore uses the wrong include paths. Too bad... Note
39858 that 1.6.1.93 is not release yet. ;).
39859 Also add a check for mplex, which is now using the lib'ified
39860 mplex from mjpegtools, too.
39861 * ext/ffmpeg/gstffmpegcodecmap.c:
39862 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
39863 issues. I don't think ffmpeg handles 3ivx correctly, so this
39864 probably won't work. But it won't hurt either.
39865 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
39866 (gst_ffmpegdec_chain):
39867 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
39868 (gst_ffmpegenc_chain_audio):
39869 Fix memleak in audio encoding. Close codec if open fails, this
39870 calls the cleanup routines so we can re-use the context.
39871 * ext/mpeg2enc/gstmpeg2enc.cc:
39872 Fix pad template names/types, fix memory issue with getcaps().
39873 * ext/mpeg2enc/gstmpeg2encoder.cc:
39874 * ext/mpeg2enc/gstmpeg2encoder.hh:
39875 Fix compile issue with new caps system (const thingy).
39876 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39877 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
39878 We read a first frame right on initing, so that we have a caps
39879 when we init the output. This caps is cached in padprivate and
39880 read as first frame.
39881 * ext/mplex/Makefile.am:
39882 * ext/mplex/gstmplex.cc:
39883 * ext/mplex/gstmplex.h:
39884 * ext/mplex/gstmplex.hh:
39885 * ext/mplex/gstmplexibitstream.cc:
39886 * ext/mplex/gstmplexibitstream.hh:
39887 * ext/mplex/gstmplexjob.cc:
39888 * ext/mplex/gstmplexjob.hh:
39889 * ext/mplex/gstmplexoutputstream.cc:
39890 * ext/mplex/gstmplexoutputstream.hh:
39891 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
39892 had issues, didn't do capsnego, supported only a subset of the
39893 mplex features and required a mplex fork in our local CVS. Plus
39894 that it worked agaist a very old mplex version. Rewriting was
39895 faster than updating it.
39896 * gst-libs/ext/Makefile.am:
39897 * gst-libs/ext/mplex/INSTRUCT:
39898 * gst-libs/ext/mplex/Makefile.am:
39899 * gst-libs/ext/mplex/README:
39900 * gst-libs/ext/mplex/TODO:
39901 * gst-libs/ext/mplex/ac3strm_in.cc:
39902 * gst-libs/ext/mplex/audiostrm.hh:
39903 * gst-libs/ext/mplex/audiostrm_out.cc:
39904 * gst-libs/ext/mplex/aunit.hh:
39905 * gst-libs/ext/mplex/bits.cc:
39906 * gst-libs/ext/mplex/bits.hh:
39907 * gst-libs/ext/mplex/buffer.cc:
39908 * gst-libs/ext/mplex/buffer.hh:
39909 * gst-libs/ext/mplex/fastintfns.h:
39910 * gst-libs/ext/mplex/format_codes.h:
39911 * gst-libs/ext/mplex/inputstrm.cc:
39912 * gst-libs/ext/mplex/inputstrm.hh:
39913 * gst-libs/ext/mplex/lpcmstrm_in.cc:
39914 * gst-libs/ext/mplex/mjpeg_logging.cc:
39915 * gst-libs/ext/mplex/mjpeg_logging.h:
39916 * gst-libs/ext/mplex/mjpeg_types.h:
39917 * gst-libs/ext/mplex/mpastrm_in.cc:
39918 * gst-libs/ext/mplex/mpegconsts.cc:
39919 * gst-libs/ext/mplex/mpegconsts.h:
39920 * gst-libs/ext/mplex/mplexconsts.hh:
39921 * gst-libs/ext/mplex/multplex.cc:
39922 * gst-libs/ext/mplex/outputstream.hh:
39923 * gst-libs/ext/mplex/padstrm.cc:
39924 * gst-libs/ext/mplex/padstrm.hh:
39925 * gst-libs/ext/mplex/stillsstream.cc:
39926 * gst-libs/ext/mplex/stillsstream.hh:
39927 * gst-libs/ext/mplex/systems.cc:
39928 * gst-libs/ext/mplex/systems.hh:
39929 * gst-libs/ext/mplex/vector.cc:
39930 * gst-libs/ext/mplex/vector.hh:
39931 * gst-libs/ext/mplex/videostrm.hh:
39932 * gst-libs/ext/mplex/videostrm_in.cc:
39933 * gst-libs/ext/mplex/videostrm_out.cc:
39934 * gst-libs/ext/mplex/yuv4mpeg.cc:
39935 * gst-libs/ext/mplex/yuv4mpeg.h:
39936 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
39937 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
39938 We don't fork mjpegtools' mplex in our CVS anymore.
39939 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
39940 (gst_avi_demux_add_stream):
39941 * gst/avi/gstavidemux.h:
39942 Add getcaps() function for proper caps nego. This makes some
39943 parts of AVI playback/reading work.
39944 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39945 Resize window on new capsnego. This is probably wrong, but
39946 I'm still committing it because with current capsnego, the
39947 first successfull capsnego is auto-fixated, therefore rounded
39948 down to the lowest values in the caps. this results in a 16x16
39949 XWindow that is not reized when real capsnego finishes.
39950 Dave, I see more cases of this, do you know a proper solution?
39951 * tools/gst-launch-ext.in:
39952 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
39954 2003-12-31 David Schleef <ds@schleef.org>
39956 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
39957 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
39958 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
39960 2003-12-30 David Schleef <ds@schleef.org>
39962 * ext/ffmpeg/gstffmpegcolorspace.c:
39963 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
39964 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
39965 (gst_ffmpegcsp_chain): Negotiation fixes
39966 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
39967 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
39968 (gst_audio_convert_link), (gst_audio_convert_channels):
39969 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
39970 (gst_audioscale_link), (gst_audioscale_get_buffer),
39971 (gst_audioscale_chain): Negotiation fixes
39972 * gst/audioscale/gstaudioscale.h:
39973 * gst/videofilter/gstvideofilter.c:
39974 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
39975 (gst_videofilter_link), (gst_videofilter_init),
39976 (gst_videofilter_set_output_size), (gst_videofilter_setup),
39977 (gst_videofilter_find_format_by_structure):
39978 * gst/videofilter/gstvideofilter.h: Negotiation fixes
39979 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
39980 (gst_videoscale_link):
39981 * gst/videoscale/videoscale.c: (videoscale_get_structure),
39982 (videoscale_find_by_structure), (gst_videoscale_setup):
39983 * gst/videoscale/videoscale.h: Negotiation fixes
39984 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39985 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
39986 function, restrict resizing to a multiple of 4 (hack until
39987 everyone supports odd sizes correctly).
39989 2003-12-29 Colin Walters <walters@verbum.org>
39991 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
39994 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
39996 * ext/sndfile/gstsf.c: (gst_sf_loop):
39997 Fix warning about discarding const qualifier
39999 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
40001 * gst/cutter/gstcutter.c:
40002 * gst/videoscale/gstvideoscale.c:
40003 * gst/volenv/gstvolenv.c:
40004 * gst-libs/gst/audio/audio.c:
40005 * gst-libs/gst/video/video.c:
40008 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40010 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40011 Don't send ALSA debugging to stderr.
40012 * ext/alsa/gstalsa.h:
40013 Use GST_WARNING instead of g_warning when ALSA functions fail.
40015 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40018 Free XVAdapterInfo correctly.
40020 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40022 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40023 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40024 Make id3tag use correct caps nego.
40026 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
40028 * ext/ivorbis/vorbis.c:
40029 * ext/ivorbis/vorbisenc.h:
40030 * ext/ivorbis/vorbisfile.c:
40031 Modify so that it uses the new caps things
40033 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
40035 * testsuite/spider/spider1.c: (main):
40036 * testsuite/spider/spider2.c: (main):
40037 * testsuite/spider/spider3.c: (main):
40038 Make tests compile again. They probably don't work.
40040 2003-12-24 Colin Walters <walters@verbum.org>
40042 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40043 we can't fixate the caps anymore.
40045 2003-12-23 David Schleef <ds@schleef.org>
40047 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40048 * sys/oss/gstosssink.c: (gst_osssink_init),
40049 (gst_osssink_sink_fixate): Add fixate function.
40051 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
40053 * ext/ffmpeg/gstffmpegcodecmap.c:
40054 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40055 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40056 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40057 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40058 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40059 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40060 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40061 fix typo in RGB masks, and move back to "old" colorspace
40062 capsnego code until whoever wrote this new crap has actually
40063 tested it so that it works.
40064 And yes, this works, keep it that way please.
40066 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
40068 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40069 (gst_divxdec_init), (gst_divxdec_negotiate):
40070 * ext/divx/gstdivxdec.h:
40071 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40072 (gst_divxenc_init):
40073 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40074 (gst_faac_sinkconnect), (gst_faac_srcconnect):
40075 * ext/mpeg2enc/gstmpeg2enc.cc:
40076 * ext/mpeg2enc/gstmpeg2encoder.cc:
40077 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40078 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40079 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40080 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40081 (dxr3spusink_init):
40082 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40083 (dxr3videosink_init):
40084 Fix caps breakage after Dave's caps branch merge.
40086 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
40088 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40089 Fix for 24bpp display.
40091 2003-12-23 Colin Walters <walters@verbum.org>
40093 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40094 a GnomeVFSHandle directly.
40096 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
40098 * gst/volume/Makefile.am:
40099 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40100 (volume_base_init), (volume_init):
40101 Reenable volume element and fix to work with new caps stuff.
40102 Rhythmbox needs this.
40104 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
40106 * gst/qtdemux/qtdemux.c: (plugin_init):
40107 qtdemux requires bytestream
40109 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
40111 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40112 Fix remaining caps handling errors due to CAPS merge.
40114 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
40116 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40117 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40118 (gst_faad_srcconnect):
40119 Port to new caps system.
40121 2003-12-21 Julien MOUTTE <julien@moutte.net>
40123 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40124 (got_video_size), (main): using g_print instead of g_message.
40125 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40126 signal which was not emitted because of "switch" element added to the
40127 bin but not connected. (Removing from the bin temporarily)
40129 2003-12-21 Julien MOUTTE <julien@moutte.net>
40131 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40132 find X development files. I don't understand the previous tests and
40133 they fail on my debian/ppc unstable. This one works.
40134 * examples/gstplay/player.c: (main): Set the pipeline to READY before
40136 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40137 (gst_play_set_video_sink), (gst_play_set_audio_sink),
40138 (gst_play_set_visualization): Add some safety checks in set_ methods
40139 and state_change. This was throwing some ugly CRITICAL messages when
40140 pipeline was getting disposed and casts were failing.
40142 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
40145 Improve mpeg2enc detection. This is for distributions that do
40146 ship mjpegtools, but without mpeg2enc. Also does object check
40147 for might there ever be ABI incompatibility.
40148 * ext/mpeg2enc/gstmpeg2enc.cc:
40149 Add Andrew as second maintainer (he's helping me), and also add
40150 an error if no caps was set. This happens if I pull before capsnego
40151 and that's something I should solve sometime else.
40152 * gst/matroska/matroska-demux.c:
40153 (gst_matroska_demux_parse_blockgroup):
40155 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40156 (gst_matroska_mux_track_header):
40157 Add caps to templates.
40158 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40159 Add mpegversion=1 to prevent confusion with MPEG/AAC.
40160 * gst/mpegstream/gstmpegdemux.c:
40161 Remove layer since it causes warnings about unfixed caps.
40162 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40163 Fix obvious typo (we error out if caps were set, we should of
40164 course error out if *no* caps were set).
40165 * sys/oss/gstosselement.c: (gst_osselement_convert):
40166 Fix format conversion, we confused bits/bytes.
40167 * sys/oss/gstosselement.h:
40168 Improve documentation for 'bps'.
40170 Remove stuff about plugins that need removing - this was done
40172 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40173 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40174 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40175 (gst_v4lsrc_src_query):
40176 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40177 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40178 Add get_query_types(), get_formats() and query() functions.
40180 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
40182 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40183 * moved CVS to freedesktop.org