dvdsubdec: Set alignment at the correct place of GstAllocationParams
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Aug 2012 14:27:45 +0000 (16:27 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 8 Aug 2012 15:41:53 +0000 (17:41 +0200)
gst/dvdsub/gstdvdsubdec.c

index 90543b1..93c4f1f 100644 (file)
@@ -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);