gst/gdp/gstgdppay.c: Don't set caps on the buffers that contain a copy of the buffer...
authorAntoine Tremblay <hexa00@gmail.com>
Wed, 4 Jun 2008 05:58:38 +0000 (05:58 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:32 +0000 (01:54 +0100)
commitba8932379055ab1b1b147ea788ea5b711738265a
treec3474f90b25a07049160345459a3e55fde76f47c
parentc5520eea2a97750e6891f7bb5305718ea75bc592
gst/gdp/gstgdppay.c: Don't set caps on the buffers that contain a copy of the buffer including the caps of them resul...

Original commit message from CVS:
Patch by: Antoine Tremblay <hexa00 at gmail dot com>
* gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
Don't set caps on the buffers that contain a copy of the buffer
including the caps of them resulting in an always increasing refcount
of the caps and insanely large caps. Instead include a buffer without
caps in the new caps. Fixes bug #536475.
gst/gdp/gstgdppay.c