Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-07-26 18:33:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-07-26 18:46:32 +0300
commit0eb777cf5acf7c48ade2a83de5f441e96cf61b90 (patch)
tree8fbe97f7e3876b598fca03c3e5b9a59cb7a9763f /video/dav1d
parent1730de6cea10cb73ff1ab882a8235d540bfa5061 (diff)
Update for removal of ObjectImpl::get_type_data()
Diffstat (limited to 'video/dav1d')
-rw-r--r--video/dav1d/src/dav1ddec.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/dav1d/src/dav1ddec.rs b/video/dav1d/src/dav1ddec.rs
index 062268b0f..4212232a3 100644
--- a/video/dav1d/src/dav1ddec.rs
+++ b/video/dav1d/src/dav1ddec.rs
@@ -405,9 +405,7 @@ impl ObjectSubclass for Dav1dDec {
}
}
-impl ObjectImpl for Dav1dDec {
- glib_object_impl!();
-}
+impl ObjectImpl for Dav1dDec {}
impl ElementImpl for Dav1dDec {}