mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
765 B

--- gst-plugins-0.6.3/ext/mpeg2dec/gstmpeg2dec.c.orig 2003-11-22 17:55:05.000000000 +0100
+++ gst-plugins-0.6.3/ext/mpeg2dec/gstmpeg2dec.c 2003-11-22 17:57:19.000000000 +0100
@@ -262,7 +262,7 @@
GstBuffer *outbuf = NULL;
gint size = mpeg2dec->width * mpeg2dec->height;
guint8 *buf[3], *out;
- const picture_t *picture;
+ const mpeg2_picture_t *picture;
if (mpeg2dec->peerpool) {
outbuf = gst_buffer_new_from_pool (mpeg2dec->peerpool, 0, 0);
@@ -553,7 +553,7 @@
(info->display_fbuf ? info->display_fbuf->id : NULL));
if (info->display_fbuf && info->display_fbuf->id) {
- const picture_t *picture;
+ const mpeg2_picture_t *picture;
gboolean key_frame = FALSE;
outbuf = (GstBuffer *) info->display_fbuf->id;