summaryrefslogtreecommitdiffstats
path: root/gst/alpha
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-08-30 14:15:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-08-30 14:15:03 +0000
commit5c4b6ce07956e82fb5c1d59b3fb9323c178abd99 (patch)
treeca1cf009a5acc90df96c6cc4b7da240cf8aed63b /gst/alpha
parent331b016659159035edfb8dff12d607db3941d2cd (diff)
Make stuff compile with GST_DISABLE_GST_DEBUG.
Original commit message from CVS: * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create): * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size): * gst/audiofx/audiocheblimit.c: (generate_coefficients): * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert): * gst/matroska/ebml-read.c: (gst_ebml_read_element_id), (gst_ebml_read_element_length): * gst/matroska/matroska-demux.c: (gst_matroska_demux_check_subtitle_buffer): Make stuff compile with GST_DISABLE_GST_DEBUG.
Diffstat (limited to 'gst/alpha')
-rw-r--r--gst/alpha/gstalpha.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c
index 93354560..182f0907 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -395,7 +395,6 @@ static gboolean
gst_alpha_get_unit_size (GstBaseTransform * btrans,
GstCaps * caps, guint * size)
{
- GstAlpha *alpha = GST_ALPHA (btrans);
GstVideoFormat format;
gint width, height;
@@ -404,7 +403,7 @@ gst_alpha_get_unit_size (GstBaseTransform * btrans,
*size = gst_video_format_get_size (format, width, height);
- GST_DEBUG_OBJECT (alpha, "unit size = %d for format %d w %d height %d",
+ GST_DEBUG_OBJECT (btrans, "unit size = %d for format %d w %d height %d",
*size, format, width, height);
return TRUE;