From b58d59def9e8e7d908b7c5fdacdfc2939590d538 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 5 Apr 2004 12:07:20 +0000 Subject: [PATCH] Merged from http://svn.rocklinux-consulting.de/rock-linux/branches/2.0-stable/: r2632 | rene | 2004-03-30 19:02:01 +0200 (Tue, 30 Mar 2004) | 2 lines removed obsolete gst-plugins hotfix git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2635 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../gnome24/gst-plugins/mpeg2dec-hotfix.patch | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/gnome24/gst-plugins/mpeg2dec-hotfix.patch 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;