diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2022-11-28 12:47:49 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2022-11-28 12:27:30 +0000 |
commit | 3ca7213683f350c4fc8f19653df69932fe09d24f (patch) | |
tree | 478cb8c948c51f116b9d7f850def922da66d2f1a /recipes | |
parent | bf846931a3bdf8a6455f8569b9b6481d773a0457 (diff) |
gst-plugins-rs: Fix warning printing by actually including the messages module
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1032>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gst-plugins-rs.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 9d57ed42..04f34022 100644 --- a/recipes/gst-plugins-rs.recipe +++ b/recipes/gst-plugins-rs.recipe @@ -1,5 +1,6 @@ # -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python from custom import GStreamer +from cerbero.utils import messages as m class Recipe(recipe.Recipe): name = 'gst-plugins-rs' |