scope->spf = gst_util_uint64_scale_int (scope->rate,
scope->fps_d, scope->fps_n);
- /*
- synaesthesia_resize (scope->si, scope->width, scope->height);
- */
if (klass->setup)
res = klass->setup (scope);
(guint8 *) gst_adapter_peek (scope->adapter, bytesperread);
GST_BUFFER_SIZE (inbuf) = bytesperread;
- /*
- guchar * out_frame = (guchar *)
- scope_update (scope->si, scope->datain);
- memcpy (GST_BUFFER_DATA (outbuf), out_frame, GST_BUFFER_SIZE (outbuf));
- */
/* call class->render() vmethod */
if (render)
if (!render (scope, inbuf, outbuf)) {