From: David Schleef Date: Thu, 25 Mar 2004 01:13:59 +0000 (+0000) Subject: ext/speex/: Create the pad template correctly (from the static pad template, not... X-Git-Tag: 1.19.3~511^2~14444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd21af4428aab5d1acebfd3edfe8bf860d228ea0;p=platform%2Fupstream%2Fgstreamer.git ext/speex/: Create the pad template correctly (from the static pad template, not a NULL pointer.) Original commit message from CVS: * ext/speex/gstspeexdec.c: (gst_speexdec_base_init), (gst_speexdec_init): * ext/speex/gstspeexenc.c: (gst_speexenc_base_init), (gst_speexenc_init): Create the pad template correctly (from the static pad template, not a NULL pointer.) --- diff --git a/ChangeLog b/ChangeLog index 634a5d8..be3b7ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-24 David Schleef + + * ext/speex/gstspeexdec.c: (gst_speexdec_base_init), + (gst_speexdec_init): + * ext/speex/gstspeexenc.c: (gst_speexenc_base_init), + (gst_speexenc_init): Create the pad template correctly (from + the static pad template, not a NULL pointer.) + 2004-03-25 Benjamin Otte * gst/debug/Makefile.am: