summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2003-04-28Make vis_video_thread play when connected afterwardsJulien Moutte1-0/+8
Original commit message from CVS: Make vis_video_thread play when connected afterwards This generates some segfaults in gst_thread but we need to fix that
2003-04-27more uninstalled fixesThomas Vander Stichele1-0/+2
Original commit message from CVS: more uninstalled fixes
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-0/+1
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-20Made a theorical libgstplay which refs/unrefs elements before putting them ↵Julien Moutte2-5/+42
in AsyncQueue. Original commit message from CVS: Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue. Added a "pipeline_error" signal which will later allow the player and apps to detect that pipeline was unable to play and why... This version is NOT STABLE AT ALL. it will need fixes in core but i commit it as is so that we fix those problems
2003-04-17Changed sanity checks according to BBB feedbackJulien Moutte1-2/+4
Original commit message from CVS: Changed sanity checks according to BBB feedback
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte2-80/+67
is directly connected to tee so no queue b... Original commit message from CVS: make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue between volume and audio sink...
2003-04-10Adding a lot of sanity checksJulien Moutte2-21/+61
Original commit message from CVS: Adding a lot of sanity checks Checking if vis pad is connected before linking/unlinking
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-0/+2
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07Remove CVS/Tag from dist. Should go into 0.6.1.David Schleef1-1/+0
Original commit message from CVS: Remove CVS/Tag from dist. Should go into 0.6.1.
2003-04-05add commentsRonald S. Bultje1-3/+15
Original commit message from CVS: add comments
2003-04-04Well, ok, one more patch - fix the well-known v4l compilation problems ↵Ronald S. Bultje1-0/+10
inside ffmpeg too Original commit message from CVS: Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
2003-04-04Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.David Schleef1-1/+1
Original commit message from CVS: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
2003-04-02Incorporating visualisation in libgstplay adding have_vis_xid signal and a ↵Julien Moutte3-1/+567
new type of GstPlay object (VIDEO_VISUALIS... Original commit message from CVS: Incorporating visualisation in libgstplay adding have_vis_xid signal and a new type of GstPlay object (VIDEO_VISUALISATION)
2003-03-30Fixed seeking discont with visualisationJulien Moutte3-2/+26
Original commit message from CVS: Fixed seeking discont with visualisation
2003-03-29Added gst_gconf function to render visualisation plugin from GConf key ↵Julien Moutte2-15/+95
"default/visualisation" Original commit message from CVS: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Enjoyed that commit to document those functions and remove commented functions
2003-03-24fix compile errorBenjamin Otte1-1/+1
Original commit message from CVS: fix compile error
2003-03-03gst_play_get_sink_element has been improved :Julien Moutte3-21/+94
Original commit message from CVS: gst_play_get_sink_element has been improved : - Recursively searches in bins - Able to find sink_element of a specified GstPlaySinkType (audio,video,any) This now allow us to send very complex bins to GstPlay for audio/video sink without breaking length querying, eos signaling, etc..
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller1-1/+1
also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-07Documented libgstplay's public methodsJulien Moutte1-2/+114
Original commit message from CVS: Documented libgstplay's public methods
2003-02-06Code cleanup and reorganizationJulien Moutte3-574/+740
Original commit message from CVS: Code cleanup and reorganization I ll now be able to make nice gtk-doc for this lib Fixed latency bug on async_queue pop X video window now comes immediatly
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2-4/+5
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-01-31Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 ↵Owen Fraser-Green1-2/+3
and added _WMAV9 Original commit message from CVS: Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
2003-01-31Add metadata/streaminfo to AVIRonald S. Bultje1-0/+26
Original commit message from CVS: Add metadata/streaminfo to AVI
2003-01-30Add untested get-video-size function (bug 104360)Ronald S. Bultje2-5/+41
Original commit message from CVS: Add untested get-video-size function (bug 104360)
2003-01-21- Add strn tagWim Taymans2-1/+2
Original commit message from CVS: - Add strn tag - fix memleak in debugging code
2003-01-20uninstall fixThomas Vander Stichele1-0/+5
Original commit message from CVS: uninstall fix
2003-01-19Hmm, forgot to commit this crucial define..Wim Taymans1-0/+1
Original commit message from CVS: Hmm, forgot to commit this crucial define..
2003-01-18added func gst_play_set_data_src removed pipeline ↵Steve Baker3-240/+65
GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just takin... Original commit message from CVS: added func gst_play_set_data_src removed pipeline GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just taking up space
2003-01-16this is a better wayThomas Vander Stichele1-2/+4
Original commit message from CVS: this is a better way
2003-01-16patch ffmpegThomas Vander Stichele1-0/+13
Original commit message from CVS: patch ffmpeg
2003-01-16thaytan's ffmpeg function renaming patchThomas Vander Stichele1-0/+65
Original commit message from CVS: thaytan's ffmpeg function renaming patch
2003-01-15Add a new riff id tag: dmlhIain Holmes1-0/+6
Original commit message from CVS: Add a new riff id tag: dmlh
2003-01-10this should fix Uraeus's rpm making problemThomas Vander Stichele1-2/+2
Original commit message from CVS: this should fix Uraeus's rpm making problem
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2-47/+47
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2003-01-08merge back from releaseThomas Vander Stichele1-1/+8
Original commit message from CVS: merge back from release
2003-01-07Remove some unneeded commentsJulien Moutte2-22/+7
Original commit message from CVS: Remove some unneeded comments
2003-01-07Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely.Julien Moutte2-16/+75
Original commit message from CVS: Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely. Optimized some g_idle_add for the signal poller.
2003-01-05ignore ffmpeg dirThomas Vander Stichele1-0/+1
Original commit message from CVS: ignore ffmpeg dir
2003-01-05only slurp in cvs modeThomas Vander Stichele1-1/+1
Original commit message from CVS: only slurp in cvs mode
2003-01-05a new way of handling ffmpeg cvsThomas Vander Stichele2-0/+11
Original commit message from CVS: a new way of handling ffmpeg cvs
2003-01-03some dist fixesThomas Vander Stichele1-0/+55
Original commit message from CVS: some dist fixes
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn2-0/+2
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans2-5/+5
Original commit message from CVS: Fix plugins for new query API
2002-12-30ffmpeg fixThomas Vander Stichele1-1/+1
Original commit message from CVS: ffmpeg fix
2002-12-27yes sir i can boogieThomas Vander Stichele1-0/+1
Original commit message from CVS: yes sir i can boogie
2002-12-27sighThomas Vander Stichele1-0/+9
Original commit message from CVS: sigh
2002-12-27geez, me is teh suckThomas Vander Stichele1-0/+1
Original commit message from CVS: geez, me is teh suck
2002-12-26slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele1-3/+1
link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
2002-12-12commit patch from Nall for riffutilChristian Schaller1-2/+3
Original commit message from CVS: commit patch from Nall for riffutil
2002-12-11fix 100982Thomas Vander Stichele1-1/+1
Original commit message from CVS: fix 100982