diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 03:40:15 +0000 |
commit | b73bb27c605120701619f3fa75acd82d31dec684 (patch) | |
tree | 2822cbec20099c30b9ec1c50a45b7bb7453aacca /gst/mpeg1videoparse | |
parent | 89aac2284d69ddfb4ab3db480d6a93c67fb7fd3d (diff) | |
download | gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.gz gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.tar.bz2 gst-plugins-bad-b73bb27c605120701619f3fa75acd82d31dec684.zip |
fixed first bunch of compiler warnings
Original commit message from CVS:
fixed first bunch of compiler warnings
Diffstat (limited to 'gst/mpeg1videoparse')
-rw-r--r-- | gst/mpeg1videoparse/gstmp1videoparse.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index d56f09dc..ce4fddb6 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -94,9 +94,9 @@ static void gst_mp1videoparse_init (Mp1VideoParse *mp1videoparse); static void gst_mp1videoparse_chain (GstPad *pad, GstBuffer *buf); static void gst_mp1videoparse_real_chain (Mp1VideoParse *mp1videoparse, GstBuffer *buf, GstPad *outpad); - +/* defined but not used static void gst_mp1videoparse_flush (Mp1VideoParse *mp1videoparse); - +*/ static GstPadTemplate *src_template, *sink_template; static GstElementClass *parent_class = NULL; @@ -203,7 +203,7 @@ mp1videoparse_find_next_gop (Mp1VideoParse *mp1videoparse, GstBuffer *buf) return -1; } - +/* defined but not used static void gst_mp1videoparse_flush (Mp1VideoParse *mp1videoparse) { @@ -216,7 +216,7 @@ gst_mp1videoparse_flush (Mp1VideoParse *mp1videoparse) mp1videoparse->in_flush = TRUE; mp1videoparse->picture_in_buffer = 0; } - +*/ static void gst_mp1videoparse_chain (GstPad *pad,GstBuffer *buf) { |