From 3121d53fd35f75a58a88abed627cd69fbac839a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 8 Aug 2012 16:27:45 +0200 Subject: [PATCH] dvdsubdec: Set alignment at the correct place of GstAllocationParams --- gst/dvdsub/gstdvdsubdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c index 90543b1504..93c4f1ff9a 100644 --- a/gst/dvdsub/gstdvdsubdec.c +++ b/gst/dvdsub/gstdvdsubdec.c @@ -686,7 +686,7 @@ gst_send_subtitle_frame (GstDvdSubDec * dec, GstClockTime end_ts) GstVideoFrame frame; guint8 *data; gint x, y; - static GstAllocationParams params = { 0, 0, 0, 3, }; + static GstAllocationParams params = { 0, 3, 0, 0, }; g_assert (dec->have_title); g_assert (dec->next_ts <= end_ts);