Python Forum
How to use python to receive Gobject.pointer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use python to receive Gobject.pointer
#1
Hi,
I write a gstreamer plugin and g_signal_emit had send a struct.

when I try to use python to receive callback function. I don't know how to
receive a array?
example :

int a[2];
a[0]=1;
g_signal_emit(filter, gst_test_signals[SIGNAL_DETECTED], 0, &a);

def cb_test_monitor(object, test, data):

print(test) #<gpointer at 0x7f439aa508a0>
print(test[0]) #TypeError: 'gobject.GPointer' object is not subscriptable

Thanks,
Stephen
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to receive rtmp video in Python? aksdjfh 0 373 Feb-27-2025, 02:58 PM
Last Post: aksdjfh
  Guidance for the basic concept send/receive a heartbeat signal StefanL38 1 1,580 Jun-09-2024, 05:31 PM
Last Post: Gribouillis
  How to receive two passed cmdline parameters and access them inside a Python script? pstein 2 1,223 Feb-17-2024, 12:29 PM
Last Post: deanhystad
  Receive Input on Same Line? johnywhy 8 2,483 Jan-16-2024, 03:45 AM
Last Post: johnywhy
  How to continuously receive messages until specified to stop using Bleak jacobbreen25 3 3,923 Dec-28-2022, 04:25 PM
Last Post: jacobbreen25
  How can I add an end line character after every value that I receive? GiggsB 11 8,420 Mar-06-2022, 08:51 PM
Last Post: GiggsB
  How to receive webcam capture on spout? buzzdarkyear 2 3,519 Jan-12-2022, 02:26 PM
Last Post: buzzdarkyear
  General pointer to start data4speed 3 2,767 Jul-01-2020, 06:18 AM
Last Post: DPaul
  Pointer in the right direction? Viking 5 3,622 Apr-22-2020, 06:14 PM
Last Post: Viking
  Receive data from Redis RQ worker process freak14 0 2,432 Jul-15-2019, 12:39 PM
Last Post: freak14

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020