aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt2007-03-15 15:48:08 -0500
committerJan Schmidt2007-03-15 15:48:08 -0500
commit1f7755917a0db1c6e4aa9ef9a194499d7e84e6fe (patch)
tree3a47a261002558a61b362db676b5af4ec5a1d242 /configure.ac
parent03ab530205fa1194a2deb1c38886f5b5978399a2 (diff)
downloadgst-plugins-bad0-10-1f7755917a0db1c6e4aa9ef9a194499d7e84e6fe.tar.gz
gst-plugins-bad0-10-1f7755917a0db1c6e4aa9ef9a194499d7e84e6fe.tar.xz
gst-plugins-bad0-10-1f7755917a0db1c6e4aa9ef9a194499d7e84e6fe.zip
Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below existing decoders.
Original commit message from CVS: * configure.ac: * gst/mpeg1videoparse/Makefile.am: * gst/mpeg1videoparse/gstmp1videoparse.c: * gst/mpeg1videoparse/gstmp1videoparse.h: * gst/mpeg1videoparse/mp1videoparse.vcproj: * gst/mpegvideoparse/Makefile.am: * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init), (mpeg_packetiser_free), (mpeg_packetiser_add_buf), (mpeg_packetiser_flush), (mpeg_find_start_code), (get_next_free_block), (complete_current_block), (append_to_current_block), (start_new_block), (handle_packet), (collect_packets), (mpeg_packetiser_handle_eos), (mpeg_packetiser_get_block), (mpeg_packetiser_next_block): * gst/mpegvideoparse/mpegpacketiser.h: * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type), (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init), (mpv_parse_reset), (gst_mpegvideoparse_init), (gst_mpegvideoparse_dispose), (set_par_from_dar), (set_fps_from_code), (mpegvideoparse_parse_seq), (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush), (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain), (mpv_parse_sink_event), (gst_mpegvideoparse_change_state), (plugin_init): * gst/mpegvideoparse/mpegvideoparse.h: * gst/mpegvideoparse/mpegvideoparse.vcproj: Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below existing decoders. Rename it to mpegvideoparse to reflect that it handles MPEG-1 and MPEG-2 now. Re-write the parsing code so that it collects packets differently and timestamps Picture packets correctly. Add a list of FIXME's at the top.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bb64a6068..fa31a4591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ GST_PLUGINS_ALL="\
88 interleave \ 88 interleave \
89 librfb \ 89 librfb \
90 modplug \ 90 modplug \
91 mpegvideoparse \
91 multifile \ 92 multifile \
92 mve \ 93 mve \
93 nsf \ 94 nsf \
@@ -1061,6 +1062,7 @@ gst/interleave/Makefile
1061gst/librfb/Makefile 1062gst/librfb/Makefile
1062gst/modplug/Makefile 1063gst/modplug/Makefile
1063gst/modplug/libmodplug/Makefile 1064gst/modplug/libmodplug/Makefile
1065gst/mpegvideoparse/Makefile
1064gst/multifile/Makefile 1066gst/multifile/Makefile
1065gst/mve/Makefile 1067gst/mve/Makefile
1066gst/nsf/Makefile 1068gst/nsf/Makefile