Clifford Wolf 21 years ago
parent
commit
b58d59def9
1 changed files with 0 additions and 20 deletions
  1. +0
    -20
      package/gnome24/gst-plugins/mpeg2dec-hotfix.patch

+ 0
- 20
package/gnome24/gst-plugins/mpeg2dec-hotfix.patch

@ -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;

Loading…
Cancel
Save