diff options
Diffstat (limited to 'gst/dvdspu/gstdvdspu-render.c')
-rw-r--r-- | gst/dvdspu/gstdvdspu-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdspu/gstdvdspu-render.c b/gst/dvdspu/gstdvdspu-render.c index 1825712d..23a6a085 100644 --- a/gst/dvdspu/gstdvdspu-render.c +++ b/gst/dvdspu/gstdvdspu-render.c @@ -393,7 +393,7 @@ dvdspu_blend_comp_buffers (SpuState * state, guint8 * planes[3]) } void -gstdvdspu_render_spu (GstDVDSpu * dvdspu, GstBuffer * buf) +gst_dvd_spu_render_spu (GstDVDSpu * dvdspu, GstBuffer * buf) { SpuState *state = &dvdspu->spu_state; guint8 *planes[3]; /* YUV frame pointers */ |