summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngenc.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-10 23:03:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-10 23:03:08 +0000
commitcb80f9b1d82858e6e944d8e6f6393518cb651137 (patch)
treea9c8ae29b81752de8a7f6f063a72964fc30e0cc7 /ext/libpng/gstpngenc.c
parentc2a01f482c7ff39d41e20264df2ca92cd60bc883 (diff)
more link fixes
Original commit message from CVS: more link fixes
Diffstat (limited to 'ext/libpng/gstpngenc.c')
-rw-r--r--ext/libpng/gstpngenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpng/gstpngenc.c b/ext/libpng/gstpngenc.c
index 78c27c57..32b4bb87 100644
--- a/ext/libpng/gstpngenc.c
+++ b/ext/libpng/gstpngenc.c
@@ -186,7 +186,7 @@ gst_pngenc_chain (GstPad * pad, GstBuffer * buf)
gint row_indice;
png_byte *row_pointers[ MAX_HEIGHT ];
- if (frame != 300)
+ if (frame != 30)
{
frame++;
gst_buffer_unref (buf);