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

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