Skip to content
Snippets Groups Projects
ChangeLog 3.09 MiB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
=== release 0.11.91 ===

2012-05-13  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* configure.ac:
	  releasing 0.11.91, "I smell the blood of an Englishman"

2012-05-13 15:56:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* common:
	  Automatic update of common submodule
	  From dc70203 to 3429ba6

2012-05-09 15:14:55 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/debugutils/rndbuffersize.c:
	  rndbuffersize: only send flush-stop if it was a flushing seek

2012-05-09 12:54:11 +0200  Peter Seiderer <ps.report@gmx.net>

	* sys/v4l2/v4l2_calls.c:
	  v4l2src: fix v4l2_std_id logging
	  input.std is of type v4l2_std_id which is defined as 64-bit unsigned integer.
	  Casting to uint means the higher bits, wich are used for the private video
	  standards of the TI video capture/display driver for example, are lost.

2012-05-09 12:24:37 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/debugutils/rndbuffersize.c:
	  rndbuffersize: must send flush-stop after acquiring the stream lock
	  Otherwise the streaming thread might just keep on going and we
	  might never get the stream lock.

2012-05-09 11:15:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/debugutils/rndbuffersize.c:
	  rndbuffersize: port seeking code to 0.11

2012-05-08 19:07:04 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/debugutils/rndbuffersize.c:
	  rndbuffersize: add support for seeks
	  Useful for e.g. filesrc ! rndbuffersize ! queue2 ! ...

2012-05-08 18:45:34 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/debugutils/rndbuffersize.c:
	  rndbuffersize: send SEGMENT event before pushing buffers
	  Conflicts:
	  gst/debugutils/rndbuffersize.c

2012-05-09 11:15:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/interleave/interleave.c:
	  interleave: fix compilation again

2012-01-13 10:49:43 +0100  Pascal Buhler <pabuhler@cisco.com>

	* gst/rtpmanager/rtpsession.c:
	  rtpsession: creation should be signaled before validation
	  https://bugzilla.gnome.org/show_bug.cgi?id=667850

2012-05-04 15:20:47 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>

	* ext/jpeg/gstjpegenc.c:
	  jpegenc: do not proxy our filter caps downstream on caps queries
	  Downstream likely won't accept video/x-raw and the caps query
	  will return EMPTY caps. Instead, create a copy of the caps that
	  has all structure names replaced by 'image/jpeg'
	  Simple pipeline that shows the problem:
	  gst-launch-1.0 videotestsrc num-buffers=1 ! "video/x-raw, \
	  width=(int)640, height=(int)480" ! videoscale ! jpegenc ! \
	  "image/jpeg, width=(int)800, height=(int)600" ! filesink \
	  location=/tmp/image.jpg

2012-05-02 21:17:43 +0200  Alban Browaeys <prahal@yahoo.com>

	* gst/isomp4/qtdemux.c:
	  isomp4: set layout=interleaved on raw audio caps
	  This fixes a not-negotiated error at least on mov files with
	  twos audio with two channels and video dvcp. As playbin and gst-launch
	  sample coming from the qtdemux.c file uses audioconvert and the latter
	  require format interleaved.
	  https://bugzilla.gnome.org/show_bug.cgi?id=675326

2012-05-02 21:49:56 +0400  Руслан Ижбулатов <lrn1986@gmail.com>

	* sys/waveform/Makefile.am:
	  waveform: No more gstinterfaces
	  Fixes #675319

2012-05-02 20:14:24 +0400  Руслан Ижбулатов <lrn1986@gmail.com>

	* sys/directsound/Makefile.am:
	  directsound: No more gstinterfaces
	  Fixes #675319

2012-05-01 18:58:03 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/videomixer/videomixer2.c:
	* gst/videomixer/videomixer2.h:
	  videomixer: change sink pad template name from sink_%d to sink_%u

2012-04-30 11:00:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/interleave/interleave.c:
	  interleave: handle EOS on all pads
	  When all pads go to EOS immediately, we are not negotiated and our collected
	  function is called (without any available data). Handle this case gracefully.
	  Conflicts:
	  gst/interleave/interleave.c

2012-04-30 10:59:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/interleave/interleave.c:
	  interleave: improve debugging

2012-05-01 13:31:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* sys/v4l2/gstv4l2src.c:
	  v4l2src: Update for basesrc API changes

2012-04-30 23:57:28 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/alpha/gstalpha.c:
	  alpha: don't set up stuff before the input and output formats are known
	  Fixes crash on startup.

2012-04-30 14:09:23 +0200  Peter Seiderer <ps.report@gmx.net>

	* gst/multifile/gstmultifilesink.c:
	  multifilesink: don't write stream header twice for first file

2012-04-30 13:32:41 +0200  Peter Seiderer <ps.report@gmx.net>

	* gst/multifile/gstmultifilesink.c:
	  multifilesink: fix buffer list size calculation in render_list
	  Fix uninitialized 'size' variable in call to gst_buffer_list_foreach().

2012-04-30 21:58:00 +0100  Luis de Bethencourt <luis@debethencourt.com>

	* gst/multifile/gstmultifilesrc.c:
	  multifile: unnecessary size check

2012-04-30 21:30:56 +0100  Luis de Bethencourt <luis@debethencourt.com>

	* gst/avi/gstavidemux.c:
	  avi: fix build errors
	  fix redundant declarations
	  and also style/indent issues

2012-04-26 12:47:27 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>

	* gst/matroska/matroska-demux.c:
	* gst/matroska/matroska-parse.c:
	* gst/matroska/matroska-read-common.c:
	* gst/matroska/matroska-read-common.h:
	  matroska: implement forward snapping keyframe seeking
	  Requires an index.

2012-04-26 12:46:11 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>

	* gst/avi/gstavidemux.c:
	  avi: implement forward snapping keyframe seeking
	  In pull mode with an index.

2012-04-28 23:14:24 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* tests/check/elements/matroskamux.c:
	  tests: fix matroskamux unit test after media type changes

2012-04-28 19:57:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/matroska/matroska-demux.c:
	* gst/matroska/matroska-mux.c:
	* gst/matroska/matroska-parse.c:
	* gst/matroska/webm-mux.c:
	  matroska: update for media type changes

2012-04-24 16:08:47 +0200  idc-dragon <idc-dragon at gmx.de>

	* gst/rtp/gstrtpceltdepay.c:
	  celtdepay: calculate size correctly
	  The summation was done wrong, causing the de-payloader to exit its loop too
	  early, before all frames are processed.
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674472

2012-04-24 15:57:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* ext/pulse/pulsesink.c:
	  pulsesink: improve debug

2012-04-24 15:34:57 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* ext/pulse/pulsesink.c:
	  pulsesink: start unmuted when requested
	  When we explicitely set the mute property to FALSE, connect to pulseaudio with
	  the PA_STREAM_START_UNMUTED flag set, otherwise pulseaudio will use its
	  previously used value (which might start the stream muted).
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672401

2012-04-25 09:41:46 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2src.c:
	  v4l2: improve timestamp code
	  Sample the pipeline clock and device clock closer to eachother to reduce jitter.
	  Don't subtract the frame duration from the timestamp when we can use the device
	  timestamps.
	  Assume a delay of 1 frame in read-write mode.

2012-04-24 12:37:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2bufferpool.c:
	* sys/v4l2/gstv4l2src.c:
	  v4l2: use driver timestamps
	  Use the drive timestamps for timestamping outgoing buffers.

2012-04-23 18:01:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2bufferpool.c:
	* sys/v4l2/gstv4l2bufferpool.h:
	* sys/v4l2/gstv4l2src.c:
	  v4l2: Improve buffer management
	  Query the amount of available buffers when doing set_config(). This allows us to
	  configure the parent bufferpool with the number of buffers to preallocate.
	  Keep track of the provided allocator and use it when we need to allocate a
	  buffer in RW mode.
	  When we are can not allocate the requested max_buffers amount of buffers, make
	  sure we keep 2 buffers around in the pool and copy them into an output buffer.
	  This makes sure that we always have a buffer to capture into. We also need to
	  detect those copied buffers and unref them when they return to the pool.

2012-04-23 16:51:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2bufferpool.c:
	  v4l2: free the queued buffers
	  Only free the queued buffers that we keep track of in our buffer array. for rw
	  io-mode, we do allocate buffers but we don't keep track of them in the buffer
	  array.

2012-04-23 16:10:17 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2bufferpool.c:
	  v4l2: mark memory as no-share
	  We don't support sharing our mmapped memory so mark it as NO_SHARE.

2012-04-23 16:09:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/v4l2src_calls.c:
	  v4l2: remove old unused file

2012-04-23 13:32:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/v4l2src_calls.c:
	  v4l2: remove unused function

2012-04-11 12:42:17 +0100  Bastien Nocera <hadess@hadess.net>

	* ext/soup/gstsouphttpsrc.c:
	  soup: Handle icy and icyx URI schemes
	  As handled by QuickTime (for icy), and Orban/Coding Technologies
	  AAC/aacPlus Player (for icyx). See also:
	  https://bugzilla.gnome.org/show_bug.cgi?id=394207
	  https://bugzilla.gnome.org/show_bug.cgi?id=403285
	  https://bugzilla.gnome.org/show_bug.cgi?id=673899

2012-04-23 10:03:19 +0300  Mart Raudsepp <mart.raudsepp@collabora.com>

	* sys/v4l2/gstv4l2src.c:
	  docs: Add Since tag for new GstV4l2Src::prepare-format signal

2012-04-23 10:07:12 +0200  Chris Pankow <kain2396@gmail.com>

	* gst/audiofx/audiofxbasefirfilter.c:
	  audiofxbasefirfilter: Fix time-domain convolution for multichannel input
	  Fixes bug #674025.

2012-04-21 11:08:51 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* po/POTFILES.in:
	  po: remove some more non-existent files from the list

2012-04-21 10:05:45 +0400  Руслан Ижбулатов <lrn1986@gmail.com>

	* po/POTFILES.in:
	  po: Remove non-existent potfiles from the list
	  Fixes #674518

