mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
dvdsubdec: Set alignment at the correct place of GstAllocationParams
This commit is contained in:
parent
b5d775ca3d
commit
3121d53fd3
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ gst_send_subtitle_frame (GstDvdSubDec * dec, GstClockTime end_ts)
|
||||||
GstVideoFrame frame;
|
GstVideoFrame frame;
|
||||||
guint8 *data;
|
guint8 *data;
|
||||||
gint x, y;
|
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->have_title);
|
||||||
g_assert (dec->next_ts <= end_ts);
|
g_assert (dec->next_ts <= end_ts);
|
||||||
|
|
Loading…
Reference in a new issue