summaryrefslogtreecommitdiff
path: root/plugins/elements/gstfakesink.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-22gst/: correctly fix GEnumValues so that nick is the short lowercase dashed tagThomas Vander Stichele1-13/+13
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-10/+10
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-14gst/elements/: Beautify 'last-message' output: print 'none' for buffer timest...Tim-Philipp Müller1-7/+21
2005-10-12gst/base/gstbasesink.c: No need to prerol after receiving EOS.Wim Taymans1-1/+1
2005-10-04gst/elements/: Protect last_message with lock.Wim Taymans1-0/+10
2005-09-28gst/elements/: Make element details static.Tim-Philipp Müller1-1/+2
2005-09-20gst/base/gstbasesink.c: Make sync property settable from subclass.Wim Taymans1-1/+4
2005-09-20remove the sync property from fakesink.Thomas Vander Stichele1-25/+0
2005-09-02gst/base/gstbasesink.c: Add comment.Tim-Philipp Müller1-4/+8
2005-09-02gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a no...Andy Wingo1-13/+13
2005-08-28gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init as having two ...Andy Wingo1-1/+1
2005-08-26check/pipelines/simple_launch_lines.c (run_pipeline): Check element_set_state...Andy Wingo1-24/+51
2005-08-15docs/gst/gstreamer-sections.txt: made some defines privateStefan Kost1-0/+8
2005-08-05migrated some more docs to be inlined in the sourcesStefan Kost1-1/+7
2005-07-27Fix compilation and fix event serialization.Wim Taymans1-2/+4
2005-07-27Some docs updatesWim Taymans1-2/+9
2005-07-14more autistic cleanliness in functions/names/definesThomas Vander Stichele1-57/+57
2005-07-10more macro splittingThomas Vander Stichele1-3/+3
2005-06-28fix fake elements tooThomas Vander Stichele1-6/+6
2005-05-27gst/gstminiobject.c (gst_value_mini_object_collect): Use gst_value_set_mini_o...Andy Wingo1-1/+1
2005-05-16check/Makefile.am: remove GstData checksDavid Schleef1-3/+3
2005-05-11gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit withAndy Wingo1-1/+1
2005-05-05gst/: Added object to help in making collect pad based elements.Wim Taymans1-2/+4
2005-04-12Added typefind helper.Wim Taymans1-1/+1
2005-03-28Added state change code.Wim Taymans1-131/+90
2005-03-21Next big merge.Wim Taymans1-34/+32
2005-03-08Remove threadsafe properties. Fix elements because GObject complains when ins...Wim Taymans1-3/+2
2004-11-08gst/elements/: Subtract size of internally stored data from position queries.Christophe Fergeau1-1/+1
2004-11-03gst/elements/: moreChristophe Fergeau1-1/+1
2004-08-17gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init ...Benjamin Otte1-1/+10
2004-06-09gst/elements/: Print more buffer info in fakesink.Wim Taymans1-3/+4
2004-05-28- removing some trailing commas in enums to please C90 only compilers (AIX, F...Stéphane Loeuillet1-1/+1
2004-04-20making _set_property warn on unknown properties use GST_TIME_FORMAT for times...Thomas Vander Stichele1-3/+4
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-37/+38
2004-03-13gst-indent run on coreThomas Vander Stichele1-100/+112
2004-02-03gst/: get rid of gstmarshal.h dependency. It's not needed.Benjamin Otte1-0/+1
2004-01-31suffix errors with period.Thomas Vander Stichele1-2/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-18changing error signal add error codes and domainsThomas Vander Stichele1-1/+2
2004-01-14gst/gstclock.*: deprecate old interface and disable functions that aren't in ...Benjamin Otte1-5/+2
2004-01-08gst/gstutils.h: GST_PARENT_CALL andBenjamin Otte1-29/+4
2003-12-22Merge CAPS branchDavid Schleef1-3/+5
2003-11-24implement URI schemesBenjamin Otte1-1/+1
2003-11-13Change G_TYPE_POINTER to the appropriate type in g_signal_new()David Schleef1-2/+2
2003-11-05set chainfunction on request pads (FIXME: do we even support chainbased eleme...Benjamin Otte1-0/+1
2003-10-31update plugin initialization restructuring (see email for detailsBenjamin Otte1-15/+17
2003-10-08s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to...Andy Wingo1-2/+3
2003-09-16reverting error patches before making a branch.Thomas Vander Stichele1-4/+1
2003-09-14implement translatable error messages using gerror.Benjamin Otte1-1/+4