2012-04-20 18:13:15 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* tests/icles/test-oss4.c:
	  tests: oss4: limit test scope

2012-04-20 18:13:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* configure.ac:
	* docs/plugins/Makefile.am:
	* docs/plugins/gst-plugins-good-plugins-docs.sgml:
	* docs/plugins/gst-plugins-good-plugins-sections.txt:
	* sys/oss4/Makefile.am:
	* sys/oss4/oss4-audio.c:
	* sys/oss4/oss4-audio.h:
	* sys/oss4/oss4-mixer-enum.c:
	* sys/oss4/oss4-mixer-enum.h:
	* sys/oss4/oss4-mixer-slider.c:
	* sys/oss4/oss4-mixer-slider.h:
	* sys/oss4/oss4-mixer-switch.c:
	* sys/oss4/oss4-mixer-switch.h:
	* sys/oss4/oss4-mixer.c:
	* sys/oss4/oss4-mixer.h:
	* sys/oss4/oss4-property-probe.c:
	* sys/oss4/oss4-property-probe.h:
	* sys/oss4/oss4-sink.c:
	* sys/oss4/oss4-sink.h:
	* sys/oss4/oss4-source.c:
	* sys/oss4/oss4-source.h:
	  oss4: port to 0.11

2012-04-20 18:12:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* configure.ac:
	* docs/plugins/Makefile.am:
	* docs/plugins/gst-plugins-good-plugins-docs.sgml:
	* docs/plugins/gst-plugins-good-plugins-sections.txt:
	* sys/oss/Makefile.am:
	* sys/oss/gstossaudio.c:
	* sys/oss/gstosshelper.c:
	* sys/oss/gstosshelper.h:
	* sys/oss/gstossmixer.c:
	* sys/oss/gstossmixer.h:
	* sys/oss/gstossmixerelement.c:
	* sys/oss/gstossmixerelement.h:
	* sys/oss/gstossmixertrack.c:
	* sys/oss/gstossmixertrack.h:
	* sys/oss/gstosssink.c:
	* sys/oss/gstosssrc.c:
	* sys/oss/gstosssrc.h:
	  oss: port to 0.11

2012-04-20 16:49:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/multipart/multipartdemux.c:
	  multipartdemux: first activate pad then set caps

2012-04-20 13:35:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/matroska/matroska-mux.c:
	  matroskamux: set caps on srcpad
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674219

2012-04-19 14:16:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2bufferpool.c:
	  v4l2: update for video api change

2012-04-19 12:38:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>

	* sys/v4l2/gstv4l2object.c:
	  v4l2: fix compilation on older v4l2
	  Fix compilation on systems where the H264 format is not defined.

2012-04-19 12:20:59 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* ext/dv/gstdvdec.c:
	* ext/raw1394/Makefile.am:
	* gst/rtp/gstrtpvrawpay.c:
	* gst/y4m/gsty4mencode.c:
	* sys/v4l2/gstv4l2bufferpool.c:
	* sys/v4l2/gstv4l2object.c:
	  video: Update for libgstvideo API changes

2012-04-19 08:27:01 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>

	* sys/v4l2/gstv4l2object.c:
	* sys/v4l2/v4l2src_calls.c:
	  v4l2src: Allow mpeg-ts cameras to negociate format
	  This removes an ugly hack until the reason for the hack can be documented

2012-04-19 09:50:25 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* sys/v4l2/gstv4l2object.c:
	  v4l2src: Fix merge

2012-04-19 09:40:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* sys/v4l2/gstv4l2src.c:
	* sys/v4l2/v4l2src_calls.c:
	  v4l2src: Rename pre-set-format signal to prepare-format

2012-04-16 22:08:21 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>

	* sys/v4l2/gstv4l2object.c:
	  v4l2src: Add H264 encoded stream support to the caps
	  This is not enough to properly support H264 cameras, but it will
	  allow an H264 stream to be generated by v4l2src using the default
	  settings of the camera. If used with the pre-set-format signal, the
	  H264 encoder can be fully configured.
	  Conflicts:
	  sys/v4l2/gstv4l2object.c

2012-04-16 22:06:21 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>

	* sys/v4l2/.gitignore:
	* sys/v4l2/gstv4l2-marshal.list:
	* sys/v4l2/gstv4l2src.c:
	* sys/v4l2/v4l2src_calls.c:
	  v4l2src: Adding a pre-set-format signal
	  In order to support UVC H264 encoding cameras, an H264 Probe&Commit
	  must happen before the normal v4l2 set-format. This new signal is
	  meant to allow an external application or bin to do it.
	  It also serves to expose the file descriptor used by v4l2src in case
	  some custom ioctls need to be called.
	  Conflicts:
	  sys/v4l2/Makefile.am
	  sys/v4l2/gstv4l2src.c
	  sys/v4l2/v4l2src_calls.c

2012-04-18 17:09:45 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* configure.ac:
	* ext/raw1394/gst1394probe.c:
	* ext/raw1394/gst1394probe.h:
	* ext/raw1394/gstdv1394src.c:
	* ext/raw1394/gsthdv1394src.c:
	  dv1394: port to 0.11

