summaryrefslogtreecommitdiff
path: root/sys/osxvideo
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* osx: more compiler warning fixesTristan Matthews2010-03-241-7/+7
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* osxvideosrc: change a .m file containing only C code to a .c file. MakesMichael Smith2009-10-292-4/+2
* patch over logic errors in osxvideosrcAndy Wingo2009-04-201-129/+131
* add osxvideosrcAndy Wingo2009-04-204-0/+1536
* Move videocrop and osxvideo to -good.Jan Schmidt2007-06-125-1259/+0
* docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey2007-05-221-0/+37
* sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2007-05-172-8/+1
* sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2007-05-172-3/+19
* 80 char policeThomas Vander Stichele2007-04-291-2/+2
* sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey2007-03-161-1/+1
* sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey2007-03-161-5/+17
* sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey2007-03-144-55/+225
* update copyright statementsChristian Schaller2007-02-274-1/+23
* sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey2007-02-274-149/+2
* configure.ac: Check for an Objective C compilerEdward Hervey2007-01-305-0/+1156