summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.2.30.2.3Olivier Crête2013-04-152-2/+13
|
* tests: Use G_GSIZE_FORMAT where appropriateOlivier Crête2013-04-153-6/+6
|
* fs-rtp-discover-codecs: plug memoryleakHavard Graff2013-04-081-1/+1
| | | | use g_list_delete_link to free the list as well
* rawudp: Use GSocket abstraction for portabilityOlivier Crête2013-04-042-112/+65
|
* multicast: Use gio instead of getaddrinfo for resolvingOlivier Crête2013-04-041-14/+23
|
* tests: Use GSocket instead of getaddrinfo to parse IP addressesOlivier Crête2013-04-044-33/+38
|
* Misc win32 portability fixesOlivier Crête2013-04-049-16/+18
| | | | Based on a patch by Conrad Poelman
* codec-discovery: Intersect different parts of the same caps to reduce themOlivier Crête2013-04-021-6/+34
| | | | | We do this because a caps may have the static payload in a separate structure from the encoding-name We just want both in the same structure
* rtpsession: Set error in all error casesOlivier Crête2013-04-021-2/+12
|
* rtpsubstream: Don't free codec after setting it inside substreamOlivier Crête2013-03-291-8/+6
| | | | Bug discovered by Havard Graff
* session: Add API to set the transmitter parameters as a GHashTableOlivier Crête2013-03-263-14/+114
|
* candidate: Add helper function for pygiOlivier Crête2013-03-262-0/+19
| | | | This way, it can set a FsCandidateList to a GValue
* candidate: Allow various elements to be NULLOlivier Crête2013-03-261-5/+5
|
* fs-codec: plug memory leakHavard Graff2013-03-261-2/+0
| | | | encoding_name is already g_strdup'ed in codec_new
* rtp-stream: plug session leakHavard Graff2013-03-261-0/+3
|
* fs-rtp-substream: Don't leak caps on errorOlivier Crête2013-03-261-0/+2
| | | | Based on patch from Havard Graff
* rtp-codec-discovery: Intersect instead of mergeOlivier Crête2013-03-261-6/+4
| | | | | We want the semantics of intersection, not merging, as this will produce a caps with two separate structures in some cases.
* Use == instead of = test for portabilityOlivier Crête2013-03-221-1/+1
| | | | Bug reported by OBATA Akio
* rtp: Tune pulsesink/pulsesrc latency values furtherArun Raghavan2013-03-221-3/+2
| | | | | | This makes for lower overall values without forcing a bunch of underruns at the start which we got by having pulsesink's buffer-time as 2*latency-time.
* Remove deprecated GStaticMutex usageOlivier Crête2013-03-225-21/+21
|
* Fix the build with automake 1.13Nuno Araujo2013-03-221-1/+1
| | | | | In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS.
* tests: Fix GSource leakOlivier Crête2013-02-281-1/+3
|
* shm: Fix candidate leakOlivier Crête2013-02-281-0/+2
|
* shm: Fix funnelpad leakOlivier Crête2013-02-281-0/+7
|
* build: Fix building with the gold linker by referencing gmodule-2.0Emanuele Aina2013-02-251-0/+2
| | | | | | | | | | | With the binutils-gold linker the '--no-copy-dt-needed-entries' flag is active by default and using any symbol from indirectly loaded libraries will result in undefined reference errors. Add to the libfarstream target the AG_GST_GLIB_CHECK-generated GLIB_LIBS variable, which references gmodule-no-export-2.0. https://bugs.freedesktop.org/show_bug.cgi?id=61268
* Use the generic marshallers instead of generating themOlivier Crête2013-02-0517-167/+19
|
* dtmfdetect has moved to spandspOlivier Crête2013-01-112-3/+4
|
* Version 0.2.2.1Olivier Crête2012-11-141-1/+1
|
* Version0.2.2Olivier Crête2012-11-142-1/+5
|
* Update and fix the default properties for vp8encDebarshi Ray2012-10-241-4/+5
| | | | | | | | | | The property names of the vp8enc element changed in GStreamer 1.0. See the following commits from gst-plugins-good for some of the corresponding changes: - 392bd12a45b959b696365e5f25e315c2489fe025 - 9c0ff2f38174f2e4111859bd66956a77764cb515 Also, vp8enc uses target-bitrate, not bitrate.
* Version 0.2.1.1Olivier Crête2012-10-041-1/+1
|
* Version 0.2.10.2.1Olivier Crête2012-10-042-3/+11
|
* rtpsession: Set the discovery valve to playing before linking itOlivier Crête2012-10-041-0/+8
|
* Update the LGPL headers to the new FSF addressOlivier Crête2012-10-0313-78/+80
|
* elementaddednotifier: Add signal id when setting default properties tooOlivier Crête2012-10-022-4/+8
|
* elementaddednotifier: Return the signal ID when adding from a keyfileOlivier Crête2012-10-023-6/+12
|
* elementaddednotifier: Free keyfile using GClosure notifiersOlivier Crête2012-10-021-9/+3
|
* elementaddednotifier: Chain up finalizeOlivier Crête2012-10-021-0/+2
|
* elementaddednotifier: Set keyfile properties on already-added bins tooOlivier Crête2012-10-021-3/+42
| | | | Iterate through already added bins to add element properties
* elemendaddednotifier: Annotate the fact it takes ownership of the keyfileOlivier Crête2012-10-021-1/+1
|
* utils: Don't crash if trying to get default properties of a factory-less elementOlivier Crête2012-10-021-0/+3
|
* Make fs_conference_debug category symbol privateOlivier Crête2012-10-026-8/+8
| | | | Don't export it in the dll
* stream: Keep ref to src pads for iterator to not breakOlivier Crête2012-10-021-5/+13
|
* tests: Re-enable shm testOlivier Crête2012-10-011-2/+1
|
* Remove GST_USE_UNSTABLE_API as GStreamer 1.0 has been releasedOlivier Crête2012-10-011-2/+2
|
* Version 0.2.0.1Olivier Crête2012-09-251-1/+1
|
* Version 0.2.00.2.0Olivier Crête2012-09-253-18/+25
|
* Port to GLib 2.32Olivier Crête2012-09-2528-305/+295
|
* rtp: Register error downgrade element before using itOlivier Crête2012-09-241-1/+1
|
* rtp: Prefer Opus and VP8Olivier Crête2012-09-221-0/+7
| | | | But we still place H.264 above VP8