2012-04-17 15:14:27 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* ext/cairo/gsttextoverlay.c:
	* ext/cairo/gsttextoverlay.h:
	* gst/avi/gstavimux.c:
	* gst/avi/gstavimux.h:
	* gst/flv/gstflvmux.c:
	* gst/flv/gstflvmux.h:
	* gst/interleave/interleave.c:
	* gst/interleave/interleave.h:
	* gst/isomp4/gstqtmux.c:
	* gst/isomp4/gstqtmux.h:
	* gst/matroska/matroska-mux.c:
	* gst/matroska/matroska-mux.h:
	* gst/multipart/multipartmux.c:
	* gst/multipart/multipartmux.h:
	* gst/smpte/gstsmpte.c:
	* gst/smpte/gstsmpte.h:
	* gst/videomixer/videomixer2.c:
	* gst/videomixer/videomixer2.h:
	* gst/videomixer/videomixer2pad.h:
	  collectpads2: rename to collectpads

2012-04-16 16:37:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/avi/gstavimux.c:
	* gst/flv/gstflvmux.c:
	* gst/interleave/interleave.c:
	* gst/isomp4/gstqtmux.c:
	* gst/matroska/matroska-mux.c:
	* gst/smpte/gstsmpte.c:
	* gst/videomixer/videomixer2.c:
	  misc: chain up to collectpads event handler

2012-04-16 09:09:11 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* common:
	  Automatic update of common submodule
	  From 6db25be to dc70203

2012-04-15 22:49:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* ext/shout2/gstshout2.c:
	  shout2: update for ogg media type changes

2012-04-13 16:54:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/smpte/gstsmpte.c:
	* gst/smpte/gstsmpte.h:
	  smpte: use some more boilerplate

2012-04-13 16:54:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/flx/gstflxdec.c:
	  flxdec: improve segment handling
	  ... to send a proper TIME segment downstream.

2012-04-13 16:54:46 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* configure.ac:
	* gst/flx/gstflxdec.c:
	* gst/flx/gstflxdec.h:
	  flxdec: port to 0.11

2012-04-13 16:54:42 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/videobox/gstvideobox.c:
	* gst/videobox/gstvideobox.h:
	  videobox: adjust to deprecated GMutex setup

2012-04-13 16:54:38 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* configure.ac:
	* gst/videobox/gstvideobox.c:
	* gst/videobox/gstvideobox.h:
	  videobox: port to 0.11

2012-04-13 16:54:31 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/alpha/gstalpha.c:
	* gst/alpha/gstalphacolor.c:
	* gst/smpte/gstsmptealpha.c:
	  alpha, smpte: adjust to removed color-matrix caps field

2012-04-13 16:27:34 +0200  Víctor Manuel Jáquez Leal <vjaquez@igalia.com>

	* sys/v4l2/Makefile.am:
	  v4l2: ensure autogenerated files are created
	  The tuner marshal and enumtypes are autogenerated, and they need
	  to be created before the compilation of gstv4l2tuner.c
	  This patch adds the automake instruction for ensuring the
	  autogeneration of those files previous the compilation.

2012-04-13 13:41:44 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* autogen.sh:
	* configure.ac:
	  configure: Modernize autotools setup a bit
	  Also we now only create tar.bz2 and tar.xz tarballs.

2012-04-13 13:37:10 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* common:
	  Automatic update of common submodule
	  From 464fe15 to 6db25be

2012-04-13 13:04:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* docs/plugins/Makefile.am:
	* ext/pulse/Makefile.am:
	* ext/pulse/plugin.c:
	* ext/pulse/pulsemixer.c:
	* ext/pulse/pulsemixer.h:
	* ext/pulse/pulsemixerctrl.c:
	* ext/pulse/pulsemixerctrl.h:
	* ext/pulse/pulsemixertrack.c:
	* ext/pulse/pulsemixertrack.h:
	* ext/pulse/pulsesink.c:
	* ext/pulse/pulsesrc.c:
	* ext/pulse/pulsesrc.h:
	* gst/rtsp/Makefile.am:
	* sys/v4l2/Makefile.am:
	* sys/v4l2/gstv4l2tuner.h:
	* sys/v4l2/gstv4l2videooverlay.c:
	* sys/v4l2/gstv4l2videooverlay.h:
	* sys/v4l2/tuner-marshal.list:
	* sys/v4l2/tuner.c:
	* sys/v4l2/tuner.h:
	* sys/v4l2/tunerchannel.c:
	* sys/v4l2/tunerchannel.h:
	* sys/v4l2/tunernorm.c:
	* sys/v4l2/tunernorm.h:
	* tests/check/Makefile.am:
	* tests/examples/pulse/Makefile.am:
	* tests/icles/Makefile.am:
	* tests/icles/v4l2src-test.c:
	  Update everything for the removal of the interface library and mixer/tuner interfaces

2012-04-12 15:50:16 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/rtp/gstrtpmparobustdepay.c:
	  rtp: Use unchecked variant of GstByteWriter where applicable
	  The size was checked before

