summaryrefslogtreecommitdiff
path: root/farstream/fs-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable building static FsPluginsNicolas Dufresne2015-02-251-0/+23
| | | | | | | | | | | | | | | | | This required change FS_INIT_PLUGIN() macro. It's now taking name and type argumenet. This is a slight API break, but there never existed any external plugins. Also, already built plugins should not be affected since the symbol remains the same. Note also that plugin are no longer unloadable, it was already not well supported. Instead of adding loads of if, we simply register the module types as static (just like GStreamer does). To register static plugin, you can declare it's registration function using FS_PLUGIN_STATIC_DECLARE(name), and then in your code call the function using FS_PLUGIN_STATIC_REGISTER(name). https://bugs.freedesktop.org/show_bug.cgi?id=89287
* Remove deprecated GStaticMutex usageOlivier Crête2013-03-221-7/+7
|
* Make fs_conference_debug category symbol privateOlivier Crête2012-10-021-1/+1
| | | | Don't export it in the dll
* Port to GStreamer 0.11Olivier Crête2012-07-311-0/+2
|
* Move the lib out of gst-libsOlivier Crête2011-10-111-0/+390