summaryrefslogtreecommitdiff
path: root/gst/asfmux/gstasfmux.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-08 14:33:56 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-08 19:37:43 -0300
commitbc8f4adaa61a4c8297052e61c5c3be98bacbb665 (patch)
tree9fcee3698059142d959a8ac361f469247da54189 /gst/asfmux/gstasfmux.h
parent40209aa30fa1b88af1bed05291bf6ac87a5d64e3 (diff)
downloadgstreamer-plugins-bad-bc8f4adaa61a4c8297052e61c5c3be98bacbb665.tar.gz
asfmux: Deprecate 'is-live' and add 'streamable' property
Following the similar change in flvmux, this commit adds 'streamable' property and deprecated 'is-live' for a better/less wrong name.
Diffstat (limited to 'gst/asfmux/gstasfmux.h')
-rw-r--r--gst/asfmux/gstasfmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfmux/gstasfmux.h b/gst/asfmux/gstasfmux.h
index dd157c566..4036aa169 100644
--- a/gst/asfmux/gstasfmux.h
+++ b/gst/asfmux/gstasfmux.h
@@ -130,7 +130,7 @@ struct _GstAsfMux
guint64 prop_preroll;
gboolean prop_merge_stream_tags;
guint64 prop_padding;
- gboolean prop_is_live;
+ gboolean prop_streamable;
/* same as properties, but those are stored here to be
* used without modification while muxing a single file */