summaryrefslogtreecommitdiffstats
path: root/gst/goom/gstgoom.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-27 01:27:04 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-27 01:27:04 +0000
commitbb8b7fdcb3235591ba22b4b4dbcaa4903b02871b (patch)
tree109148d5fc609f065431efe90d02d3dea8a6cafa /gst/goom/gstgoom.c
parent74fad4ec46445fb8fa6455973d8cf0ea06530418 (diff)
gst/asfdemux/: lot's of fixes to make data extraction simpler and get the code architecture and compiler independant....
Original commit message from CVS: 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/asfdemux/asfheaders.h: * gst/asfdemux/gstasfdemux.c: * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid), (gst_asfmux_put_string), (gst_asfmux_put_wav_header), (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header): lot's of fixes to make data extraction simpler and get the code architecture and compiler independant. Add debugging category * gst/goom/gstgoom.c: (gst_goom_change_state): reset channel count on PAUSED=>READY, not READY=>PAUSED
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index db40a13d..6fe574bb 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -359,9 +359,9 @@ gst_goom_change_state (GstElement *element)
case GST_STATE_READY_TO_PAUSED:
goom->next_time = 0;
goom->srcnegotiated = FALSE;
- goom->channels = 0;
break;
case GST_STATE_PAUSED_TO_READY:
+ goom->channels = 0;
break;
default:
break;