mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
closedcaption: Update for glib::DateTime API changes
This commit is contained in:
parent
348b865187
commit
005c62425b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Time Code Rate=30DF\r\n\
|
|||
.unwrap();
|
||||
enc.set_property(
|
||||
"creation-date",
|
||||
&glib::DateTime::new_utc(2018, 12, 27, 17, 34, 47.0),
|
||||
&glib::DateTime::new_utc(2018, 12, 27, 17, 34, 47.0).unwrap(),
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue