summaryrefslogtreecommitdiffstats
path: root/ext/neon
AgeCommit message (Expand)AuthorFilesLines
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-09ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is n...Sébastien Moutte1-2/+2
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-2/+2
2006-04-06ext/neon/gstneonhttpsrc.c: Add back "uri" property and mark it as deprecated;...Tim-Philipp Müller1-1/+10
2006-02-24Changed property name from "uri" to "location".Edgard Lima1-8/+8
2006-02-06Now it uses libneon 0.25.5 that supports shoutcast.Edgard Lima1-5/+9
2006-01-25Just chain up finalize calls (calling parent_class->finalize).Edgard Lima1-0/+3
2006-01-20Fixed state transictions PLAYING->NULL->PLAYING.Edgard Lima1-2/+0
2006-01-16Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima1-2/+0
2006-01-04Some improvements in cancellation and debug messages.Edgard Lima2-95/+138
2006-01-04Removed not need thread and changed to push out blocksize bytes.Edgard Lima2-136/+72
2005-12-28Created new element neonhttpsrc.Edgard Lima3-0/+815