2012-04-12 15:49:44 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/matroska/ebml-read.c:
	* gst/matroska/ebml-write.c:
	* gst/matroska/matroska-demux.c:
	  matroska: Check return value of GstByteReader/Writer

2012-04-12 15:48:57 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/isomp4/atoms.c:
	* gst/isomp4/qtdemux.c:
	* gst/isomp4/qtdemux_dump.c:
	  isomp4: Check return value of GstByteWriter
	  And use unchecked variant of GstByteReader where applicable

2012-04-12 15:48:00 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/flv/gstflvdemux.c:
	  flvdemux: Use unchecked variant of GstByteReader
	  We know there's at least 7 bytes (checked above)

2012-04-12 15:47:49 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/avi/gstavimux.c:
	  avi: Check return value of GstByteWriter

2012-04-12 15:47:24 +0200  Edward Hervey <edward.hervey@collabora.co.uk>

	* gst/audioparsers/gstaacparse.c:
	* gst/audioparsers/gstflacparse.c:
	* gst/audioparsers/gstwavpackparse.c:
	  audioparsers: Check return value of GstBitReader/GstByteReader

2012-04-12 11:57:59 +0100  uraeus <uraeus@gnome.org>

	* gst-plugins-good.spec.in:
	  Add interleave plugin to spec file

2012-04-12 11:19:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* configure.ac:
	  Back to development

=== release 0.11.90 ===

2012-04-12 10:27:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
	* ChangeLog:
	* NEWS:
	* RELEASE:
	* configure.ac:
	* docs/plugins/gst-plugins-good-plugins.hierarchy:
	* docs/plugins/gst-plugins-good-plugins.interfaces:
	* docs/plugins/gst-plugins-good-plugins.prerequisites:
	* docs/plugins/inspect/plugin-aasink.xml:
	* docs/plugins/inspect/plugin-alaw.xml:
	* docs/plugins/inspect/plugin-alpha.xml:
	* docs/plugins/inspect/plugin-alphacolor.xml:
	* docs/plugins/inspect/plugin-annodex.xml:
	* docs/plugins/inspect/plugin-apetag.xml:
	* docs/plugins/inspect/plugin-audiofx.xml:
	* docs/plugins/inspect/plugin-audioparsers.xml:
	* docs/plugins/inspect/plugin-auparse.xml:
	* docs/plugins/inspect/plugin-autodetect.xml:
	* docs/plugins/inspect/plugin-avi.xml:
	* docs/plugins/inspect/plugin-cacasink.xml:
	* docs/plugins/inspect/plugin-cutter.xml:
	* docs/plugins/inspect/plugin-debug.xml:
	* docs/plugins/inspect/plugin-dv.xml:
	* docs/plugins/inspect/plugin-effectv.xml:
	* docs/plugins/inspect/plugin-equalizer.xml:
	* docs/plugins/inspect/plugin-flac.xml:
	* docs/plugins/inspect/plugin-flv.xml:
	* docs/plugins/inspect/plugin-goom.xml:
	* docs/plugins/inspect/plugin-goom2k1.xml:
	* docs/plugins/inspect/plugin-icydemux.xml:
	* docs/plugins/inspect/plugin-id3demux.xml:
	* docs/plugins/inspect/plugin-imagefreeze.xml:
	* docs/plugins/inspect/plugin-interleave.xml:
	* docs/plugins/inspect/plugin-isomp4.xml:
	* docs/plugins/inspect/plugin-jack.xml:
	* docs/plugins/inspect/plugin-jpeg.xml:
	* docs/plugins/inspect/plugin-level.xml:
	* docs/plugins/inspect/plugin-matroska.xml:
	* docs/plugins/inspect/plugin-mulaw.xml:
	* docs/plugins/inspect/plugin-multifile.xml:
	* docs/plugins/inspect/plugin-multipart.xml:
	* docs/plugins/inspect/plugin-navigationtest.xml:
	* docs/plugins/inspect/plugin-png.xml:
	* docs/plugins/inspect/plugin-pulseaudio.xml:
	* docs/plugins/inspect/plugin-replaygain.xml:
	* docs/plugins/inspect/plugin-rtp.xml:
	* docs/plugins/inspect/plugin-rtpmanager.xml:
	* docs/plugins/inspect/plugin-rtsp.xml:
	* docs/plugins/inspect/plugin-shapewipe.xml:
	* docs/plugins/inspect/plugin-shout2send.xml:
	* docs/plugins/inspect/plugin-smpte.xml:
	* docs/plugins/inspect/plugin-soup.xml:
	* docs/plugins/inspect/plugin-spectrum.xml:
	* docs/plugins/inspect/plugin-speex.xml:
	* docs/plugins/inspect/plugin-taglib.xml:
	* docs/plugins/inspect/plugin-udp.xml:
	* docs/plugins/inspect/plugin-video4linux2.xml:
	* docs/plugins/inspect/plugin-videocrop.xml:
	* docs/plugins/inspect/plugin-videofilter.xml:
	* docs/plugins/inspect/plugin-videomixer.xml:
	* docs/plugins/inspect/plugin-wavenc.xml:
	* docs/plugins/inspect/plugin-wavpack.xml:
	* docs/plugins/inspect/plugin-wavparse.xml:
	* docs/plugins/inspect/plugin-ximagesrc.xml:
	* docs/plugins/inspect/plugin-y4menc.xml:
	* gst-plugins-good.doap:
	* gst/deinterlace/tvtime-dist.c:
	* gst/videobox/gstvideoboxorc-dist.c:
	* gst/videomixer/blendorc-dist.c:
	* win32/common/config.h:
	  Release 0.11.90

