Package flumotion :: Package component :: Package consumers :: Package hlsstreamer :: Module hlssink :: Class HLSSink
[hide private]

Class HLSSink

source code

object --+            
         |            
??.GObject --+        
             |        
    gst.Object --+    
                 |    
       gst.Element --+
                     |
                    HLSSink

I am a python implementation the gstreamer hlssink element.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
chainfunc(self, pad, buf) source code
 
eventfunc(self, pad, event) source code
 
do_get_property(self, prop) source code
 
do_set_property(self, prop, value) source code
 
_reset_fragment(self, last_event_ts=18446744073709551615) source code
 
_finish_fragment(self, timestamp, index) source code

Inherited from gst.Element: __iter__, __repr__, __str__, abort_state, add_pad, change_state, continue_state, create_all_pads, do_change_state, do_get_index, do_provide_clock, do_query, do_release_pad, do_request_new_pad, do_send_event, do_set_bus, do_set_clock, do_set_index, flags, found_tags, found_tags_for_pad, get_base_time, get_bus, get_clock, get_compatible_pad, get_compatible_pad_template, get_factory, get_index, get_pad, get_pad_template, get_pad_template_list, get_query_types, get_request_pad, get_start_time, get_state, get_static_pad, implements_interface, is_indexable, is_locked_state, link, link_filtered, link_pads, link_pads_filtered, link_pads_full, lost_state, lost_state_full, no_more_pads, pads, post_message, provide_clock, provides_clock, query, query_convert, query_duration, query_position, release_request_pad, remove_pad, request_pad, requires_clock, seek, seek_simple, send_event, set_base_time, set_bus, set_clock, set_index, set_locked_state, set_start_time, set_state, sink_pads, src_pads, sync_state_with_parent, unlink, unlink_pads

Inherited from gst.Object: debug, default_error, error, fixme, get_name, get_name_prefix, get_parent, get_path_string, has_ancestor, info, log, memdump, set_flag, set_name, set_name_prefix, set_parent, set_property, unparent, unset_flag, warning

Inherited from unreachable.GObject: __copy__, __deepcopy__, __delattr__, __eq__, __gdoc__, __ge__, __gobject_init__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __setattr__, chain, connect, connect_after, connect_object, connect_object_after, disconnect, disconnect_by_func, emit, emit_stop_by_name, freeze_notify, get_data, get_properties, get_property, handler_block, handler_block_by_func, handler_disconnect, handler_is_connected, handler_unblock, handler_unblock_by_func, notify, props, set_data, set_properties, stop_emission, thaw_notify, weak_ref

Inherited from object: __format__, __getattribute__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __gstdetails__ = 'HLSSink', 'Sink', 'Sink for HTTP Live Stream...
  __gsignals__ = {"new-fragment":(gobject.SIGNAL_RUN_LAST, gobje...
  __gproperties__ = {'fragment':(gobject.TYPE_OBJECT, 'fragment'...
  _sinkpadtemplate = gst.PadTemplate("sink", gst.PAD_SINK, gst.P...
  __gtype__ = <GType flumotion+component+consumers+hlsstreamer+h...
Properties [hide private]

Inherited from gst.Object: __gstrefcount__

Inherited from unreachable.GObject: __grefcount__

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__gstdetails__

Value:
'HLSSink', 'Sink', 'Sink for HTTP Live Streaming', 'Flumotion Dev Team\
'

__gsignals__

Value:
{"new-fragment":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, []), "eos\
":(gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, []), "pull-fragment":(g\
object.SIGNAL_RUN_LAST | gobject.SIGNAL_ACTION, gobject.TYPE_OBJECT, [\
])}

__gproperties__

Value:
{'fragment':(gobject.TYPE_OBJECT, 'fragment', 'last gstfragment', gobj\
ect.PARAM_READABLE), 'sync':(gobject.TYPE_BOOLEAN, 'sync', 'sync', Fal\
se, gobject.PARAM_WRITABLE), 'playlist-max-window':(gobject.TYPE_INT, \
'playlist max window', 'playlist max window', 0, gobject.G_MAXINT, 0, \
gobject.PARAM_WRITABLE), 'write-to-disk':(gobject.TYPE_BOOLEAN, 'Write\
 to disk', 'Write to disk', False, gobject.PARAM_WRITABLE)}

_sinkpadtemplate

Value:
gst.PadTemplate("sink", gst.PAD_SINK, gst.PAD_ALWAYS, gst.caps_from_st\
ring("video/mpegts; " "video/webm"))

__gtype__

Value:
<GType flumotion+component+consumers+hlsstreamer+hlssink+HLSSink (3124\
90040)>