summaryrefslogtreecommitdiff
path: root/contrib/flumotion-components/consumers/pipeline/pipeline.py
blob: 663fabd62bec8c0bcea41a07fa9dd21270d38ff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- Mode: Python -*-
# vi:si:et:sw=4:sts=4:ts=4

# Flumotion - a streaming media server
# Copyright (C) 2004,2005,2006,2007,2008,2009 Fluendo, S.L.
# Copyright (C) 2010,2011 Flumotion Services, S.A.
# All rights reserved.
#
# This file may be distributed and/or modified under the terms of
# the GNU Lesser General Public License version 2.1 as published by
# the Free Software Foundation.
# This file is distributed without any warranty; without even the implied
# warranty of merchantability or fitness for a particular purpose.
# See "LICENSE.LGPL" in the source distribution for more information.
#
# Headers in this file shall remain intact.

from flumotion.component import feedcomponent
from flumotion.common import log, pygobject

__all__ = ['Pipeline']
__version__ = "$Rev$"


class Pipeline(feedcomponent.ParseLaunchComponent):

    def get_pipeline_string(self, properties):
        return properties['pipeline']