Skip to content

Commit

Permalink
Ignore more _take functions in Gst
Browse files Browse the repository at this point in the history
These do not make sense in Haskell, see #412
  • Loading branch information
Iñaki García Etxebarria committed Feb 17, 2024
1 parent db8096e commit 7888553
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bindings/Gst/ChangeLog.md
@@ -1,3 +1,7 @@
### 1.0.29

+ Ignore more *_take functions, that do not make sense in Haskell. See [issue 412](https://github.com/haskell-gi/haskell-gi/issues/412) for issues that these functions create.

### 1.0.28

+ Bump base lower bound
Expand Down
2 changes: 2 additions & 0 deletions bindings/Gst/Gst.overrides
Expand Up @@ -2,6 +2,8 @@ namespace Gst

# Not needed for the bindings
ignore MiniObject.take
ignore Message.take
ignore TagList.take

# Wrong introspection data, reported as https://bugzilla.gnome.org/show_bug.cgi?id=775944
set-attr Gst/Event/new_select_streams/@parameters/streams/@type/@type name utf8
Expand Down
4 changes: 2 additions & 2 deletions bindings/Gst/pkg.info
@@ -1,6 +1,6 @@
{
"name": "gi-gst",
"version": "1.0.28",
"version": "1.0.29",
"description": "Bindings for GStreamer, autogenerated by haskell-gi.",
"synopsis": "GStreamer bindings",
"author": null,
Expand All @@ -19,4 +19,4 @@
"gi-glib == 2.0.*"
],
"pkgconfigDepends": "gstreamer-1.0"
}
}

0 comments on commit 7888553

Please sign in to comment.