summaryrefslogtreecommitdiff
path: root/gst/dvdspu/gstdvdspu-render.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-21 11:01:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-21 11:01:30 +0000
commite96cd36332ddb7ca3b715f04be5bce5c5e858ad3 (patch)
tree240667050a6dfea3886e86e3785e8df375c4ce63 /gst/dvdspu/gstdvdspu-render.c
parentcb1684abecd2afe8bf8ba326cf2d3f0ff1ce7aaf (diff)
downloadgstreamer-plugins-bad-e96cd36332ddb7ca3b715f04be5bce5c5e858ad3.tar.gz
gst/dvdspu/: Fix up dvdspu element again after previous namespace mangling: rename debug category variable to old nam...
Original commit message from CVS: * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu): * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT), (subpic_sink_factory), (gst_dvd_spu_base_init), (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear), (gst_dvd_spu_dispose), (gst_dvd_spu_finalize), (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc), (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps), (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event), (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer), (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon), (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf), (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf), (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu), (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain), (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state), (gst_dvd_spu_plugin_init): * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU): Fix up dvdspu element again after previous namespace mangling: rename debug category variable to old name, matching that in dvdspu-render.c, to avoid undefined symbol error when loading the module; same for the _render function in dvdspu-render.c: we must use the same name in both .c files; change functions now called gstgst_* back to gst_* again; and while we're at it, we may as well canonicalise the namespace properly, namely to gst_dvd_spu_*.
Diffstat (limited to 'gst/dvdspu/gstdvdspu-render.c')
-rw-r--r--gst/dvdspu/gstdvdspu-render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdspu/gstdvdspu-render.c b/gst/dvdspu/gstdvdspu-render.c
index 1825712df..23a6a0853 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 */