Being taken to Azkaban for use of very dark GStreamer magic
Wednesday, December 1st, 2010I was writing some tests for a project at Igalia and I need to mock the convert-frame playbin2 element action. The code to invoke it is something like this: GstElement *pipeline = /* get pipeline */; GstCaps *caps = /* create caps to adapt the conversion */; GstBuffer *buffer = NULL; g_signal_emit_by_name (pipeline, “convert-frame”, caps, [...]