[gst-cvs] company gst-sandbox: gst-sandbox/gst-autoplug/ gst-sandbox/gst-autoplug/elements/ gst-sandbox/gst-autoplug/gst/autoplug/ gst-sandbox/gst-autoplug/testsuite/ gst-sandbox/gst-autoplug/testsuite/elements/ gst-sandbox/gst-autoplug/testsuite/files/ gst-sandbox/

Benjamin Otte company at pdx.freedesktop.org
Mon May 3 09:13:01 PDT 2004


CVS Root:       /home/cvs/gstreamer
Module:         gst-sandbox
Changes by:     company
Date:           Mon May 03 2004  09:12:12 PDT

Log message:
* configure.ac:
* elements/Makefile.am:
* elements/deb.c:
* elements/deb.h:
* elements/identity.c:
* elements/identity.h:
* elements/plugin.c: (plugin_init):
add element based on convertmanager
* Makefile.am:
add elements/ dir and disable src/ dir until someone actively starts
hacking on it again
* gst/autoplug/.cvsignore:
add for marshals
* gst/autoplug/convertmanager.c:
* gst/autoplug/elementlink.c:
* gst/autoplug/link.c:
* gst/autoplug/link.h:
* gst/autoplug/manager.c:
* gst/autoplug/manager.h:
add stuff to make autoplugging not leak
* gst/autoplug/utils.c:
* gst/autoplug/utils.h:
add gst_ap_disconnect to diconnect a known number of handlers from
an object
* testsuite/Makefile.am:
* testsuite/elements/.cvsignore:
* testsuite/elements/Makefile.am:
* testsuite/elements/deb-simple.c: (main):
* testsuite/elements/deb.c: (not_reached), (main):
add tests for new element
* testsuite/files/sine.mp3:
new test file
* testsuite/managers/convertmanager-simple.c: (main):
* testsuite/managers/convertmanager.c: (main):
update for refcounting fixes

Modified files:
    gst-autoplug    : ChangeLog Makefile.am configure.ac
    gst-autoplug/gst/autoplug: convertmanager.c elementlink.c link.c
                      link.h manager.c manager.h utils.c utils.h
    gst-autoplug/testsuite: Makefile.am
    gst-autoplug/testsuite/managers: convertmanager-simple.c
                      convertmanager.c
Added files:
    gst-autoplug/elements: Makefile.am deb.c deb.h identity.c
                      identity.h plugin.c
    gst-autoplug/gst/autoplug: .cvsignore
    gst-autoplug/testsuite/elements: .cvsignore Makefile.am
                      deb-simple.c deb.c
    gst-autoplug/testsuite/files: sine.mp3

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/ChangeLog.diff?r1=1.10&r2=1.11
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/Makefile.am.diff?r1=1.3&r2=1.4
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/configure.ac.diff?r1=1.4&r2=1.5
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/deb.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/deb.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/identity.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/identity.h?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/elements/plugin.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/convertmanager.c.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/elementlink.c.diff?r1=1.1&r2=1.2
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/link.c.diff?r1=1.4&r2=1.5
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/link.h.diff?r1=1.5&r2=1.6
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/manager.c.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/manager.h.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/utils.c.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/gst/autoplug/utils.h.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/Makefile.am.diff?r1=1.2&r2=1.3
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/elements/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/elements/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/elements/deb-simple.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/elements/deb.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/files/sine.mp3?rev=1.1&content-type=text/vnd.viewcvs-markup
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/managers/convertmanager-simple.c.diff?r1=1.1&r2=1.2
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-sandbox/gst-autoplug/testsuite/managers/convertmanager.c.diff?r1=1.1&r2=1.2




More information about the Gstreamer-commits mailing list