|
I want to write an gstreamer element which gets a video buffer and write some text in it and then gives the buffer to the next element. The text should be send from the main program to the element. I thought about using gst_element_send_event together with a costum_down_stream_event and the text in the event structure. Does anybody know another (better) way to do this?
|