2000-06-25 21:38:00 +00:00
|
|
|
|
|
|
|
/* mpeg1.c */
|
|
|
|
void mpeg1_new_pad_created(GstElement *parse,GstPad *pad,GstElement *pipeline);
|
|
|
|
void mpeg1_setup_video_thread(GstPad *pad, GstElement *show, GstElement *pipeline);
|
2000-08-14 10:16:23 +00:00
|
|
|
void mpeg1_setup_audio_thread(GstPad *pad, GstElement *show, GstElement *pipeline);
|
2000-06-25 21:38:00 +00:00
|
|
|
|
2000-06-25 22:21:44 +00:00
|
|
|
/* mpeg2.c */
|
|
|
|
void mpeg2_new_pad_created(GstElement *parse,GstPad *pad,GstElement *pipeline);
|
|
|
|
void mpeg2_setup_video_thread(GstPad *pad, GstElement *show, GstElement *pipeline);
|
|
|
|
|
2000-06-25 21:38:00 +00:00
|
|
|
/* avi.c */
|
|
|
|
void avi_new_pad_created(GstElement *parse,GstPad *pad,GstElement *pipeline);
|