On 29.09.2010, at 16:02, Paul E. Rybski wrote: > Now, I'm still learning what gstreamer can and can't do and I've only > explored the command-line usage of it rather than the C API that appears > to be heavily embedded into the GTK framework. As far as I can tell, > what I need to try to do is to use the gstreamer C API and embed the > receive pipeline into my fltk application. What I have no clue about is > how I actually take the data from the pipeline and display it in an fltk > application. I'd *like* to be able to unpack the raw RGB data from each > received frame of video and then use the fl_draw* commands to display it > (which is how I've done that in the past). However, gstreamer is very > hard to get into and the documentation appears to be very sketchy at > best so I haven't found any easy way for me to be able to do that yet.
Okay, I understand. Then you should try to find a way to read the data with the C API and ask here again if you need more help - unless someone else who did this already chimes in and can share his experiences... Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

