The first functional video MPEG1 decoder. The decoder still opens a window to show the video. This is not optimised a...

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.
This commit is contained in:
Wim Taymans 2000-02-12 12:20:32 +00:00
parent 12f3571c50
commit d6d5df1f9d

View 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);
}