mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
harness: make bindings use the GBytes variant for _take_all_data()
This commit is contained in:
parent
e08834bff3
commit
16d9954dd5
1 changed files with 1 additions and 1 deletions
|
@ -1791,7 +1791,7 @@ gst_harness_take_all_data (GstHarness * h, gsize * size)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_harness_take_all_data_as_bytes:
|
||||
* gst_harness_take_all_data_as_bytes: (rename-to gst_harness_take_all_data)
|
||||
* @h: a #GstHarness
|
||||
*
|
||||
* Pulls all pending data from the harness and returns it as a single #GBytes.
|
||||
|
|
Loading…
Reference in a new issue