~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to gst/rtsp/rtsp.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* GStreamer
2
 
 * Copyright (C) <2005> Wim Taymans <wim@fluendo.com>
 
2
 * Copyright (C) <2005,2006> Wim Taymans <wim@fluendo.com>
3
3
 *
4
4
 * This library is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU Library General Public
16
16
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
17
 * Boston, MA 02111-1307, USA.
18
18
 */
 
19
/*
 
20
 * Unless otherwise indicated, Source Code is licensed under MIT license.
 
21
 * See further explanation attached in License Statement (distributed in the file
 
22
 * LICENSE).
 
23
 *
 
24
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 
25
 * this software and associated documentation files (the "Software"), to deal in
 
26
 * the Software without restriction, including without limitation the rights to
 
27
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
 
28
 * of the Software, and to permit persons to whom the Software is furnished to do
 
29
 * so, subject to the following conditions:
 
30
 *
 
31
 * The above copyright notice and this permission notice shall be included in all
 
32
 * copies or substantial portions of the Software.
 
33
 *
 
34
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
35
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
36
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
37
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
38
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
39
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
40
 * SOFTWARE.
 
41
 */
19
42
 
20
43
#ifndef __RTSP_H__
21
44
#define __RTSP_H__