summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index d03aacba..dc59feab 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -38,11 +38,11 @@ struct _GstGOOM {
GstPad *sinkpad,*srcpad;
GstBufferPool *peerpool;
- // the timestamp of the next frame
+ /* the timestamp of the next frame */
guint64 next_time;
gint16 datain[2][512];
- // video state
+ /* video state */
gint fps;
gint width;
gint height;
@@ -198,11 +198,11 @@ gst_goom_init (GstGOOM *goom)
goom->next_time = 0;
goom->peerpool = NULL;
- // reset the initial video state
+ /* reset the initial video state */
goom->first_buffer = TRUE;
goom->width = 320;
goom->height = 200;
- goom->fps = 25; // desired frame rate
+ goom->fps = 25; /* desired frame rate */
}