Skip to content

Commit

Permalink
build fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Feb 15, 2010
1 parent e5f2ef6 commit d3040fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst/shvideo/gstshvideoenc.c
Expand Up @@ -3082,7 +3082,7 @@ static int
gst_sh_video_enc_write_output(SHCodecs_Encoder * encoder,
unsigned char *data, int length, void *user_data)
{
GstshvideoEnc *enc = (GstshvideoEnc *) user_data;
GstSHVideoEnc *enc = (GstSHVideoEnc *) user_data;
GstBuffer *buf = NULL;
static GstBuffer *old_buf = NULL;
gint ret = 0;
Expand Down

0 comments on commit d3040fa

Please sign in to comment.