summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.h
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-07-29 19:07:27 -0300
committerThiago Santos <thiagoss@embedded.ufcg.edu.br>2009-07-30 10:33:04 -0300
commitd86de48fa108583e9052ee6c3e75497b23b1bf16 (patch)
tree266685b7f62ca58de93da1f7e0120b953fe45204 /gst/asfmux/gstasfmux.h
parent7dd441f8f506145d5f66efd670731f9d9d70844e (diff)
downloadgstreamer-plugins-bad-d86de48fa108583e9052ee6c3e75497b23b1bf16.tar.gz
asfmux: accept pad requests a little longer
asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused
Diffstat (limited to 'gst/asfmux/gstasfmux.h')
-rw-r--r--gst/asfmux/gstasfmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/asfmux/gstasfmux.h b/gst/asfmux/gstasfmux.h
index 280b67530..2b71fa36e 100644
--- a/gst/asfmux/gstasfmux.h
+++ b/gst/asfmux/gstasfmux.h
@@ -50,7 +50,6 @@ typedef enum _GstAsfMuxState GstAsfMuxState;
enum _GstAsfMuxState
{
GST_ASF_MUX_STATE_NONE,
- GST_ASF_MUX_STATE_STARTED,
GST_ASF_MUX_STATE_HEADERS,
GST_ASF_MUX_STATE_DATA,
GST_ASF_MUX_STATE_EOS