From a45625d47859c511d0ba8a6edce982b793ccb897 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 24 Feb 2000 20:56:23 +0000 Subject: [PATCH] Speedup in mpg123 parsing. speedup in mp1videoparse. rearanged the Original commit message from CVS: Speedup in mpg123 parsing. speedup in mp1videoparse. rearanged the MPEG player got rid of some memcpy. bit handling changes. MMX code for the IDCT and motion compensation in mpeg_play. Almost as fast as the commercial mpeg player mtv, but with a much better video quality :-) --- gst/gstbuffer.c | 1 - test/mp1parse.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index 7a791545b8..dbdc54af9e 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -118,7 +118,6 @@ GstBuffer *gst_buffer_create_sub(GstBuffer *parent,guint32 offset,guint32 size) return buffer; } - void gst_buffer_destroy(GstBuffer *buffer) { GSList *metas; diff --git a/test/mp1parse.c b/test/mp1parse.c index da0d149823..bbe64bd042 100644 --- a/test/mp1parse.c +++ b/test/mp1parse.c @@ -70,6 +70,7 @@ void new_pad_created(GstElement *parse,GstPad *pad,GstElement *pipeline) { g_return_if_fail(decode_video != NULL); show = gst_elementfactory_make("videosink","show"); g_return_if_fail(show != NULL); + //gtk_object_set(GTK_OBJECT(show),"scale",2.0,NULL); appwindow = gnome_app_new("MPEG1 player","MPEG1 player"); gnome_app_set_contents(GNOME_APP(appwindow),