The first functional video MPEG1 decoder. The decoder still opens a window to show...
authorWim Taymans <wim.taymans@gmail.com>
Sat, 12 Feb 2000 12:20:32 +0000 (12:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 12 Feb 2000 12:20:32 +0000 (12:20 +0000)
Original commit message from CVS:
The first functional video MPEG1 decoder. The decoder still opens a window
to show the video. This is not optimised at all. Some glitches and
crashes due to bugs in mp1videoparse.c. I need to queue incomplete
slices in mp1videoparse before sending them to the decoder.
use test/mp1parse on your favorite video to test. No audio/video sync,
no QoS at all.

test/mp1parse.c

index 02ad368..fa384e1 100644 (file)
@@ -9,7 +9,7 @@ void eof(GstSrc *src) {
 }
 
 void mp1parse_info_chain(GstPad *pad,GstBuffer *buf) {
-  g_print("sink : got buffer of size %d\n",GST_BUFFER_SIZE(buf));
+  //g_print("sink : got buffer of size %d\n",GST_BUFFER_SIZE(buf));
   gst_buffer_unref(buf);
 }