diff options
Diffstat (limited to 'gst/dvdspu/gstspu-pgs.h')
-rw-r--r-- | gst/dvdspu/gstspu-pgs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dvdspu/gstspu-pgs.h b/gst/dvdspu/gstspu-pgs.h index 164f4d815..3304677f2 100644 --- a/gst/dvdspu/gstspu-pgs.h +++ b/gst/dvdspu/gstspu-pgs.h @@ -99,7 +99,7 @@ struct SpuPgsState { void gstspu_pgs_handle_new_buf (GstDVDSpu * dvdspu, GstClockTime event_ts, GstBuffer *buf); gboolean gstspu_pgs_execute_event (GstDVDSpu *dvdspu); -void gstspu_pgs_render (GstDVDSpu *dvdspu, GstBuffer *buf); +void gstspu_pgs_render (GstDVDSpu *dvdspu, GstVideoFrame *frame); gboolean gstspu_pgs_handle_dvd_event (GstDVDSpu *dvdspu, GstEvent *event); void gstspu_pgs_flush (GstDVDSpu *dvdspu); |