[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gb.media: error message "Unsupported data type: gint64"
[Thread Prev] | [Thread Next]
- Subject: gb.media: error message "Unsupported data type: gint64"
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Wed, 3 Jul 2024 08:35:59 +0200
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
When I set the property "ts-offset" of the GStreamer plugin "autoaudiosink" I get the error message "Unsupported data type: gint64".
Example: Sink = New MediaControl(PipeLine, "autoaudiosink") Sink["ts-offset"] = 100 My questions: 1. Is there a workaround?2. Do I have to use GStreamer as shell command if 64bit signed integers are required?
3. Could gint64-support be added to gb.media? Best regards Claus
Re: gb.media: error message "Unsupported data type: gint64" | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |