assrender: If no codec data is set, still initialize the ass track
This commit is contained in:
parent
88bd4a8ada
commit
e8e3192a6e
@ -852,6 +852,9 @@ gst_ass_render_setcaps_text (GstPad * pad, GstCaps * caps)
|
||||
ret = TRUE;
|
||||
} else if (!render->ass_track) {
|
||||
render->ass_track = ass_new_track (render->ass_library);
|
||||
|
||||
render->track_init_ok = TRUE;
|
||||
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user