mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
threadshare: Fix compilation after cleanup in the glib bindings
This commit is contained in:
parent
5660df7f70
commit
ee0b2e79da
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ mod imp_sink {
|
||||||
"sender",
|
"sender",
|
||||||
"Sender",
|
"Sender",
|
||||||
"Channel sender to forward the incoming items to",
|
"Channel sender to forward the incoming items to",
|
||||||
ItemSender::type_(),
|
ItemSender::static_type(),
|
||||||
glib::ParamFlags::WRITABLE | glib::ParamFlags::CONSTRUCT_ONLY,
|
glib::ParamFlags::WRITABLE | glib::ParamFlags::CONSTRUCT_ONLY,
|
||||||
)]
|
)]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue