Skip to content
Snippets Groups Projects
  1. Jan 30, 2009
  2. Jan 29, 2009
  3. Jan 24, 2009
  4. Jan 22, 2009
    • Wim Taymans's avatar
      Cleanups and doc updates · b0fcbfd2
      Wim Taymans authored
      Add some more documentation and do some minor cleanups here and there.
      b0fcbfd2
    • Wim Taymans's avatar
      More improvements · cf187096
      Wim Taymans authored
      Rename GstRTSPMediaBin to GstRTSPMedia
      Parse the request url into a GstRTSPUri object and pass this object to the
      various handlers and methods that require the uri.
      cf187096
    • Wim Taymans's avatar
      Update example · 83cf4d8e
      Wim Taymans authored
      Add some more docs and remove some old code from the example.
      83cf4d8e
    • Wim Taymans's avatar
      Handle state change failures better · 6f9b659b
      Wim Taymans authored
      Handle state change failures better when changing the state of the pipeline to
      determine the SDP.
      6f9b659b
    • Wim Taymans's avatar
      Make element creation more extendible · 28b65778
      Wim Taymans authored
      Add get_element vmethod to the default MediaFactory so that subclasses can just
      override that method and still use the default logic for making a MediaBin from
      that.
      28b65778
    • Wim Taymans's avatar
      Make the server handle arbitrary pipelines · 4b1c190a
      Wim Taymans authored
      Make GstMediaFactory an object that can instantiate GstMediaBin objects.
      The GstMediaBin object has a handle to a bin with elements and to a list of
      GstMediaStream objects that this bin produces.
      
      Add GstMediaMapper that can map url mountpoints to GstMediaFactory objects along
      with methods to register and remove those mappings.
      
      Add methods and a property to GstRTSPServer to manage the GstMediaMapper object
      used by the server instance.
      
      Modify the example application so that it shows how to create custom pipelines
      attached to a specific mount point.
      
      Various misc cleanps.
      4b1c190a
  5. Jan 20, 2009
  6. Jan 19, 2009
  7. Jan 08, 2009
Loading