summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Test removing filters in the python testHEADmasterYouness Alaoui1-1/+6
2011-12-20PreviewFilter: Fix a segfault when revertingYouness Alaoui1-1/+3
2011-12-19Fix makefile and docsYouness Alaoui3-4/+11
2011-12-19Add python example using gobject-introspectionYouness Alaoui1-0/+33
2011-12-19Fix gobject-introspectionYouness Alaoui11-102/+129
2011-12-09Move GstFilters into a standalone packageYouness Alaoui34-4286/+1476
2011-12-08filters: Change filter helpers API Change the name of the 'standard_element' ...Youness Alaoui12-101/+194
2011-12-08test-level: fix the audiosource being usedYouness Alaoui1-2/+2
2011-12-08resolution-filer: Rename GstResolutionFilter to GstVideoSizeFilterYouness Alaoui8-176/+174
2011-12-08filter: oups, GStaticMutex should be static...Youness Alaoui2-2/+2
2011-12-08filter: Use a macro GST_FILTER_LOCK/UNLOCK instead of a methodYouness Alaoui8-106/+121
2011-12-08filters: Fix gtk-doc typo. Reported by 'xat' on my blogYouness Alaoui1-1/+1
2011-12-08Add a generic bin filterYouness Alaoui6-0/+300
2011-12-08Fix documentation and typos/undocumented symbolsYouness Alaoui8-4/+49
2011-12-08GstFilters: remove g_debug linesYouness Alaoui5-23/+6
2011-12-08GstFilters: Port GstPreviewFilter to use autovideosink instead of fsuvideosin...Youness Alaoui4-84/+137
2011-12-08GstFilters: Make grid-effects use the correct path for gnome-video-effectsYouness Alaoui2-2/+11
2011-12-08GstFilters: Port the example files to GstFilter. also added copyright header ...Youness Alaoui4-405/+90
2011-12-08GstFilters: Add section documentation for filtersYouness Alaoui11-5/+88
2011-12-08Gstfilters: Rename FsuFilters to GstfiltersYouness Alaoui43-2261/+2296
2011-12-08Filters: fix some compilation warningsYouness Alaoui4-14/+15
2011-12-08FsuFilters: gst-indent for all the recently added filter filesYouness Alaoui31-1285/+801
2011-12-08Moved Fsu Filters from Farsight2 to gst-plugins-baseYouness Alaoui9-16/+337
2011-12-08Rename example grid-effects2 into grid-effectYouness Alaoui3-387/+96
2011-12-08Keep track of the blocked pad to unblock later. This is because the normal us...Youness Alaoui1-14/+20
2011-12-08clarify gtk-docYouness Alaoui2-5/+9
2011-12-08Add signals to the multi filter manager so we can access the internal single ...Youness Alaoui1-0/+50
2011-12-08Fix FsuFilter signal arguments and gtk-docYouness Alaoui1-2/+6
2011-12-08Add signals to FsuSingleFilterManagerYouness Alaoui1-2/+79
2011-12-08clean code by making a block_pad function and allow filter changes while appl...Youness Alaoui1-42/+41
2011-12-08Add a modifications mutex to make sure that modifications to the pipeline are...Youness Alaoui1-9/+40
2011-12-08oups, bad copy/pasteYouness Alaoui1-1/+1
2011-12-08single-filter-manager: Add a filter list id and reset our loop in handle_messageYouness Alaoui1-2/+20
2011-12-08Fix code convention, clean single-filter-managerYouness Alaoui1-10/+14
2011-12-08Fix the single filter manager w.r.t mutexes, disallow changing the filters du...Youness Alaoui1-53/+80
2011-12-08Fix multi filter manager, unlock before calling apply as it can trigger a han...Youness Alaoui1-2/+5
2011-12-08Fix mutexes in the multi filer managerYouness Alaoui1-50/+36
2011-12-08use g_cclosure when necessary and remove non-working _fs_marshal code in fsu ...Youness Alaoui1-2/+1
2011-12-08Remove enum generation in fsu filters since it's unusedYouness Alaoui1-27/+2
2011-12-08Send signals when a filter gets applied/revertedYouness Alaoui1-1/+90
2011-12-08marshal list in filters subdir should use a different prefix, so change fs-ma...Youness Alaoui1-8/+8
2011-12-08Add a fsu_resolution_filter_new_range to specify a range of resolutions. the ...Youness Alaoui2-39/+137
2011-12-08use gst_pad_set_blocked_async_full and use the destroy notify to unref oursel...Youness Alaoui1-8/+14
2011-12-08Change the framerate filter into using videorate and add a maxframerate filte...Youness Alaoui4-1/+379
2011-12-08Free the GQueue and Mutex in the finalize and lock the mutex in the disposeYouness Alaoui2-9/+31
2011-12-08rename libgstfilters to libfsufilters in order to avoid future conflictYouness Alaoui2-14/+14
2011-12-08Move filter work into gst-libs/gst/filters and let it have its own libraryYouness Alaoui31-52/+155
2011-12-08fix fsu_filter_follow: get in_pad and do the pad_get_peer in the lockYouness Alaoui1-6/+6
2011-12-08Small gtk-doc fixYouness Alaoui1-4/+4
2011-12-08Remove the 'elements' field from the resolution filter since it's unused and ...Youness Alaoui1-27/+2