2012-04-12 10:26:52 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>

	* po/af.po:
	* po/az.po:
	* po/bg.po:
	* po/ca.po:
	* po/cs.po:
	* po/da.po:
	* po/de.po:
	* po/el.po:
	* po/en_GB.po:
	* po/eo.po:
	* po/es.po:
	* po/eu.po:
	* po/fi.po:
	* po/fr.po:
	* po/gl.po:
	* po/hu.po:
	* po/id.po:
	* po/it.po:
	* po/ja.po:
	* po/lt.po:
	* po/lv.po:
	* po/mt.po:
	* po/nb.po:
	* po/nl.po:
	* po/or.po:
	* po/pl.po:
	* po/pt_BR.po:
	* po/ro.po:
	* po/ru.po:
	* po/sk.po:
	* po/sl.po:
	* po/sq.po:
	* po/sr.po:
	* po/sv.po:
	* po/tr.po:
	* po/uk.po:
	* po/vi.po:
	* po/zh_CN.po:
	* po/zh_HK.po:
	* po/zh_TW.po:
	  Update .po files

2012-04-11 00:19:30 +0400  Руслан Ижбулатов <lrn1986@gmail.com>

	* ext/jpeg/gstjpegenc.c:
	  Fix format string
	  Fixes #673859

2012-04-11 00:19:16 +0400  Руслан Ижбулатов <lrn1986@gmail.com>

	* sys/waveform/gstwaveformsink.c:
	  Remove unused variable
	  Fixes #673859

2012-04-10 11:57:53 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	  Merge remote-tracking branch 'origin/0.10'
	  Conflicts:
	  gst/flv/gstflvdemux.c
	  gst/matroska/matroska-demux.c

2012-04-10 11:37:48 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* gst/matroska/matroska-demux.c:
	  matroskademux: some more segment handling tweaking

