summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2011-02-10clock: fix parameter docsWim Taymans1-1/+1
2011-02-10events: fix g-i annotation for gst_event_new_tag() which takes ownership of t...Tim-Philipp Müller1-1/+6
2011-02-10docs: mention that it's necessary to set the state of elements added to an al...Tim-Philipp Müller2-1/+15
2011-02-09docs: clarify the NOMINAL_BITRATE docsStefan Kost1-1/+2
2011-02-03poll: trigger rebuild setup in _newMark Nauwelaerts1-0/+3
2011-02-03info: make adding/removing of gst_debug_log_default() work properlyTim-Philipp Müller2-2/+22
2011-02-03Revert "info: use the publicly visible address to fix the tests"Tim-Philipp Müller1-10/+1
2011-02-01taglist: add a new "encoded-by" tagSreerenj Balachandran2-0/+16
2011-01-31bus: honour any per-thread default main context set via g_main_thread_push_th...Tim-Philipp Müller1-5/+23
2011-01-28GstElement: Fix warning with GCC 4.6Bastien Nocera1-1/+2
2011-01-25trace: ensure messages are \0 terminatedStefan Kost1-2/+3
2011-01-25registry: remove dead codeStefan Kost1-4/+1
2011-01-24clock: API: Add function to re-init periodic GstClockIDsSebastian Dröge2-1/+29
2011-01-24gstpluginloader: do not leak the description stringVincent Penquerc'h1-3/+3
2011-01-24buffer: clarify docsWim Taymans1-2/+2
2011-01-24docs: add missing "Since: 0.10.32" markers for GstClockMart Raudsepp2-1/+3
2011-01-24docs: add missing "Since: 0.10.31" marker for gst_structure_get_date_time()Mart Raudsepp1-0/+2
2011-01-24parse-launch: don't read past end of string if last character is an escape charMiguel Angel Cabrera Moya1-1/+5
2011-01-11gstpoll: fix compiler warning with MingWRaimo Järvi1-1/+5
2011-01-10registry: Don't replace valid existing plugins by blacklisted onesEdward Hervey1-2/+14
2011-01-06registry: ignore old libgstvalve.so and libgstselector.so plugins to minimize...Tim-Philipp Müller1-0/+11
2011-01-06Revert "padtemplate: allow disablinbg the template name conformance checks"Tim-Philipp Müller1-3/+2
2011-01-06info: avoid unnecessary malloc/free for each log function call on MSVCTim-Philipp Müller1-14/+29
2011-01-05object: Fix creation of default nameDavid Schleef1-4/+3
2011-01-05GstElement: Add a more flexible way to get request pads.Edward Hervey3-28/+58
2011-01-05gst: remove safety check for GLib < 2.8Tim-Philipp Müller1-10/+0
2011-01-05gstdatetime: Disable usage of GDateTime on MacOSXEdward Hervey1-0/+8
2011-01-04pluginloader: Always mark reception as complete after EXITEdward Hervey1-3/+2
2011-01-04gstinfo: don't use printf extensions if GLib isn't using the system printfTim-Philipp Müller1-1/+3
2011-01-03gstpoll: Fix for (p)select backendEdward Hervey1-0/+1
2011-01-03gstvalue: make new gst_value_list_merge() work properlyTim-Philipp Müller1-7/+18
2011-01-02tags: don't produce duplicated entries when merging same value twiceStefan Kost3-2/+97
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller12-31/+31
2010-12-22Fix GStatBuf definition for win32 when building against older glib.Michael Smith1-0/+6
2010-12-22miniobject: add gobject-introspection annotationTim-Philipp Müller1-1/+1
2010-12-19taglist: Don't leak copies of empty stringsSebastian Dröge2-17/+28
2010-12-17gst: documentation fixups and annotationEdward Hervey8-17/+19
2010-12-17gstdatetime: Fix documentationEdward Hervey1-8/+4
2010-12-15info: use the publicly visible address to fix the testsStefan Kost1-1/+10
2010-12-08registry: maintain the typefind extension list orderStefan Kost1-2/+3
2010-12-08docs: add () to xref the function.Stefan Kost1-1/+1
2010-12-07utils: remove some dead code, GST_DEBUG_COLOR is never definedTim-Philipp Müller1-30/+0
2010-12-07utils: const-ify arguments to gst_object_default_error()Tim-Philipp Müller2-3/+6
2010-12-07docs: gst_error_get_message() returns string in UTF-8, not current localeTim-Philipp Müller1-2/+2
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller55-803/+1080
2010-12-07pad: register gst_pad_get_fixed_caps_func() with the debug log systemTim-Philipp Müller1-0/+3
2010-12-07plugin: recommend "--gst-disable-registry-fork" as wellStefan Kost1-4/+5
2010-12-06poll: return wakeup event in GPollFDWim Taymans1-0/+4
2010-12-06pad: add some debug to fast push pathMark Nauwelaerts1-0/+8
2010-12-05gstbin: Make element names clearer in debug statementsEdward Hervey1-9/+10