mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
dvbsub: fix indentation
This commit is contained in:
parent
0a467495c2
commit
8f1fbf8d6c
1 changed files with 1 additions and 2 deletions
|
@ -692,8 +692,7 @@ gst_send_subtitle_frame (GstDvdSubDec * dec, GstClockTime end_ts)
|
||||||
}
|
}
|
||||||
|
|
||||||
out_buf =
|
out_buf =
|
||||||
gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info),
|
gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&dec->info), ¶ms);
|
||||||
¶ms);
|
|
||||||
gst_video_frame_map (&frame, &dec->info, out_buf, GST_MAP_READWRITE);
|
gst_video_frame_map (&frame, &dec->info, out_buf, GST_MAP_READWRITE);
|
||||||
|
|
||||||
data = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0);
|
data = GST_VIDEO_FRAME_PLANE_DATA (&frame, 0);
|
||||||
|
|
Loading…
Reference in a new issue