diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-28 01:44:31 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-28 01:44:31 +0000 |
commit | b11fb00b9016565c287ea411de543dec701aeaa4 (patch) | |
tree | b8aa50d07c610329b74893c398a079d6486878fa | |
parent | 102d562e477b2b305259268bb1e36c82dc5ce5cf (diff) |
gst/mpegstream/: get rid of non-standard "..." ranges in case statements.
Original commit message from CVS:
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
get rid of non-standard "..." ranges in case statements.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-03-28 Benjamin Otte <otte@gnome.org> + + * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private): + * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead), + (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes): + get rid of non-standard "..." ranges in case statements. + 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net> * gst/mpegstream/gstmpegdemux.c: |