fix appsrc example

This commit is contained in:
RSWilli
2025-09-16 22:36:07 +02:00
parent 2c6d87b1f3
commit 003d2c3e89
3 changed files with 10 additions and 281 deletions

View File

@@ -40830,7 +40830,7 @@ func (minuend *Caps) Subtract(subtrahend *Caps) *Caps {
return goret
}
// ToString wraps gst_caps_to_string
// String wraps gst_caps_to_string
//
// The function returns the following values:
//
@@ -40849,7 +40849,7 @@ func (minuend *Caps) Subtract(subtrahend *Caps) *Caps {
//
// The implementation of serialization up to 1.20 would lead to unexpected results
// when there were nested #GstCaps / #GstStructure deeper than one level.
func (caps *Caps) ToString() string {
func (caps *Caps) String() string {
var carg0 *C.GstCaps // in, none, converted
var cret *C.gchar // return, full, string