Forgot to commit this
authorIain Holmes <iain@prettypeople.org>
Sun, 26 Sep 2004 15:18:51 +0000 (15:18 +0000)
committerIain Holmes <iain@prettypeople.org>
Sun, 26 Sep 2004 15:18:51 +0000 (15:18 +0000)
Original commit message from CVS:
Forgot to commit this

gst/wavenc/gstwavenc.c

index a962be4..6547b8b 100644 (file)
@@ -631,7 +631,7 @@ gst_wavenc_chain (GstPad * pad, GstData * _data)
         gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
       }
     } else {
-      gst_pad_event_default (wavenc->srcpad, GST_EVENT (buf));
+      gst_pad_event_default (wavenc->sinkpad, GST_EVENT (buf));
     }
     return;
   }