diff --git a/package/gnome24/gst-plugins/mpeg2dec-hotfix.patch b/package/gnome24/gst-plugins/mpeg2dec-hotfix.patch deleted file mode 100644 index 5f38836a0..000000000 --- a/package/gnome24/gst-plugins/mpeg2dec-hotfix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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;