2012-04-10 00:51:41 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* ext/aalib/gstaasink.c:
	* ext/annodex/gstcmmldec.c:
	* ext/annodex/gstcmmlenc.c:
	* ext/cairo/gstcairooverlay.c:
	* ext/cairo/gstcairorender.c:
	* ext/cairo/gsttextoverlay.c:
	* ext/cairo/gsttimeoverlay.c:
	* ext/dv/gstdvdec.c:
	* ext/dv/gstdvdemux.c:
	* ext/flac/gstflacdec.c:
	* ext/flac/gstflacenc.c:
	* ext/flac/gstflactag.c:
	* ext/gdk_pixbuf/gstgdkpixbuf.c:
	* ext/gdk_pixbuf/gstgdkpixbufoverlay.c:
	* ext/gdk_pixbuf/gstgdkpixbufsink.c:
	* ext/gdk_pixbuf/pixbufscale.c:
	* ext/jack/gstjackaudiosink.c:
	* ext/jack/gstjackaudiosrc.c:
	* ext/jpeg/gstjpegdec.c:
	* ext/jpeg/gstjpegenc.c:
	* ext/jpeg/gstsmokedec.c:
	* ext/jpeg/gstsmokeenc.c:
	* ext/libcaca/gstcacasink.c:
	* ext/libmng/gstmngdec.c:
	* ext/libmng/gstmngenc.c:
	* ext/libpng/gstpngdec.c:
	* ext/libpng/gstpngenc.c:
	* ext/mikmod/gstmikmod.c:
	* ext/pulse/pulsemixer.c:
	* ext/pulse/pulsesink.c:
	* ext/pulse/pulsesrc.c:
	* ext/raw1394/gstdv1394src.c:
	* ext/raw1394/gsthdv1394src.c:
	* ext/shout2/gstshout2.c:
	* ext/soup/gstsouphttpclientsink.c:
	* ext/soup/gstsouphttpsrc.c:
	* ext/speex/gstspeexdec.c:
	* ext/speex/gstspeexenc.c:
	* ext/taglib/gstapev2mux.cc:
	* ext/taglib/gstid3v2mux.cc:
	* ext/wavpack/gstwavpackdec.c:
	* ext/wavpack/gstwavpackenc.c:
	* gst/alpha/gstalpha.c:
	* gst/alpha/gstalphacolor.c:
	* gst/apetag/gstapedemux.c:
	* gst/audiofx/audioamplify.c:
	* gst/audiofx/audiochebband.c:
	* gst/audiofx/audiocheblimit.c:
	* gst/audiofx/audiodynamic.c:
	* gst/audiofx/audioecho.c:
	* gst/audiofx/audiofirfilter.c:
	* gst/audiofx/audioiirfilter.c:
	* gst/audiofx/audioinvert.c:
	* gst/audiofx/audiokaraoke.c:
	* gst/audiofx/audiopanorama.c:
	* gst/audiofx/audiowsincband.c:
	* gst/audiofx/audiowsinclimit.c:
	* gst/audioparsers/gstaacparse.c:
	* gst/audioparsers/gstac3parse.c:
	* gst/audioparsers/gstamrparse.c:
	* gst/audioparsers/gstdcaparse.c:
	* gst/audioparsers/gstflacparse.c:
	* gst/audioparsers/gstmpegaudioparse.c:
	* gst/audioparsers/gstwavpackparse.c:
	* gst/auparse/gstauparse.c:
	* gst/autodetect/gstautoaudiosink.c:
	* gst/autodetect/gstautoaudiosrc.c:
	* gst/autodetect/gstautovideosink.c:
	* gst/autodetect/gstautovideosrc.c:
	* gst/avi/gstavidemux.c:
	* gst/avi/gstavimux.c:
	* gst/avi/gstavisubtitle.c:
	* gst/cutter/gstcutter.c:
	* gst/debugutils/breakmydata.c:
	* gst/debugutils/cpureport.c:
	* gst/debugutils/gstcapsdebug.c:
	* gst/debugutils/gstcapssetter.c:
	* gst/debugutils/gstnavigationtest.c:
	* gst/debugutils/gstnavseek.c:
	* gst/debugutils/gstpushfilesrc.c:
	* gst/debugutils/gsttaginject.c:
	* gst/debugutils/progressreport.c:
	* gst/debugutils/rndbuffersize.c:
	* gst/debugutils/testplugin.c:
	* gst/deinterlace/gstdeinterlace.c:
	* gst/effectv/gstaging.c:
	* gst/effectv/gstdice.c:
	* gst/effectv/gstedge.c:
	* gst/effectv/gstop.c:
	* gst/effectv/gstquark.c:
	* gst/effectv/gstradioac.c:
	* gst/effectv/gstrev.c:
	* gst/effectv/gstripple.c:
	* gst/effectv/gstshagadelic.c:
	* gst/effectv/gststreak.c:
	* gst/effectv/gstvertigo.c:
	* gst/effectv/gstwarp.c:
	* gst/equalizer/gstiirequalizer10bands.c:
	* gst/equalizer/gstiirequalizer3bands.c:
	* gst/equalizer/gstiirequalizernbands.c:
	* gst/flv/gstflvdemux.c:
	* gst/flv/gstflvmux.c:
	* gst/flx/gstflxdec.c:
	* gst/goom/gstgoom.c:
	* gst/goom2k1/gstgoom.c:
	* gst/icydemux/gsticydemux.c:
	* gst/id3demux/gstid3demux.c:
	* gst/imagefreeze/gstimagefreeze.c:
	* gst/interleave/deinterleave.c:
	* gst/interleave/interleave.c:
	* gst/isomp4/gstqtmoovrecover.c:
	* gst/isomp4/gstqtmux.c:
	* gst/isomp4/gstrtpxqtdepay.c:
	* gst/isomp4/qtdemux.c:
	* gst/law/alaw-decode.c:
	* gst/law/alaw-encode.c:
	* gst/law/mulaw-decode.c:
	* gst/law/mulaw-encode.c:
	* gst/level/gstlevel.c:
	* gst/matroska/matroska-demux.c:
	* gst/matroska/matroska-mux.c:
	* gst/matroska/matroska-parse.c:
	* gst/matroska/webm-mux.c:
	* gst/median/gstmedian.c:
	* gst/monoscope/gstmonoscope.c:
	* gst/multifile/gstmultifilesink.c:
	* gst/multifile/gstmultifilesrc.c:
	* gst/multifile/gstsplitfilesrc.c:
	* gst/multipart/multipartdemux.c:
	* gst/multipart/multipartmux.c:
	* gst/replaygain/gstrganalysis.c:
	* gst/replaygain/gstrglimiter.c:
	* gst/replaygain/gstrgvolume.c:
	* gst/rtp/gstasteriskh263.c:
	* gst/rtp/gstrtpL16depay.c:
	* gst/rtp/gstrtpL16pay.c:
	* gst/rtp/gstrtpac3depay.c:
	* gst/rtp/gstrtpac3pay.c:
	* gst/rtp/gstrtpamrdepay.c:
	* gst/rtp/gstrtpamrpay.c:
	* gst/rtp/gstrtpbvdepay.c:
	* gst/rtp/gstrtpbvpay.c:
	* gst/rtp/gstrtpceltdepay.c:
	* gst/rtp/gstrtpceltpay.c:
	* gst/rtp/gstrtpdvdepay.c:
	* gst/rtp/gstrtpdvpay.c:
	* gst/rtp/gstrtpg722depay.c:
	* gst/rtp/gstrtpg722pay.c:
	* gst/rtp/gstrtpg723depay.c:
	* gst/rtp/gstrtpg723pay.c:
	* gst/rtp/gstrtpg726depay.c:
	* gst/rtp/gstrtpg726pay.c:
	* gst/rtp/gstrtpg729depay.c:
	* gst/rtp/gstrtpg729pay.c:
	* gst/rtp/gstrtpgsmdepay.c:
	* gst/rtp/gstrtpgsmpay.c:
	* gst/rtp/gstrtpgstdepay.c:
	* gst/rtp/gstrtpgstpay.c:
	* gst/rtp/gstrtph263depay.c:
	* gst/rtp/gstrtph263pay.c:
	* gst/rtp/gstrtph263pdepay.c:
	* gst/rtp/gstrtph263ppay.c:
	* gst/rtp/gstrtph264depay.c:
	* gst/rtp/gstrtph264pay.c:
	* gst/rtp/gstrtpilbcdepay.c:
	* gst/rtp/gstrtpilbcpay.c:
	* gst/rtp/gstrtpj2kdepay.c:
	* gst/rtp/gstrtpj2kpay.c:
	* gst/rtp/gstrtpjpegdepay.c:
	* gst/rtp/gstrtpjpegpay.c:
	* gst/rtp/gstrtpmp1sdepay.c:
	* gst/rtp/gstrtpmp2tdepay.c:
	* gst/rtp/gstrtpmp2tpay.c:
	* gst/rtp/gstrtpmp4adepay.c:
	* gst/rtp/gstrtpmp4apay.c:
	* gst/rtp/gstrtpmp4gdepay.c:
	* gst/rtp/gstrtpmp4gpay.c:
	* gst/rtp/gstrtpmp4vdepay.c:
	* gst/rtp/gstrtpmp4vpay.c:
	* gst/rtp/gstrtpmpadepay.c:
	* gst/rtp/gstrtpmpapay.c:
	* gst/rtp/gstrtpmparobustdepay.c:
	* gst/rtp/gstrtpmpvdepay.c:
	* gst/rtp/gstrtpmpvpay.c:
	* gst/rtp/gstrtppcmadepay.c:
	* gst/rtp/gstrtppcmapay.c:
	* gst/rtp/gstrtppcmudepay.c:
	* gst/rtp/gstrtppcmupay.c:
	* gst/rtp/gstrtpqcelpdepay.c:
	* gst/rtp/gstrtpqdmdepay.c:
	* gst/rtp/gstrtpsirendepay.c:
	* gst/rtp/gstrtpsirenpay.c:
	* gst/rtp/gstrtpspeexdepay.c:
	* gst/rtp/gstrtpspeexpay.c:
	* gst/rtp/gstrtpsv3vdepay.c:
	* gst/rtp/gstrtptheoradepay.c:
	* gst/rtp/gstrtptheorapay.c:
	* gst/rtp/gstrtpvorbisdepay.c:
	* gst/rtp/gstrtpvorbispay.c:
	* gst/rtp/gstrtpvrawdepay.c:
	* gst/rtp/gstrtpvrawpay.c:
	* gst/rtpmanager/gstrtpbin.c:
	* gst/rtpmanager/gstrtpjitterbuffer.c:
	* gst/rtpmanager/gstrtpptdemux.c:
	* gst/rtpmanager/gstrtpsession.c:
	* gst/rtpmanager/gstrtpssrcdemux.c:
	* gst/rtsp/gstrtpdec.c:
	* gst/rtsp/gstrtspsrc.c:
	* gst/shapewipe/gstshapewipe.c:
	* gst/smpte/gstsmpte.c:
	* gst/smpte/gstsmptealpha.c:
	* gst/spectrum/gstspectrum.c:
	* gst/udp/gstdynudpsink.c:
	* gst/udp/gstmultiudpsink.c:
	* gst/udp/gstudpsink.c:
	* gst/udp/gstudpsrc.c:
	* gst/videobox/gstvideobox.c:
	* gst/videocrop/gstaspectratiocrop.c:
	* gst/videocrop/gstvideocrop.c:
	* gst/videofilter/gstgamma.c:
	* gst/videofilter/gstvideobalance.c:
	* gst/videofilter/gstvideoflip.c:
	* gst/videofilter/gstvideotemplate.c:
	* gst/videomixer/videomixer2.c:
	* gst/wavenc/gstwavenc.c:
	* gst/wavparse/gstwavparse.c:
	* gst/y4m/gsty4mencode.c:
	* sys/directsound/gstdirectsoundsink.c:
	* sys/oss/gstossmixerelement.c:
	* sys/oss/gstosssink.c:
	* sys/oss/gstosssrc.c:
	* sys/oss4/oss4-mixer.c:
	* sys/oss4/oss4-sink.c:
	* sys/oss4/oss4-source.c:
	* sys/osxaudio/gstosxaudiosink.c:
	* sys/osxaudio/gstosxaudiosrc.c:
	* sys/osxvideo/osxvideosink.m:
	* sys/sunaudio/gstsunaudiomixer.c:
	* sys/sunaudio/gstsunaudiosink.c:
	* sys/sunaudio/gstsunaudiosrc.c:
	* sys/v4l2/gstv4l2radio.c:
	* sys/v4l2/gstv4l2sink.c: